-
**Rakudo Star**
gtbjj :
> `== Installing modules for MoarVM cd modules/panda && /home/austin/git/pkgbuild/rakudo-star/pkg/rakudo-star/usr/bin/perl6-m bootstrap.pl Unhandled exception: While looking…
-
## Motivation
To make `reduce` DWIM when used with a **`+`-slurpy operator** on a **list-of-lists**.
That is, to make operations like the following work without bad surprises:
```raku
my \tr…
-
This makes it impossible to update the builds for older versions of Rakudo. Instead, default.nix should export a attrset with the Rakudo versions as keys, and people should use the latest version of r…
-
When I tried to execute the sample program (please see the attachment), there was an error. Any suggestions ?
Operating system : macOS 11.1
Raku : Implementing the Raku(tm) programming language v…
-
````raku
use JSON::Fast:ver;
sub foo(@a, :$sorted-keys) {
@a.map: {to-json $_, :$sorted-keys}
}
dd foo();
````
Running this code on:
````
$ raku --version
Welcome to Rakudo™ v2021.12…
-
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…
usev6 updated
1 month ago
-
## The Problem
I have found that I get an error message (broken pipe) on STDERR when I tweaked a little an example from the documentation here :
https://docs.raku.org/type/HyperSeq#method_grep
…
-
It appears that a module containing:
````raku
BEGIN Q/use experimental :pack/.EVAL
````
can **NOT** be precompiled or is precompiled incorrectly. Note that taking away the `:pack` from the above …
-
_(May be related to https://github.com/Leont/app-prove6/issues/16 also, although I debugged from a different angle.)_
In particular, https://github.com/Leont/app-prove6/commit/87897cc955305809e49ce…
-
I'm getting an error that the editor cannot find the lib when in the test file, but `prove6` runs correctly.
Here is the folder structure:
```
├── HELP.md
├── README.md
├── lib
│ └── Pang…