Closed quicklisp closed 3 years ago
Now I get this: No tree-sitter language directory found
This corresponds to a warning here: https://github.com/GrammaTech/sel/blob/0ce82193bec3bc3a746d03a3beb92911d762e302/software/tree-sitter.lisp#L53 Is this warning preventing a successful build?
Yes. Full warnings are build failures.
On Dec 11, 2020, at 13:19, berchn notifications@github.com wrote:
This corresponds to a warning here: https://github.com/GrammaTech/sel/blob/0ce82193bec3bc3a746d03a3beb92911d762e302/software/tree-sitter.lisp#L53 Is this warning preventing a successful build?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Alright, thanks. I'll take care of it.
The warnings have been removed from the relevant system and replaced with output to *error-output*
with the following commit: https://github.com/GrammaTech/sel/commit/035e004dc311aa974da11221da9fd636f932e1cd. I believe that this should resolve the issue that we're having.
Looks good to me, thanks!
Building with SBCL 2.0.5 / ASDF 3.3.1 for quicklisp dist creation.
Trying to build commit id e7a6ae793aefea99f596b030ea1ea8f1b94fbfe4
software-evolution-library/run-dump-store fails to build with the following error:
software-evolution-library/run-rest-server fails to build with the following error:
Full log here