GrammaTech / sel

Programmatic modification and evaluation of software
https://grammatech.github.io/sel/#Top
Other
169 stars 21 forks source link

Some systems failed to build for Quicklisp dist #28

Closed quicklisp closed 4 months ago

quicklisp commented 2 years ago

Building with SBCL 2.2.7.28-02bc916fd / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 556decac5ad3a2656c7f4a2d8bc824404650a617

software-evolution-library/run-tree-sitter-py-generator fails to build with the following error:

Unhandled SB-PCL::NO-APPLICABLE-METHOD-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {10016D0003}>: There is no applicable method for the generic function #<COMMON-LISP:STANDARD-GENERIC-FUNCTION FSET:CONVERT (99)> when called with arguments (PYTHON-AST "from typing import Any, List

Full log here

berchn commented 2 years ago

This should be addressed with https://github.com/GrammaTech/sel/commit/5a29505ddf6bfca4a0b632577df354f2fd661d33. Thanks!