Veikka Tuominen
Veikka Tuominen
This should be easy to implement after #21697 Though currently LLVM doesn't seem to implement `interrupt("user")` correctly https://c.godbolt.org/z/58oP6Tdc9 I'm not sure how much that matters but maybe it should be...
Using `-fno-llvm -fno-lld` doesn't segfault so this is likely caused by an optimization in the LLVM backend.
> By modifying .bashrc I think I've run into this, if so it should work as expected when launching vscode from the terminal (which of course shouldn't be required).
The Walkthrough feature seems nice, do we know how people generally feel about it? I'm sure it'll be better received than the popups we did previously.
That would be the debuggers fault, I'm not sure how much the extension can do to control that and it probably shouldn't since a lot of times you want `u8`...
There is currently no way to do that. It could be implemented similar to the `main` CodeLens by checking for a `build.zig` file and calling `zig build test-unit -Dtest-filter=`. A...
I would expect this to be because of PE format alignment requirements but someone else will have to confirm.
It compiles successfully.
The same thing happens in vscode when `semantic_tokens` is set to `full` instead of `partial`, maybe other editors with grammar based highlighting should also use `partial`?
I just don't like the idea of expanding a SIMD specific builtin for what looks to me like syntax sugar purposes that doesn't even fully replace `std.mem.zeroes` since it doesn't...