Opened 14 years ago

Closed 14 years ago

Last modified 14 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 Changed 14 years ago by Mark Evenson

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 Changed 14 years ago by Mark Evenson

Resolution: fixed
Status: newclosed

Implemented in r12447.

comment:3 Changed 14 years ago by ehuelsmann

Milestone: unscheduled0.22

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

Note: See TracTickets for help on using tickets.