Wooster

Results 104 comments of Wooster

I'm pretty sure I didn't change anything that would cause this new failure that previously didn't happen: ``` zig build-exe maximum_sized_integer_literal Debug x86_64-windows: error: thread 229607 panic: Segmentation fault at...

Oh, that is very true. I must've just taken that idea from other tests without thinking about it enough. It's also very good to know that behavior tests are in...

``` zig test Debug mips-linux-none: error: Assertion failed: ShiftAmt

I'm going to try limiting tests that I think might have to do with the failure to linux-x86_64 for now.

Thanks! That helps a lot.

Hello, I've been working on this for a while. I came up with what we can maybe call a prototype of a backend for this architecture. Yesterday I basically rewrote...

Ok so there's this problem where we have versions that we want to parse but they don't conform to SemVer https://github.com/ziglang/zig/blob/3bfae2a0d9503dbd832774c3b39a74dbd55e8b6e/lib/std/zig/system/darwin/macos.zig#L378-L382 Semantic Versioning does not accept "1.0" for example. The...

https://github.com/ziglang/zig/issues/12862#issuecomment-1362984212

Going to wait for a new master build first.