#80: REQUIRE should work with ASDF --------------------------+------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: enhancement | Status: new Priority: major | Milestone: unscheduled Component: libraries | Version: 1.0 Keywords: asdf require | --------------------------+------------------------------------------------- SBCL has the convention that if REQUIRE does not resolve on the filesystem, the argument is passed off to ASDF to resolve. It would be nice to include this in ABCL.
#80: REQUIRE should work with ASDF --------------------------+------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: enhancement | Status: new Priority: major | Milestone: unscheduled Component: libraries | Version: 1.0 Resolution: | Keywords: asdf require --------------------------+-------------------------------------------------
Comment(by mevenson):
As far as I undersstand ASDF is not loaded by default. And ASDF uses CLOS, which is also not loaded by default. So, to not impact startup time, require should lazily refer to ASDF.
#80: REQUIRE should work with ASDF --------------------------+------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: enhancement | Status: closed Priority: major | Milestone: unscheduled Component: libraries | Version: 1.0 Resolution: fixed | Keywords: asdf require --------------------------+------------------------------------------------- Changes (by mevenson):
* status: new => closed * resolution: => fixed
Comment:
Implemented in r12447.
#80: REQUIRE should work with ASDF --------------------------+------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: enhancement | Status: closed Priority: major | Milestone: 0.22 Component: libraries | Version: 1.0 Resolution: fixed | Keywords: asdf require --------------------------+------------------------------------------------- Changes (by ehuelsmann):
* milestone: unscheduled => 0.22
Comment:
closed is not 'unscheduled'; moving to the most recently closed milestone.
armedbear-ticket@common-lisp.net