Closed greenfork closed 7 months ago
Same goes for zef install --debug Red
. Anything I can do to fix it?
Which version of raku
are you using? It works with
Welcome to Rakudo™ v2024.01.
Implementing the Raku® Programming Language v6.d.
Built on MoarVM version 2024.01.
I have this:
Welcome to Rakudo™ v2024.02.
Implementing the Raku® Programming Language v6.d.
Built on MoarVM version 2024.02.
Hmm, I don't have v2024.02 handy,
What do you get it if you run:
raku -MTest -e 'is v0, 0; done-testing'
Seems fine:
> raku -MTest -e 'is v0, 0; done-testing'
ok 1 -
1..1
I think it was the commit 4f64b4876b in rakudo, it was uniquely in 2024.02 and reverted for 2024.03
You are right. I tried the 2024.03 version, this test seems to pass. I got a lot of other errors, created an issue to track it https://github.com/FCO/Red/issues/574
On current master:
If I comment the test, everything else passes successfully.