You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
I'm unable to load transducers in sbcl. It was put into quicklisp's local-packages. Any thoughts?
This is SBCL 1.3.5-1.fc25, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (ql:quickload 'transducers)
To load"transducers":
Load1 ASDF system:
transducers
; Loading "transducers"
[package transducers]..........
debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "main thread" RUNNING {1002956473}>:
There is no class named TRANSDUCERS::PERSISTENT-VECTOR.
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by numberor by possibly-abbreviated name):
0: [RETRY ] Retry
compiling #<CL-SOURCE-FILE "transducers""vector">.
1: [ACCEPT ] Continue, treating
compiling #<CL-SOURCE-FILE "transducers""vector">
as having been successful.
2: Retry ASDF operation.
3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
configuration.
4: [ABORT ] Give up on "transducers"5: Exit debugger, returning to top level.
(SB-PCL::FIND-CLASS-FROM-CELL PERSISTENT-VECTOR NILT)
The text was updated successfully, but these errors were encountered:
Same issue here with current SBCL 2.0.2. Does somebody has any idea?
This is SBCL 2.0.2, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (ql:quickload "transducers")
To load "transducers":
Load 1 ASDF system:
transducers
; Loading "transducers"
...
debugger invoked on a SB-PCL:CLASS-NOT-FOUND-ERROR in thread
#<THREAD "main thread" RUNNING {1000560083}>:
There is no class named TRANSDUCERS::PERSISTENT-VECTOR.
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Retry
compiling #<CL-SOURCE-FILE "transducers" "vector">.
1: [ACCEPT ] Continue, treating
compiling #<CL-SOURCE-FILE "transducers" "vector">
as having been successful.
2: Retry ASDF operation.
3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
configuration.
4: Retry ASDF operation.
5: Retry ASDF operation after resetting the
configuration.
6: [ABORT ] Give up on "transducers"
7: Exit debugger, returning to top level.
(SB-PCL::FIND-CLASS-FROM-CELL PERSISTENT-VECTOR #<SB-KERNEL::CLASSOID-CELL PERSISTENT-VECTOR> T)
0]
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm unable to load transducers in sbcl. It was put into quicklisp's local-packages. Any thoughts?
The text was updated successfully, but these errors were encountered: