HKalbasi

Results 186 comments of 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...

This one doesn't work. It fails with the same error of original post.

Duplicate of #14986 but I will close that one since this one is more detailed.

I'm also hitting this issue: ![image](https://github.com/nushell/reedline/assets/45197576/6558f64d-5006-4f24-a799-618b6fd5fc2a) And after pressing tab it will fix itself just like the OP: ![image](https://github.com/nushell/reedline/assets/45197576/a2ba67ab-786f-4707-8245-1d008116bf60)

Should tree sitter handle `va_arg` as a special node similar to `sizeof` and `offsetof`? It is a builtin C language feature.