JoranHonig

Results 67 comments of JoranHonig

Would things work if we do `>= 0.20.0`? I believe that's necessary to maintain compatibility with tree_sitter_graph

@note89 thanks for your contribution! tree-sitter seems to have introduced a new way to go about dependencies, using tree-sitter-language as a dependency in the grammar instead of depending on tree-sitter....

fixed the CI errors in master, if you pull the ci checks should pass

lol, this is such a coincidence

I just merged your commits separately with a quick fix which mirrors: https://github.com/JoranHonig/tree-sitter-solidity/pull/50/commits/0424fe7d8debfa75661b343c06b2a171229499f3 https://github.com/JoranHonig/tree-sitter-solidity/pull/56 Thanks for the contribution!

Yoyoyo, just seeing this thread now. Not sure if this is possible already but if foundry could include the solc json ast in the compilation artifacts then it'll be relatively...

Hey @sambacha, thanks for the contribution! I made a small change. Instead of checking the os / architecture I made it check whether /opt/homebrew is a directory. This should work...