sel icon indicating copy to clipboard operation
sel copied to clipboard

Programmatic modification and evaluation of software

Results 7 sel issues
Sort by recently updated
recently updated
newest added

Unable to parse the single-file sqlite3.c "amalgamation." The file is attached [sqlite3.c.txt](https://github.com/GrammaTech/sel/files/9390261/sqlite3.c.txt). The result is a single error AST. ```common-lisp SEL/SW/C-CPP> (defparameter sqlite (from-file (make-instance 'c) "~/Projects/sqlite-bld/sqlite3.c")) SQLITE SEL/SW/C-CPP> (describe...

To load CFFI (and thus SEL) on a Mac M1 the latest changes from the main CFFI branch are required. Unfortunately death doesn't want to merge those into their fork...

As someone in the decompilation community, I'm very interested in doing my own research and exploration into this field. I was hoping some more specific information could be shared here...

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...

At least trying to import the python `asts` binding, in an apple M1/2/3 laptop results into the following. Recent versions of [`py-tree-sitter`](https://github.com/tree-sitter/py-tree-sitter) work just fine on any platform. ```shell In...

The python `asts` package depends internally on `pkg_resources` ([which is deprecated](https://setuptools.pypa.io/en/latest/pkg_resources.html)). If still used, at least the `setuptools` package should be declared as a dependency. Otherwise, trying to pip-install &...

Building with SBCL 2.4.6 / ASDF 3.3.5 for quicklisp dist creation. Trying to build commit id 9e564f8f5010bedcd283438869f9fb812b15c7fb *software-evolution-library/deploy-tree-sitter-interface* fails to build with the following error: ``` Unhandled SB-PCL::FIND-METHOD-LENGTH-MISMATCH in thread...