Yoann Padioleau

Results 358 comments of Yoann Padioleau

Still an issue. We could disable the field-function-to-method-definition transformation that is done in js_to_generic.ml which prevents foo: to match.

Do you have a playground link? If it does then close the issue :)

CI has some failures since we've upgraded to tree-sitter 0.22.6. Can you run ./test-lang hcl manually and report if everything is fine? (CI currently says that hcl is a Failed).

I'll be happy to fix this if you can attach some example test files (both the rule and the test target).

Some possible tree-sitter candidates: - https://github.com/DerekStride/tree-sitter-sql - https://github.com/m-novikov/tree-sitter-sql (Postgres only?) - https://github.com/tjdevries/tree-sitter-sql - https://github.com/dhcmrlchtdj/tree-sitter-sqlite (sqlite) - https://github.com/takegue/tree-sitter-sql-bigquery (Bigquery)

We would probably need to extend the generic AST to support SQL statements. Ideally we want something that can encompass SQL and LINQ (in C#) and APEX (a Java variant...

@mjambon or @brandonspark can you have a look at this? Should we change our anchoring to be more consistent (and maybe also more documented)?

Do they have a tree-sitter grammar? If not it's very unlikely. Also I've never heard of those languages so very unlikely one of us add support for those languages, but...