Ticket #80 (closed enhancement: fixed)

Opened 2 years ago

Last modified 16 months ago

REQUIRE should work with ASDF

Reported by: mevenson Owned by: mevenson
Priority: major Milestone: 0.22
Component: libraries Version: 1.0
Keywords: asdf require Cc:

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

Changed 2 years ago 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.

Changed 2 years ago by mevenson

  • status changed from new to closed
  • resolution set to fixed

Implemented in r12447.

Changed 16 months ago by ehuelsmann

  • milestone changed from unscheduled to 0.22

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

Note: See TracTickets for help on using tickets.