Christian Clason
Christian Clason
I believe that is blocked by not having ARM64 runners for GH Actions: https://github.com/actions/virtual-environments/issues/2552
Note that we probably don't want to upstream _all_ util functions indiscriminately. It would be best to do one function per commit (including other necessary functions to make each commit...
Oh, you walked right into this one... Yes please -- if it can be tested, it should be tested!
About `get_node_text()`: this already has an upstream version under `vim.treesitter.query`, which unfortunately behaves different from the (older) nvim-treesitter one: the former returns a concatenated string, while the latter returns a...
Should probably also standardize on method vs. function syntax, while we're at it?
Regarding `get_node_range`, see #18276
(And would be great if you could add EmmyLua-style type annotations to the docstrings while you're at it; we're incrementally trying to fix the documentation in this regard.)
> `get_node_text()` (function with same name but different behavior exists, see https://github.com/neovim/neovim/pull/18232#issuecomment-1107800511) I still believe this would be good to consolidate along the lines of my comment (doesn't _have_ to...