David Rubin
David Rubin
this fixes #2984 this adds a `is_autotranslated` flag to `std.zig.Ast` as well as `std.zig.Parser`. my solution is to create a keyword that only exists in the parser, which when seen...
i believe this finishes up #17916. might have missed some cases, please let me know!
The line: https://github.com/nothings/stb/blob/ae721c50eaf761660b4f90cc590453cdb0c2acd0/stb_image_write.h#L1263 creates potential UB because `int` isn't guaranteed to be large enough. I *think* the solution is `unsigned int` but if you know something better please suggest. You...
closes #489 ### Why `@expect` takes a bool: - `@expect` affects branching codegen and you can only branch on a bool. - Expecting a specific value can be done with...
@kubkon only took me a month of work to feel this is enough to upstream. - fixed a ton of incorrect stuff. - struct / array access when they are...
fixes #19735
cc @andrewrk @kubkon
### What version of Bun is running? idk i cant run it ### What platform is your computer? Linux 3.10.0-1160.88.1.el7.x86_64 x86_64 x86_64 ### What steps can reproduce the bug? #...
The bot kept crashing on me, and I finally tracked it down to this. Obviously, if the request fails, you should return, and not blindly continue.
cc @kubkon Behavior test passing: 64.33%