-
Noting an error is being reported on MacOS with simple pillar data.
Pillars
```
packages:
pkgs:
wanted:
- wget
- curl
```
**Failed state**
```
ID: pkg_req_pk…
-
```
λ zef install Method::Also
===> Searching for: Method::Also
===> Staging Method::Also:ver:auth
===> Staging [OK] for Method::Also:ver:auth
===> Testing: Method::Also:ver:auth
[Method::Also] …
-
If so, if this is due to the first specified -I directory being used for something, can we remove the need for that. I am of the thought that if a module is pre-compiled, it should _be globally prec…
Xliff updated
2 years ago
-
$ 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…
-
Code:
https://github.com/perl6/whateverable/blob/2badfc01f4e320d0db3d4c01dfe1075634c92eaa/lib/Whateverable/Running.pm6#L40-L74
-
Code:
```perl6
my $file = ("/doesnotexist/".encode ~ Buf.new(0x06, 0xAB)).decode('utf8-c8');
spurt $file, 'hello';
```
Result:
```
Malformed UTF-8 at line 1 col 36
in block at /tmp/5YtFoKr1…
-
japhb has reported the same/similar error recently. It worked for me a little while ago, but I don't remember at exactly what commit. Fwiw, I get a bunch of warnings during the `npm install .` phase t…
-
Module [TXN](https://modules.perl6.org/dist/TXN) cannot be installed (`AlwaysFail`), perhaps it has some failing tests.
* Tickets are opened/closed in this repo automatically (though not immediately)…
-
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 …
-
Currently Parrot (incorrectly) assumes that all command line arguments are ASCII:
```
$ cat x.pir
.sub 'main'
.param pmc args
$S0 = args[1]
say $S0
$I1 = charset $S0
$S1 = chars…