Opened 7 years ago

Closed 4 years ago

#448 closed defect (fixed)

QUICKLISP-ABCL load under Netbeans has the idea that Quicklisp is packaged in a Jar

Reported by: Mark Evenson Owned by: Mark Evenson
Priority: major Milestone: 1.6.1
Component: abcl-contrib Version: 1.5.0-dev
Keywords: quicklisp-abcl Cc:
Parent Tickets:

Description

Loaded /Users/evenson/.cache/common-lisp/abcl-1.6.0-dev-fasl43-macosx-x64/Users/evenson/work/abcl/dist/abcl-contrib.jar/quicklisp/quicklisp-abcl.abcl (0.023 seconds)
;  Loading /Users/evenson/quicklisp/setup.abcl ...
Failed to get InputStream for 'jar:file:/Users/evenson/quicklisp/setup.abcl!/impl_tmp17FXGQWI_16.cls'
ABCL Debug.assertTrue() assertion failed!
java.lang.Error: ABCL Debug.assertTrue() assertion failed!
	at org.armedbear.lisp.Debug.assertTrue(Debug.java:48)
	at org.armedbear.lisp.Pathname.getInputStream(Pathname.java:2386)
	at org.armedbear.lisp.Lisp.readFunctionBytes(Lisp.java:1363)

Change History (3)

comment:1 Changed 7 years ago by Mark Evenson

Owner: set to Mark Evenson
Status: newaccepted
Summary: Running under Netbeans fails with QUICKLISP-ABCL loadQUICKLISP-ABCL load under Netbeans has the idea that Quicklisp is packaged in a Jar

Mistaken: QUICKLISP-ABCL will eventually load, but the initial guess that Quicklisp is possibly located within a jar file is wrong, and needs to be investigated.

comment:2 Changed 4 years ago by Mark Evenson

Milestone: 1.6.01.6.1

Ticket retargeted after milestone closed

comment:3 Changed 4 years ago by Mark Evenson

Resolution: fixed
Status: acceptedclosed

Works for me with 1.6.0

Note: See TracTickets for help on using tickets.