Cooper Pierce
Cooper Pierce
In this case it would seem to me it ought to be part of the `raw_text` span, instead of some additional rule to match whitespace. In general it doesn't matter,...
I was misleading myself somewhat by looking directly at `scan_raw_text`---apparently external scanners will get called as soon as possible (https://github.com/tree-sitter/tree-sitter/discussions/1771#discussioncomment-2926435). Looking at the code for the external rules it looks...
I'm also running `tree-sitter parse`. Running the following reproduces this for both myself and a coworker: ```zsh git clone [email protected]:camdencheek/tree-sitter-dockerfile.git \ && cd tree-sitter-dockerfile \ && printf 'LABEL A=$B' >...
> Note how I currently wrote the "basic usage" both the --config option and the -e option are listed as optional, and we need to annotate that you must specify...
Would definitely agree---something like https://github.com/click-contrib/click-man + some handwritten (or generated from docs maybe?) man pages about pattern syntax would potentially be an option for us (though click-man doesn't work out...
I understood this more as commentary on our help message, rather than improper usage behaviour. I would agree with @brendongo to the extent that I would not expect the full...
~~Possible duplicate of #5690~~ Able to reproduce on 896a5ce (current develop HEAD).
It seems like there's an upstream issue: https://github.com/jtmullen/submodule-branch-check-action/issues/23 We should be able to work around this by renaming the submodule, but it might be easier to just fix it there....
Yeah, I think merge conflict avoidance is the bigger deal than the risk of a commit randomly disappearing. I was having some trouble with semgrep_interfaces, which spurred this, because we...
Closing for now. If you're able to share some more details so we can reproduce this, feel free to open a new issue!