ecl: make load-op default
Bug #1649198 reported by
Daniel Kochmański
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ASDF |
Fix Released
|
Undecided
|
Faré |
Bug Description
asdf.lisp excerpt:
(unless (or #+(or clasp ecl) (use-ecl-
(setf *load-system-
this is bogus for cases, when ECL explicitly installs bytecodes compiler at runtime. load-bundle-op fails miserably preventing use of ASDF.
Steps to reproduce:
1. Run ECL and load ASDF
2. (ext:install-
3. Load any system with dependencies
4. Quit Lisp and do once again steps 1-3 (step 3 will fail).
Conclusion:
*load-system-
Changed in asdf: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Proposed solution:
Introduce (load-system- operation) function instead of a special variable.