Mikhail Khorkov
Mikhail Khorkov
I've successfully checked master version on cases: * `for i in {1..20}; do raku -e 'shell("ls")'; done` * `for i in {1..20}; do raku -e 'run("ls", :out)'; done` * `zef...
> can I use homebrew to install master on mac, I guess not? You can use rakubrew `rakubrew build moar master`
I would prefer to leave `Kernel.cpu-cores()` as is and add `Kernel.cpu-cores(:last-value)` option to get last evaluated cached value. Then the public API will not be broken but expanded.
Actually, I have zef hang on Monterey on x86. And it is not only about zef but about any scripts - randomly hang. Probably it is not because of M1.
I've tried to update `libuv` to `v1.42.0` (master MoarVM uses `v1.39.0` for now). Unfortunately, the issue does not disappear yet. Maybe it hangs not so frequently, but anyway is it...