Opened 7 years ago
Closed 5 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
Owner: | set to Mark Evenson |
---|---|
Status: | new → accepted |
Summary: | Running under Netbeans fails with QUICKLISP-ABCL load → QUICKLISP-ABCL load under Netbeans has the idea that Quicklisp is packaged in a Jar |
comment:3 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Works for me with 1.6.0
Note: See
TracTickets for help on using
tickets.
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.