Tristan Ross

Results 405 comments of Tristan Ross

> The random "partially applied built-in function" failures should be fixed now Sweet, thank you for fixing that. I'll take a look tonight.

Ran with the same exact setup as before except `--ignore-failures` was removed. [outputs.json](https://gist.github.com/RossComputerGuy/76a6a34678f5905f381025675929ee44) ``` $ cat output.json | jq -r ' .results | .[0].user as $first_user | .[0].system as $first_system...

I did a `nixos-install` onto the NVME

I'm using my sdcard for u-boot which is doing a uefi boot on the NVME.

Throwing in the device tree option for my VF2's revision fixed the issue.

This would be great since we have plans to drop LLVM 12 from Nixpkgs.

Interesting, are you on aarch64? I'm doing this on NixOS on an aarch64 system (Apple Silicon M1 Pro). I've tried running this test multiple times and it consistently. I also...

Possibly, I am not 100% sure. I'm going to try an x86_64 machine as well.

The error trace does say where it comes from, strange that it says its with the segfault handling. ``` dumpStackTraceFromBase: D:\zig\zig-windows-x86_64-0.12.0-dev.3126+136d7c213\lib\std\debug.zig:284:19 dumpSegfaultInfoWindows: D:\zig\zig-windows-x86_64-0.12.0-dev.3126+136d7c213\lib\std\debug.zig:2707:5 handleSegfaultWindowsExtra: D:\zig\zig-windows-x86_64-0.12.0-dev.3126+136d7c213\lib\std\debug.zig:2679:17 handleSegfaultWindows: D:\zig\zig-windows-x86_64-0.12.0-dev.3126+136d7c213\lib\std\debug.zig:2651:45 attachSegfaultHandler: D:\zig\zig-windows-x86_64-0.12.0-dev.3126+136d7c213\lib\std\debug.zig:2540:83 maybeEnableSegfaultHandler:...