you could just run checkrr in a no-op state by setting `processsonarr: false` and `processradarr: false` in the config and then egrep the output like so `checkrr check | egrep "Hash Mismatch|not a recongized file type"` for environments that do not run either of these.) Expand All...
For binary version: works partially at runtime, so zig build-exe --show-builtin and zig env can return musl as ABI (detected via pre-compiled code) while zig build will use gnu (correctly detected via patched source compiled) Pass every target tuple explicitly instead of using native in ...
+ Check_Error_Detected; + pragma Assert (Error_Posted (F)); + Abandon_Instantiation (Instantiation_Node); + when others => + raise Program_Error; + end case; - procedure Build_Subprogram_Wrappers is - function Adjust_Aspect_Sloc (N : Node_Id) return Traverse_Result; - -- Adjust sloc ...