-
my %*FOO is Set = '
# Cannot modify an immutable Set ((Set))
This is because the `:initialize` flag is not sent to `Set.STORE`, which then rightly refuses to do the initialization. This i…
-
```
$ perl Configure.pl --backends=nope
===ATTENTION===
No --prefix supplied, building and installing to /Volumes/BUKKIT/Users/coke/sandbox/nqp/install
Unknown backend: 'nope'; Known backends: m…
-
## The Problem
On the JVM backend backtraces don't refer to source files in ```src/core.*/```, but to ```gen/jvm/CORE.c.setting```. It would be nice to get references to ```src/core.*/```, but the cu…
usev6 updated
2 weeks ago
-
The two ops mentioned in the title are missing from `docs/ops.markdown`.
-
Using `nqp::iterator`:
$ time nqp -e 'my $l := nqp::list(1,2,3,4,5,6,7,8,9,10); my int $j := 10000000; while $j-- { my $iter := nqp::iterator($l); nqp::while($iter, my $a := nqp::shift($iter)) …
-
This happens when it attempts to call `nqp::cpucores`. See https://github.com/libuv/libuv/issues/2068
For now this can just be mitigated by replacing `nqp::cpucores` calls with the literal number…
-
(This ticket copied over from Parrot's issue tracker)
Plumage's test suite is sorely lacking, and I could really use help from anyone with basic NQP skills to greatly expand it. Looking for some low…
-
% rak '$*W ' --or='$*W.' src/core.*
src/core.c/Process.rakumod
69:if $*W -> $world {
src/core.c/Compiler.rakumod
6:nqp::sha1($*W.handle.Str ~ nqp::atkey($config,'source-digest')…
-
Noticed this a couple a days ago when doing a spectest run. The problem doesn't occur very often, which is probably why it has slipped through the cracks. The easiest way to reproduce the error is to …
-
## The Problem
The problem is:
m: my int8 $a = 42; say $a.WHAT
rakudo-moar 3766ef2d4: OUTPUT: «(Int)»
## The Suggested Change
This is correct, but we need another similar metho…