Jan Ph. H.

Results 467 comments of Jan Ph. H.
trafficstars

"Performance of five two-sample location tests for skewed distributions with unequal variances" by "Morten W. Fagerland, Leiv Sandvik" is a good read. It is called Welch's U test there. If...

Some observations - 1. This requires (not yet existing) LLVM support - 2. It remains unclear to me how Zig can ensure cache boundaries are eliminated and/or if this should...

Since it is implied how to do file system watches on Windows as next step: - https://powershell.one/tricks/filesystem/filesystemwatcher - https://superuser.com/questions/226828/how-to-monitor-a-folder-and-trigger-a-command-line-action-when-a-file-is-created - in lua for windows file system via winapi lua bindings...

> F:\tmp\zig-bootstrap\clang\lib\Basic\Targets\X86.cpp(926): warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss Looks...

~~Looks like you are both running into https://github.com/ziglang/zig/issues/12888.~~ ~~Unfortunately https://github.com/ziglang/zig/pull/12898 has not been merged yet, which would resolve that issue + making aware the clang/gcc footgun.~~

@ryuukk Has this been fixed with zig wasi bootstrap being merged to ziglang/zig repo?

[Issue #17018 ](https://github.com/ziglang/zig/issues/17018) as Zig bootstrapping bug should be fixed with https://github.com/ziglang/zig/commit/3cf71580c460a30bb52da6e2cbc4482a67bd2930. I had the same problem on ubuntu at work. Suggestion to close or provide further information.

~~Unfortunately you dont show the ~~generated~~ relevant cmake error ~~logs~~. Might be related to https://github.com/ziglang/zig/pull/17824.~~