-
This should be moved to FEATURES.md, but I'll write it here for now. Maybe we'll even decide against it?
See this: https://github.com/rakudo/rakudo/issues/1314#issuecomment-354563216
I don't kno…
-
Moving [RT#132426](https://rt.perl.org/Ticket/Display.html?id=132426) here:
> Thanks for making Rakudo available. One piece of suggestion -maybe it exists somewhere but I missed- I think it would b…
-
## The Problem
```
$ perl6 -e 'unit package A; our sub need() {}; for { A::need }'
Cannot find method 'Nil' on object of type List
in block at -e line 1
in block at -e line 1```
## …
-
In docs.perl6.org, the following section describes the difference well:
https://docs.perl6.org/language/faq#Does_Rakudo_have_a_core_standard_library?
However, I think it's little bit difficult to …
-
OK, this bug report is not extremely useful, but that's about all I can do.
See https://github.com/perl6/whateverable/issues/24#issuecomment-345493646 for some commentary on what happens.
Here's…
-
Since it's compiling rakudo, it takes on average half an hour. I would suggest changing it to a Docker container, or just somehow use a precompiled version of Rakudo to test.
-
https://github.com/sergot/http-useragent/issues/199
```
$ MVM_JIT_DISABLE=1 MVM_JIT_DISABLE=1 perl6 --ll-exception -I. t/040-request.t
1..28
ok 1 - new 1/8
ok 2 - new 2/8
ok 3 - new 3/8
ok 4 …
ugexe updated
6 years ago
-
## The Problem
```perl6
sub f {
my $i = 0;
loop {
FIRST { say "FIRST: $i"};
LAST { say "LAST: $i"};
last if ++$i > 100;
}
}
f()
```
Can't compile at all! Com…
-
Filing in hopes of getting more helping hands on this.
There are several modules on https://toaster.perl6.party/ at the top, with "Fail" in the right column. If you click on "Fail" you'll see test …
-
The issue:
```
$ perl6 -e 'use Hash::Merge; my %h{Any}'
===SORRY!===
Cannot invoke this object (REPR: Null; VMNull)
```
I golfed this down from a crash in an application that is using `Confi…
jnthn updated
6 years ago