-
```
constant \s = :();
# rakudo-moar 1dbf5f589: OUTPUT: «===SORRY!===QAST::Block with cuid 1 has not appeared»
```
expected behaviour same as:
```
my \s = :();
rakudo-moar 1dbf5f589: ( no out…
-
The following compiles bytecode from PIR and perl6 source strings and verifies that a subroutine works in both cases. The PIR example can be frozen (and thawed in other tests) but the perl6 example ca…
-
On the https://rakudo.org/star page the last dmg bundle dates from 2020.01 which does not support M1 Apple silicon.
I said : "The availability of a `brew install` which is the subject of my issue #1…
-
## Problem or new feature
For Pod6, add the missing text from S26 about adding separate config information for the whole document or as a one-liner.
Add examples.
NOTE: I am looking in the do…
-
I have discussed this with David Warring (zef:dwarring), the author of most of the very usable Raku PDF modules adhering to the approved, official ISO specification for PDF. Following is a general sta…
-
Hi Liz,
Thanks for implementing the feature request ! After doing some testing I've run into a bug when you do this:
`rak keyword --count-only --unique --matches /tmp/huge-file.json` => this crash…
-
## The Problem
`$*PERL.compiler.release` seems to be empty:
```
commit: releases say $*PERL.compiler.release # ¦releases (37 commits): «»
```
## Expected Behavior
Not sure. Set to 6.c …
-
We autogen callables for routines that are made, say, from a combination of metaops:
```
m: dd &infix:
rakudo-moar bfe2ad63f: OUTPUT: «Block infix: = -> + is raw { #`(Block|84355224) ... }»
```…
-
Log is below:
```
===> Testing: Text::Diff
t/97_meta.t ..... No subtests run
t/98_pod.t ...... No subtests run
t/99_pmv.t ...... No subtests run
t/ext_format.t .. No subtests run
t/general.t ..…
samcv updated
6 years ago
-
Spotted here: https://stackoverflow.com/questions/51484963/why-does-perl-6-try-to-evaluate-an-infinite-list-only-in-one-of-two-similar-situ
Looks like triangle reduce fails to notice lazy stuff in …