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
Hello!
When I tried to load trivial-extensible-sequences on ECL I had:
(ql:quickload 'trivial-extensible-sequences)
To load "trivial-extensible-sequences":
Load 1 ASDF system:
trivial-extensible-sequences
; Loading "trivial-extensible-sequences"
[package org.shirakumo.trivial-extensible-sequences.fallback].
;;; Internal error:
;;; ** There is no package with the name SEQUENCE.
Condition of type: COMPILE-FILE-ERROR
COMPILE-FILE-ERROR while compiling #<cl-source-file "trivial-extensible-sequences" "fallback">
Can you fix this bug?
Thanks.
The text was updated successfully, but these errors were encountered:
This error should be caused by the misuse of sequence:elt on lines 190 and 198 of fallback.lisp. Changing it to the sequences:elt defined above should solve the error.
Hello!
When I tried to load trivial-extensible-sequences on ECL I had:
Can you fix this bug?
Thanks.
The text was updated successfully, but these errors were encountered: