Yoann Padioleau

Results 358 comments of Yoann Padioleau

Why does the Ruby and Bash grammars use extra to represent the body part of an heredoc? How the other languages handle heredocs? PHP has heredocs and we don't have...

cc @mjambon Ideally you should use https://github.com/returntocorp/ocaml-tree-sitter-languages and each language would be an OPAM package, but this is not the case right now.

@gordonwoodhull you should look at the spatch spinoff semgrep.dev, with source at https://github.com/returntocorp/semgrep/ It does not have the full power of spatch for program transformation, but it has an autofix...

I'll try to make a new OPAM release of pfff, codegraph, codequery, so things will be simpler to install, but I don't have that much free time these days as...

Pfff went through some big refactoring (all the tools used to be in the pfff monorepo) to faciltate the semgrep decelopment workflow, but it complicated the workflow a bit for...

did git clean -dfx, and same error after ``` ./configure make setup ./script/rebuild-everything ```

Also ``` $ dune clean $ make File "dune", line 1, characters 0-0: Error: File unavailable: bin make: *** [Makefile:15: build] Error 1

ok, make clean fixed the previous issue about "bin", but still got the same linking error in tests/seq/

then I tried cd lang/go; make but then got this failure: ``` [pad@yrax go (main)]$ make make gen make[1]: Entering directory '/home/pad/github/ocaml-tree-sitter-semgrep/lang/go' make gen-c make[2]: Entering directory '/home/pad/github/ocaml-tree-sitter-semgrep/lang/go' if [...