yitzchak / cytoscape-clj

Cytoscape widget for common-lisp-jupyter
MIT License
3 stars 1 forks source link

Some systems failed to build for Quicklisp dist #146

Open quicklisp opened 1 month ago

quicklisp commented 1 month ago

Building with SBCL 2.4.6 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id dbabd69961975eda3ae378ca03c6b8e26ff4befe

cytoscape-clj fails to build with the following error:

Unhandled SB-PCL::FIND-METHOD-LENGTH-MISMATCH in thread #<SB-THREAD:THREAD tid=3516710 "main thread" RUNNING {1000DC8003}>: The generic function #<STANDARD-GENERIC-FUNCTION ECLECTOR.PARSE-RESULT:MAKE-SKIPPED-INPUT-RESULT (1)> takes 5 required arguments; was asked to find a method with specializers (MY-CLIENT T T T)

Full log here

yitzchak commented 1 month ago

This is fixed in common-lisp-jupyter