Alan Donovan
Alan Donovan
I don't think this is a bug. There's a question as to whether it's worth Tree Sitter trying to distinguish ambiguous terms like `identifier.identifier` based on context (for example, if...
Even when the tests pass the --update adds many whitespace changes. Is this a sign that I'm using the wrong version of tree-sitter? When I run --update on master, same...
> What are some of the naming mismatches that you're noticing? For example, MethodElem in the Go spec is method_spec in TS. There are others. Is consistency (within reason) a...
Perhaps it is a type conversion: you can't tell without seeing whether package `os` defines `type GetEnv string` or `func GetEnv(string) string`, and the parser is not privy to that...
Will be fixed (or rendered obsolete) by https://go-review.googlesource.com/c/tools/+/388597/.
Hi @theojulienne, do you know who might be able to cast an eye on this from the GitHub side?
How would such a thing work? It seems like an impossible static analysis problem in all but the most trivial cases.
A simpler implementation would be to comment out all of the table except the line you want to execute. :)