Nat Mote

Results 93 comments of Nat Mote

Now that I've spent some time looking into this, I'd like to update everyone on what I have found. The tree-sitter-go grammar, used to generate the parser for Go, wraps...

Sadly, our OCaml support is missing quite a lot of features that our GA languages have. This looks to be one of them.

Yeah, go for it! It looks like we still rely on a Menhir parser to parse OCaml patterns, so you'll need to update that to be able to parse this...

Seems similar to #10618. Likely requires a PR to homebrew to address

You wrote that you're running 1.144.0 but your screenshot is of 1.119.0. That's quite old. Could you make sure you're using a recent version and try again?

As @thomas-ncc suggested, try setting the PYTHONUTF8 environment variable. Our Windows [installation instructions](https://semgrep.dev/docs/getting-started/quickstart) also include that instruction. This will no longer be necessary as of Python 3.15. Please let us...

I think the key here is this line, which is coming directly from Git: `fatal: .git/index: index file open failed: Not a directory`. It's odd that you can run the...

This is not really a use-case we've focused on, but I think it's reasonably likely that it would be fairly easy to make the performance work as expected here. Still,...

This is a weird one. Playground link with repro: https://semgrep.dev/playground/s/rxb5R

It does look like Semgrep could reasonably do better here, though I'm not sure I'd call this a bug exactly. There will always be room for Semgrep (and any static...