Aaron Adams

Results 101 comments of Aaron Adams

> After some poking around and testing, I've found a temporary mitigation option. It appears, that if you directly pass `LDFLAGS="-dynamic-linker "` along with compiler invocation, zig will pick it...

> It would be really easy for me to add absolute line numbers using the `` capture. Would that suffice? It would be useful too be able to use absolute...

Hrm brutal :| Line number commands from community doesn't really help though, as the point is to be able to issue cursorless commands on those rows. What if we added...

> I don't really see which Cursorless actions are particularly beneficial when you can't actually see what you are targeting? Just navigate there using the community commands and then you...

fwiw I think this likely affects libslub as well (I'm one of the developers), so you can feel free to post a new issue there with the affected kernel version...

I recently fixed this in the branch I'm using to port libslub over, as slab dumping was broken on a kernel with no config symbols. I will send a separate...

So I said this was partially fixed by the PR. Main remaining things are that I didn't test it on x86/aarch64 without kconfig so not sure it's fully fixed there......

> @gsingh93 > > > I'd be hesitant to merge it as is, as there are a number of unimplemented things and likely broken edge cases. We'd get bug reports...

you can see a lua-ls script in these nix pre-commit hooks https://github.com/cachix/git-hooks.nix/blob/master/modules/hooks.nix that handles checking for errors by using a a wrapper and checking check.json file contents after the run....