Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#80 closed enhancement (fixed)

REQUIRE should work with ASDF

Reported by: Mark Evenson Owned by: Mark Evenson
Priority: major Milestone: 0.22
Component: libraries Version: 1.0
Keywords: asdf require Cc:
Parent Tickets:

Description

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.

Change History (3)

comment:1 by Mark Evenson, 17 years ago

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.

comment:2 by Mark Evenson, 17 years ago

Resolution: fixed
Status: newclosed

Implemented in r12447.

comment:3 by ehuelsmann, 16 years ago

Milestone: unscheduled0.22

closed is not 'unscheduled'; moving to the most recently closed milestone.

Note: See TracTickets for help on using tickets.