#372 closed defect (fixed)
ABCL-ASDF:RESOLVE not working correcting
Reported by: | Mark Evenson | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | abcl-contrib | Version: | 1.4.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
The documented use of ABCL-ASDF:RESOLVE in contrib/abcl-asdf/README.markdown
no longer works.
(abcl-asdf:resolve "com.google.gwt:gwt-user")
produces
Wrong number of arguments for #<RESOLVE-DEPENDENCIES {1FF23F1D}>; at least 2 expected. [Condition of type PROGRAM-ERROR] Restarts: 0: [RETRY] Retry SLIME REPL evaluation request. 1: [*ABORT] Return to SLIME's top level. 2: [ABORT] Abort thread. Backtrace: 0: (#<FUNCTION {79DA9F8F}> #<PROGRAM-ERROR {232C571D}> #<FUNCTION {79DA9F8F}>) 1: (APPLY #<FUNCTION {79DA9F8F}> (#<PROGRAM-ERROR {232C571D}> #<FUNCTION {79DA9F8F}>)) 2: (SYSTEM::RUN-HOOK SYSTEM::*INVOKE-DEBUGGER-HOOK* #<PROGRAM-ERROR {232C571D}> #<FUNCTION {79DA9F8F}>) 3: (INVOKE-DEBUGGER #<PROGRAM-ERROR {232C571D}>) 4: org.armedbear.lisp.Lisp.error(Lisp.java:382) 5: org.armedbear.lisp.ArgumentListProcessor$FastMatcher.match(ArgumentListProcessor.java:671) 6: org.armedbear.lisp.ArgumentListProcessor.match(ArgumentListProcessor.java:483) 7: org.armedbear.lisp.Closure.processArgs(Closure.java:230) 8: org.armedbear.lisp.maven_embedder_TMP_58.execute(maven-embedder.lisp:406) 9: org.armedbear.lisp.CompiledClosure.execute(CompiledClosure.java:98) 10: org.armedbear.lisp.LispThread.execute(LispThread.java:814) 11: org.armedbear.lisp.Primitives$pf_apply.execute(Primitives.java:2794) 12: (ABCL-ASDF:RESOLVE-DEPENDENCIES "com.google.gwt:gwt-user")
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | 1.4.0 → 1.3.2 |
---|
Note: See
TracTickets for help on using
tickets.
Addressed in <http://abcl.org/trac/changeset/14732>.