Casey Banner

Results 20 issues of Casey Banner

``` thread 16548 panic: index out of bounds C:\cygwin64\home\kcbanner\kit\zls\src\analysis.zig:1624:5: 0x7ff7a03eaec7 in analysis.documentPositionContext (zls.obj) return block: { ^ C:\cygwin64\home\kcbanner\kit\zls\src\main.zig:1719:53: 0x7ff7a03b35c8 in processJsonRpc (zls.obj) done = extractErr(method_info[2](arena, id, request_obj, config)); ^ C:\cygwin64\home\kcbanner\kit\zls\src\main.zig:1962:27:...

I used using an updateRaw statement of the form: ```java marketOrdersDao.updateRaw( "INSERT INTO market_orders_temp " + "(" + columnList + ") " + "VALUES " + "(?, ?, ?, ?,...

This PR implements `std.debug.walkStackWindows` as a replacement for `RtlCaptureStackBackTrace`. ### Context As part of debugging #12703 I was investigating why stack traces weren't appearing, and realized a simple test program...

- Uses the new `asRange` calling convention from https://github.com/floooh/sokol/pull/710 - Change `Mat4/Vec2/Vec3` to `extern struct` as arrays in packed structs are no longer supported, and a guaranteed memory layout is...

### Zig Version 0.11.0-dev.11+0d192ee9e ### Steps to Reproduce and Observed Behavior I noticed this as part of investigating the build issues on MSVC https://github.com/ziglang/zig/issues/12703#issuecomment-1299605706 When there is a linker error,...

bug
stage2

### Zig Version 26e98391322645f2d09aaaaf36d94cae06424a18 ### Steps to Reproduce Within the zig folder: ``` mkdir build-release pushd build-release "c:\Program Files\CMake\bin\cmake.exe" .. -Thost=x64 -G "Visual Studio 16 2019" -A x64 -DCMAKE_PREFIX_PATH=e:\dev\llvm+clang+lld-14.0.6-x86_64-windows-msvc-release-mt -DCMAKE_BUILD_TYPE=Release...

bug
os-windows

### Zig Version 0.11.0-dev.1838+3a73216b1 ### Steps to Reproduce and Observed Behavior Compile this code (which is incorrectly using `@as` when it should be `@intCast`): ``` pub fn main() !void {...

bug

Based on this discussion: https://discord.com/channels/605571803288698900/785499283368706060/1100143149101371502 The idea is to allow the CI to skip jobs that have a `max_rss` that would exceed the total memory of the machine. Example output:...

This supercedes (and includes the changes from) https://github.com/ziglang/zig/pull/15531. These changes were developed in tandem with this PR, which might be a good reference for reviewers: https://github.com/kubkon/zig-dwarfdump/pull/1 ### Stack unwinding using...

I was implementing `setTrace` in zls, and I noticed this. VSCode seems to always send `"trace": "off"` regardless of the `"zig.trace.server"` setting.

lsp