Yoann Padioleau

Results 358 comments of Yoann Padioleau

cc @mjambon who is working on redesigning semgrepignore

hmm, probably yes. Pytest is doing lots of things under the hood ... we've been bitten by it before.

I see https://github.com/uyha/tree-sitter-cmake and https://github.com/Symbitic/tree-sitter-cmake which could be good candidates to use to add support for cmake in semgrep.

Oh actually the second one above is to a project to build tree-sitter using cmake, so not relevant for this issue. But I guess we still have the first one...

for reference: https://github.com/semgrep/semgrep/pull/9926

This used to work fine; not sure what changed recently, but it does not build anymore on windows. I've tried on a fresh cygwin and fresh install of fdopen opam...

It does not compile. ``` pad@xayr ~/work $ ocamlc.opt -c -ccopt "-g -O2 -DHAVE_CONFIG_H -Wall -Wundef" test.c In file included from C:/cygwin64/home/pad/.opam/ocaml-variants.4.14.0+mingw64/lib/ocaml/caml/config.h:45, from test.c:6: C:/cygwin64/home/pad/.opam/ocaml-variants.4.14.0+mingw64/lib/ocaml/caml/compatibility.h:71:34: error: expect ed declaration specifiers...

Different error though than the one I had when installing ocurl

It does not compile either on my arch linux machine though: ``` /home/pad/work/EXPERIMENTS/ocurl $ ocamlc.opt -c -ccopt "-g -O2 -DHAVE_CONFIG_H -Wall -Wundef" test.c test.c: In function ‘main’: test.c:25:8: error: ‘TCP_FASTOPEN’...