HKalbasi
HKalbasi
I ran benchmark fib_hex 100m from https://github.com/tczajka/bigint-benchmark-rs on this PR and it made num-bigint twice faster than malachite, slightly faster than gmp and 12x faster than itself.
> This feature is an implementation detail of the above - not sure exactly how it'll work, but we'll see what happens when I get to it. I guess there...
Glad to see that this is in your roadmap. Would you be open for contributions on this, or do you have a specific design in mind?
I understand. I don't think this specific feature is implementable in a plugin, but I see your concern about half backed features and changing the priorities. Even with a complete...
Yes, but I don't want async I think.
This one doesn't work. It fails with the same error of original post.
This works, thanks!
Duplicate of #14986 but I will close that one since this one is more detailed.
I'm also hitting this issue:  And after pressing tab it will fix itself just like the OP: 
Should tree sitter handle `va_arg` as a special node similar to `sizeof` and `offsetof`? It is a builtin C language feature.