Results 5 issues of Ben Crist

### Zig Version 0.10.0 ### Steps to Reproduce and Observed Behavior When compiling embedded firmware targeting ARM Cortex M0+, using the stage2 compiler, in debug mode, the linker fails with...

bug

When I was experimenting with low-level generation of fusemaps a few months ago, it wasn't immediately obvious to me how product term fuses should be set. In particular, whether 0...

After cloning this repo and running `vagrant up` I eventually get the following error and Chef terminates: ``` STDERR: Traceback (most recent call last): File "/usr/local/bin/tilequeue", line 9, in load_entry_point('tilequeue==0.8.0',...

Also fixes a bug where a continuation backslash followed by `\r\n` and not preceeded by a space would include the `\` and `\r` characters in the prereq path. Also adds...

### Zig Version 0.13.0-dev.274+c0da92f71 ### Steps to Reproduce and Observed Behavior I recently worked on creating a build.zig for a C project that utilizes a rust crate as a static...

bug