Tristan Ross

Results 456 comments of Tristan Ross

Looks like traces work, only needs to be added to the test coverage according to the task. ```zig const std = @import("std"); pub fn a() !void { try b(); }...

I've ran into this same problem when cross compiling for RISC-V on aarch64 with NixOS.

I agree, I think absolute paths are more distinct. If you have some weird zig project that copies or adds things to the cache and expose as a module and...

This looks like the problem I ran into on riscv64-linux in https://github.com/NixOS/nixpkgs/issues/460825. ``` Program Headers: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flags Align PHDR 0x0000000000000040 0x000000000000f040 0x000000000000f040 0x00000000000002a0 0x00000000000002a0 R...

``` mu-gundam-disko-images> + sgdisk --align-end --new=1:32M:+0 --partition-guid=1:R --change-name=1:disk-nvme-esp --typecode=1:EF00 --attributes=1:=:0 /dev/vda mu-gundam-disko-images> The operation has completed successfully. mu-gundam-disko-images> + partprobe /dev/vda mu-gundam-disko-images> + udevadm trigger --subsystem-match=block mu-gundam-disko-images> + udevadm settle...

I think I found the problem, `esp.start` is set but not `size` or `end`. I think it would be good if either of those are missing for an error or...