xdBronch

Results 33 issues of xdBronch

### Zig Version 0.14.0-dev.2638+04c9f50ae ### ZLS Version 0.14.0-dev.345+f7888fc7 ### Client / Code Editor / Extensions _No response_ ### Steps to Reproduce and Observed Behavior ```zig pub fn main() void {...

bug

### Zig Version 0.14.0-dev.2578+ec60156f1 ### ZLS Version 0.14.0-dev.328+b36f7c4b ### Client / Code Editor / Extensions _No response_ ### Steps to Reproduce and Observed Behavior trigger some error that zls can...

bug

https://ziglang.org/documentation/master/#Keyword-Reference same idea as how zls currently uses the langref for docs on builtin functions example from rust-analyzer ![image](https://github.com/user-attachments/assets/2f611fea-52a7-4968-80ab-3923a8c0393b)

enhancement

## Steps to Reproduce the Problem take a reasonably large git repo and run `git blame`/`jj file annotate`, for example i used `lib/src/revset.rs` in the jj repo since its a...

performance

- [x] By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do...

on 1d01c915368b0c128ad1fce6123e55c6cc6ded9e happens on all examples except `run-core-transparent-window` Backtrace from core-triangle ``` * thread #1, name = 'core-triangle', stop reason = signal SIGSEGV: address not mapped to object (fault address:...

bug
needs-triage

https://github.com/ziglang/zig/pull/24160 oops i made zls worse :see_no_evil:

this needs more (any) testing but just throwing it up for now, its quite possibly not too good! but i think the results can be pretty desirable. closes #2052

this is (hopefully!) being implemented in https://github.com/microsoft/language-server-protocol/pull/2027 like the pr mentions, we could use this to give information about expressions that arent bound to anything, for example

feature