Jan Ph. H.
Jan Ph. H.
Please provide a minimal reduction + instruction to reproduce including the assembly (`extern` function, which can be linked to reproduce the problem). If only an example with start code is...
I think this issue can be closed, since the ARM compiler_rt function has been fixed in #15655.
@LewisGaul Could you reproduce the issue locally? windows: ``` 732/1586 test.math.exp32() sanity... FAILURE: expected exp(0x1.288bbcp3)->0x1.4abc8p13, got 0x1.4abc82p13 (32-bit) FAIL (Failure) D:\a\1\s\lib\std\math\test.zig:120:23: 0x7ff643e9fc78 in runTests__anon_65151 (test.exe.obj) if (failures > 0) return...
Probably interesting paper (or follow-up papers): "Who’s Debugging the Debuggers? Exposing Debug Information Bugs in Optimized Binaries" by Di Luna et al.
Also fixed some leaks.
Remark: `EVP_CIPHER_block_size` is a simple getter, which should be possible to evaluate at compilation time (ie with `constexpr`). However, C is suss and instead forces us to use a VLA...
This will break sandboxing, ie with firejail, as luarocks does not conform to XDGBDS.
> @matu3ba: could you say more? This would not allow the `luarocks` module to install to or uninstall from system-level rock trees, but just avoid installs if a rock already...
Ntdll compatibility list taken from https://www.geoffchappell.com/studies/windows/win32/ntdll/api/index.htm "The very large table on this page lists all the functions and variables—there are well over two and a half thousand—that appear in the...
Counter-argument for relying on it for accurate runtime process or thread info from https://learn.microsoft.com/en-us/answers/questions/1183193/totalprocessortime-differs-between-windows-10-and also mentioned in https://github.com/ziglang/zig/issues/5191#issuecomment-1661030019 and https://github.com/ziglang/zig/pull/16638#discussion_r1280944719: "Microsoft broke backwards compatibility and GetSystemInfo, GetThreadTimes, NtQuerySystemInformation and quite...