Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#275 closed defect (fixed)

ABCL-CONTRIB still provided if abcl-contrib.jar cannot be located

Reported by: Mark Evenson Owned by: Mark Evenson
Priority: blocker Milestone: 1.1.0
Component: abcl-contrib Version: 1.1.0-dev
Keywords: Cc:
Parent Tickets:

Description


Change History (2)

comment:1 Changed 11 years ago by Mark Evenson

Resolution: fixed
Status: newclosed

(In [14296]) Constrain the logic for when CL:REQUIRE pushes symbols to CL:*MODULES*.

A REQUIRE of ABCL-CONTRIB for an instance of the implementation that
cannot locate the contrib binary artifact as being in the same
directory as the location of the ABCL system jar by
SYS:FIND-SYSTEM-JAR now raises an error.

Fixes #275.

comment:2 Changed 11 years ago by Mark Evenson

(In [14297]) Backport r14296.

Constrain the logic for when CL:REQUIRE pushes symbols to CL:*MODULES*.

A REQUIRE of ABCL-CONTRIB for an instance of the implementation that
cannot locate the contrib binary artifact as being in the same
directory as the location of the ABCL system jar by
SYS:FIND-SYSTEM-JAR now raises an error.

Fixes #275.

Note: See TracTickets for help on using tickets.