-
Module [IO::Socket::Async::SSL](https://modules.perl6.org/dist/IO::Socket::Async::SSL) cannot be installed (`InstallableButUntested`), perhaps it has some failing tests.
* Tickets are opened/closed i…
-
I notice when I type newlines into a text area which is then posted in a form. The line breaks get URL encoded as %0D%0A (carriage-return/line-feed) (both in Chrome and FireFox). These are getting pas…
-
Here's the new and changed stuff for this new release.
# Additions:
* [x] Implement `MAIN` parameter bundling via the `%*SUB-MAIN-OPTS`
option -[75f92d2b](https://github.com/rakudo/rakudo…
-
I know all of this takes a long time to install, but if you have followed the instructions in the README, I would love to know the time it takes for it all to run. Please share your --stagestats time …
Xliff updated
5 years ago
-
For background, I starting looking at this when a profile of a Perl 6 program that calculated Ackerman numbers showed that 90% of the time was spent stringifying a big Integer to print the result. I w…
-
After recentlish work, it's possible to hyper all methodcall forms.
However, hypering prefix op methodcalls looks to have been missed from that work:
```
$ perl6 -e 'my @a = ; @a».++; dd @a'
Arr…
-
Module [Net::Curl](https://modules.perl6.org/dist/Net::Curl) cannot be installed (`AlwaysFail`), perhaps it has some failing tests.
* Tickets are opened/closed in this repo automatically (though not …
-
Given this role:
role Foo[|c] { dd c }
The following outputs are given on these inputs:
Foo.new;
# \()
Foo[:bar].new
# \(:bar)
Foo[42].new
# \(42)
# …
-
$ raku --ll-exception -e 'class C { has $.sig = :(); }'
QAST::Block with cuid 1 has not appeared
at gen/moar/stage2/QAST.nqp:6737 (/home/x/.rakubrew/versions/moar-blead/install/share/nqp/lib/QAS…
-
Noting an error is being reported on MacOS with simple pillar data.
Pillars
```
packages:
pkgs:
wanted:
- wget
- curl
```
**Failed state**
```
ID: pkg_req_pk…