-
The first test in [t/02-rakudo/15-gh_1202.t](https://github.com/rakudo/rakudo/blob/master/t/02-rakudo/15-gh_1202.t) randomly fails. This problem is also noted in https://github.com/rakudo/rakudo/issue…
-
## The Problem
On the JVM backend backtraces don't refer to source files in ```src/core.*/```, but to ```gen/jvm/CORE.c.setting```. It would be nice to get references to ```src/core.*/```, but the cu…
usev6 updated
2 weeks ago
-
## The Problem
[It](https://github.com/rakudo/rakudo/blob/7cdb4fbb96c92d595f2ca9f5777b31cad93b5d0d/src/core.c/Lock.pm6#L149) was introduced recently and released with 2021.03. However, there are no…
-
## The Problem
If a raku file ends with a backslash on the last line, rakudo does nothing and silently exits with status 0 (success).
## Expected Behavior
Either report a compile-time err…
-
## The Problem
running the following code produces compilation error and incomprehensible message
**Cannot find method 'blocktype' on object of type QAST::O**
```
if "/etc/os-release".IO andthe…
-
I may be doing this wrong, but I tried using `cro stub` to get something running, and `cro run` then fails, in two different ways:
Using the most defaults possible, I get an error in sub `check` of…
-
## The Problem
Explicit `MAIN` breaks `LAST`.
```
sub MAIN () {
loop {
state $n = 0;
put $n++;
last if $n > 2;
LAST { put $n }
}
}
```
## Expected Behavior
…
-
## The Problem
Consider the following project structure:
**A.raku**
```raku
use lib '.';
use B;
use C;
print-var;
```
**B.rakumod**
```raku
unit module B;
my %handlers;
multi tr…
-
See https://github.com/rakudo/rakudo/issues/3051 for an example. Basically, sometimes devs want to change the behavior in 6.c-errata (it's much easier to fix things for all language versions at the sa…
-
the last travis run was 11 months ago; we do include this in toaster runs during release preparation, but you can get early warning if something in rakudo changes that makes your module sad :)