DerekStride / tree-sitter-sql

SQL grammar for tree-sitter
http://derek.stride.host/tree-sitter-sql/
MIT License
147 stars 47 forks source link

Remove gitattributes #224

Closed DerekStride closed 9 months ago

DerekStride commented 10 months ago

In #100 we removed the generated files an publish them via GitHub pages. Since then we've added a custom src/scanner.c file that is being treated as a generated file on GitHub due to the .gitattributes file. Since it's no longer needed, I've removing it.

matthias-Q commented 9 months ago

I am curious why the python import error occurs on the macos test runner?

DerekStride commented 9 months ago

I am curious why the python import error occurs on the macos test runner?

That got resolved when I updated the node version for some reason and there was another bug with the nan package seemed to be fixed by updating the dependency.