-
## The Problem
Getting this error when using a module:
`Serialization Error: missing static code ref for closure '' (gen/moar/World.nqp:2595)`
## Steps to Reproduce
1- Install `Pop` distribu…
-
## The Problem
```
use nqp;
my $path = $*TMPDIR;
my $child = "../\x[308]";
say nqp::if(
nqp::istype((my $kid := $path.child($child).resolve: :completely),
Failure)…
-
```
$ raku -e 'say "#" ~~ / "#" /'
「#」
$ raku -e 'say "#" ~~ regex { "#" }'
「#」
$ raku -e 'say "#" ~~ / \# /'
「#」
$ raku -e 'say "#" ~~ regex { \# }'
===SORRY!===
Regex not terminated.
at -e…
-
## The Problem
As stated above;
```
sub foo( Int(Uint) $num ) {
say "$num is good";
}
foo(3);
```
says:
```
===SORRY!=== Error while compiling /home/jmerelo/Code/perl6/my-perl6-e…
-
MoarVM fails on the first source file on OpenBSD/powerpc. Same release works fine on amd64 and arm64.
```
'/usr/local/bin/moar' --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm
--boot…
-
`prove` accepts --jobs arg. Maybe make nqp's make test add --jobs arg if TEST_JOBS is set
-
## The Problem
main.raku with
`sub MAIN( $a ) { }`
errors:
> rindex search target requires a concrete string, but got null
instead of displaying usage when run with no arguments
### `r…
-
## The Problem
While attempting to save time in a script that repeatedly runs checks on a large dictionary file, I though I would try and use a constant array in an external module, rather than slurp…
-
## The Problem
The following code (taken from [S17-promise/nonblocking-await.t](https://github.com/Raku/roast/blob/master/S17-promise/nonblocking-await.t), but without really forcing non-blocking awa…
usev6 updated
2 weeks ago
-
Hello, I am trying to package rakudo with [conda](https://conda.io), but I am having some issues, I figure you guys could help me.
## The Problem
Everything compiles fine, however after installa…