digikar99 / polymorphic-functions

A function type to dispatch on types instead of classes with partial support for dispatching on optional and keyword argument types.
51 stars 4 forks source link

Some systems failed to build for Quicklisp dist #10

Open quicklisp opened 7 months ago

quicklisp commented 7 months ago

Building with SBCL 2.3.11.165-7fa632585 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 98299887cf43ee3565688b60092ecb8f2fb14af7

polymorphic-functions-lite fails to build with the following error:

Unhandled SB-INT:SIMPLE-PARSE-ERROR in thread #<SB-THREAD:THREAD tid=514802 "main thread" RUNNING {10017D8003}>: junk in string "165-7fa632585"

polymorphic-functions-lite/swank fails to build with the following error:

Unhandled SB-INT:SIMPLE-PARSE-ERROR in thread #<SB-THREAD:THREAD tid=514798 "main thread" RUNNING {10017D8003}>: junk in string "165-7fa632585"

polymorphic-functions fails to build with the following error:

Unhandled SB-INT:SIMPLE-PARSE-ERROR in thread #<SB-THREAD:THREAD tid=514817 "main thread" RUNNING {10017D8003}>: junk in string "165-7fa632585"

polymorphic-functions/specializing fails to build with the following error:

Unhandled SB-INT:SIMPLE-PARSE-ERROR in thread #<SB-THREAD:THREAD tid=514813 "main thread" RUNNING {10017D8003}>: junk in string "165-7fa632585"

polymorphic-functions/swank fails to build with the following error:

Unhandled SB-INT:SIMPLE-PARSE-ERROR in thread #<SB-THREAD:THREAD tid=514809 "main thread" RUNNING {10017D8003}>: junk in string "165-7fa632585"

Full log here

digikar99 commented 7 months ago

Fixed with tag v0.5.1. Please try again.