Yoann Padioleau
Yoann Padioleau
Great library, but I didn't manage to mix the use of subliner with other deriving libraries. For example this script: ``` #!/usr/bin/env ocaml #use "topfind" #require "ppx_subliner" #require "ppx_deriving.show" type...
Now that multi-lines tokens are handled correctly in ocaml-tree-sitter-core, some docker tests are now failing, probably because it made some wrong assumptions.
``` #=== ERROR while compiling ocurl.0.9.2 ========================================# # context 2.0.10 | win32/x86_64 | ocaml-variants.4.14.2+mingw64c | git+https://github.com/ocaml-opam/opam-repository-mingw.git#sunset # path D:/a/semgrep-proprietary/semgrep-proprietary/_opam/.opam-switch/build/ocurl.0.9.2 # command D:\cygwin\bin\make.exe # exit-code 2 # env-file D:/.opam/log/ocurl-4640-3c14c6.env # output-file...
Would be nice to be able to write semgrep rules to find bugs in SQL statements. There are many SQL dialects though so we must find a way to support...
test plan: osemgrep-pro test --pro semgrep-rules/
**Describe the bug** if you run `semgrep scan --config p/kotlin` on this file you'll get a raise Impossible because a TypedMetavar is generated for the AST (you can see the...