Nat Mote
Nat Mote
Interesting, good find! Solidity is experimental so we most likely won't fix this in the short term. However, I would be happy to review pull requests to fix it, if...
Hey, apologies for missing your earlier ping! I'm drowning in GitHub notifications so they often slip through the cracks. Here are the docs that explain how to upgrade a language...
As you've noted, Lua is experimental and so we aren't likely to address this issue in the near future. However, if you're interested in contributing I'd be happy to point...
Could you provide a complete playground example? https://semgrep.dev/playground/new
What is the output of `semgrep --version`?
I strongly suspect that you are somehow still running a very old version of Semgrep. Note that `semgrep --version` told you that you're running `0.117.0`, yet when you upgraded Semgrep...
As with the other issue you just filed, since Lua is experimental we are not likely to address this anytime soon. You'd be welcome to contribute a fix, however.
We are encountering this on Semgrep. It's [blocking the release](https://github.com/Homebrew/homebrew-core/pull/222682) of Semgrep on Homebrew. I initially assumed that upgrading to Base 0.17.2 would solve the problem but it did not....
It's probably also worth noting that I have no problem installing Base locally if I just create a new opam switch myself and install it there (OCaml 5.3.0 plus Base...
@dkalinichenko-js I've mostly figured out what is going on here. The [initial fix](https://github.com/janestreet/base/pull/180) worked around the [Clang bug](https://github.com/llvm/llvm-project/issues/116278) that is present in Apple Clang 17.0.0, the current version of Clang...