-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I got this recent release to compile, and started testing everything with it. While trying to run the transducers tests, it was failing to compile jzon due to this fun error:
Error in function LISP::ASSERT-ERROR:
The assertion (NOT (EQ C::CHECK T)) failed.
[Condition of type SIMPLE-ERROR]
Restarts:
0: [CONTINUE] Retry assertion.
1: [RETRY] Retry compiling #<CL-SOURCE-FILE "com.inuoe.jzon" "src" "jzon">.
2: [ACCEPT] Continue, treating compiling #<CL-SOURCE-FILE "com.inuoe.jzon" "src" "jzon"> as having been successful.
3: [RETRY] Retry ASDF operation.
4: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration.
5: [ABORT] Abort compilation.
--more--
Backtrace:
0: (LISP::ASSERT-ERROR (NOT (EQ C::CHECK T)) NIL NIL)
1: (C::FUNCTION-CONTINUATION-TN #<C::COMBINATION #x6097E555 FUN= #<C::REF #x6079D79D LEAF= #<C::LAMBDA-VAR 6078D0CD>> ARGS= NIL> ..)
2: (C::IR2-CONVERT-FIXED-FULL-CALL #<C::COMBINATION #x6097E555 FUN= #<C::REF #x6079D79D LEAF= #<C::LAMBDA-VAR 6078D0CD>> ARGS= NIL> ..)
3: (C::IR2-CONVERT-FULL-CALL #<C::COMBINATION #x6097E555 FUN= #<C::REF #x6079D79D LEAF= #<C::LAMBDA-VAR 6078D0CD>> ARGS= NIL> ..)
4: (C::IR2-CONVERT-BLOCK #<C::CBLOCK Start = c2 {6078D385}>)
5: (C:IR2-CONVERT #<C:COMPONENT #x6097B32D NAME= "DEFUN %SKIP-CPP-COMMENT">)
... etc. Any ideas?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels