ObserverOfTime
ObserverOfTime
Useful when individual jobs fail, but requires all the jobs to depend on `build` instead of having `crates` & `npm` depend on `release`, since I don't know whether the `needs`...
### Problem I wrote a [parser](https://github.com/tree-sitter-grammars/tree-sitter-cst) for the CST format and encountered 3 patterns that cannot be captured. ### Steps to reproduce These patterns are not treated as impossible, but...
Same issue as tree-sitter/java-tree-sitter#114 ```python import tree_sitter as ts import tree_sitter_go as tsgo query = """ ((comment)+ @injection.content . (import_declaration (import_spec path: (interpreted_string_literal) @_import_c)) (#eq? @_import_c "\"C\"") (#match? @injection.content "^//"))...
This is an ongoing effort to update node-tree-sitter with the changes introduced in tree-sitter 0.25, and more: - [x] Track tree-sitter release branch - [x] Enable dependabot updates - [x]...