-
## The Problem
When spinning up `raku` for the first time, users are presented with a list of modules they should install in order to have such niceties as:
* backspaces
* left/right cursor mov…
-
## The Problem
```
[15] > my $m = .one
one(1, 2, 3)
[16] > $m != 0
True
[17] > $m == 0
one(False, False, False)
```
## Expected Behavior
`$m != 0` should be `one(True, True, True)`, …
-
Module [Rakudo::Perl6::Tracer](https://modules.perl6.org/dist/Rakudo::Perl6::Tracer) is failing its tests and/or does not install.
* Please close this issue only if the module **passes its tests and …
-
Module [Rakudo::Perl6::Format](https://modules.perl6.org/dist/Rakudo::Perl6::Format) is failing its tests and/or does not install.
* Please close this issue only if the module **passes its tests and …
-
Module [Rakudo::Perl6::Parsing](https://modules.perl6.org/dist/Rakudo::Perl6::Parsing) cannot be installed (`AlwaysFail`), perhaps it has some failing tests.
* Tickets are opened/closed in this repo …
-
Module [Rakudo::Slippy::Semilist](https://modules.perl6.org/dist/Rakudo::Slippy::Semilist) cannot be installed (`ZefFailure`), perhaps it has some failing tests.
* Tickets are opened/closed in this r…
-
## The Problem
Rakudo should not place dot files or directories directly in the root of `$HOME` unless specified. Doing so violates the XDG Base Directory Specification. Yes, I've seen the [XKCD co…
-
https://github.com/Raku/doc/pull/4513
Subtest has several variants, not all of which are tested/used in roast.
From rakudo:
```
multi sub subtest(Pair $what) is export { subtest($wh…
coke updated
2 months ago
-
There's some info about it around here:
https://logs.liz.nl/moarvm/2021-12-14.html#17:33
-
I know that the first thought may be “let's not”, but hold your horses.
See this discussion: https://irclog.perlgeek.de/perl6/2017-09-01#i_15103501
The current situation is indeed LTA for the us…