ruricolist / serapeum

Utilities beyond Alexandria
MIT License
420 stars 41 forks source link

Compilation error on SBCL #123

Closed mmontone closed 2 years ago

mmontone commented 2 years ago

Hi,

I get a compilation error on SBCL when:

(declaim (optimize (speed 0) (compilation-speed 0) (safety 3) (debug 3)))

debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
#<THREAD "main thread" RUNNING {1001518263}>:
  COMPILE-FILE-ERROR while
  compiling #<CL-SOURCE-FILE "serapeum" "level1" "sequences">

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 "serapeum" "level1" "sequences">.
  1: [ACCEPT                       ] Continue, treating
                                     compiling #<CL-SOURCE-FILE "serapeum" "level1" "sequences">
                                     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                        ] Exit debugger, returning to top level.

(UIOP/LISP-BUILD:CHECK-LISP-COMPILE-RESULTS NIL T T "~/asdf-action::format-action/" ((#<ASDF/LISP-ACTION:COMPILE-OP > . #<ASDF/LISP-ACTION:CL-SOURCE-FILE "serapeum" "level1" "sequences">)))
   source: (ERROR 'COMPILE-FILE-ERROR :CONTEXT-FORMAT CONTEXT-FORMAT
                  :CONTEXT-ARGUMENTS CONTEXT-ARGUMENTS)
0] 

I'm not able to spot where the error is.

SBCL 2.1.11

ruricolist commented 2 years ago

This should be addressed now.

mmontone commented 2 years ago

Confirmed. Thanks.