Christian Clason

Results 2067 comments of Christian Clason

We don't tie parser versions to the tree-sitter crate (that's what ABI is for, which can be checked independently of the version). And aren't the bindings autogenerated?

The versioning scheme is basically semver, from the point of view of queries (so reflecting minor/major/breaking changes in the grammar _only_). And try removing the bindings first; some files are...

Actually, versioning and publishing should be handled by our workflows; we'd prefer it if there was no "rogue publishing" that can interfere with that. @ObserverOfTime

Ideally they should be available org-wide, like the NPM token (as we eventually want to publish ALL THE PARSERS).

@ObserverOfTime Can you set up the token and the publish workflow for this repo then?

Can we use our github app? It's a bit annoying that we have to tie packages to personal accounts that may move on, orphaning the package.

#648 is merged; please check if the issue still occurs.

> This is a treesitter/highlighter.lua problem, so I think I can't do it using nvim --clean. Yes, you can: the Lua parser is bundled and enabled by default. (I can't...

If it's fixed on master but not 0.11.3, there must be some commit between the 0.11 release and now that fixed it. Can you `git bisect` to find it?

Thank you, that looks much more likely. I'm not sure why this wasn't backported; let's try it. **EDIT** No longer applies cleanly and needs to be backported manually. It's a...