-
## 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…
-
initially reported in https://pagure.io/fedora-infrastructure/issue/8443
Description of problem:
On https://apps.fedoraproject.org/packages/munge/, the overview, upstream, and package tree informa…
-
As more and more Raku applications enter into production, those applications are probably version-locked, so that they're guaranteed to work in a specific version of the language. However, we don't of…
-
## The Problem
`enum ( B => "Builder" ); say "{B}"; say "a{B}"; say "{B}c"`
## Expected Behavior
Either `BaBB` or `BuilderaBuilderBuilderc`
## Actual Behavior
`BaBuilderBuilderc…
-
## The Problem
I've seen random test failures on the JVM backend for [a test from S17-procasync/basic.t](https://github.com/Raku/roast/blob/b26901106d/S17-procasync/basic.t#L167-L178).
```
S17-proc…
-
## The Problem
If you assign a series of hashes or arrays to a scalar (with '$' sigil) in just the same way you would to an array variable (with a '@' sigil), it accepts only the first item, ignore…
-
During recent [toasting run](https://rakudo.party/post/Perl-6-Release-Quality-Assurance-Full-Ecosystem-Toaster) on 2017.07 rakudo, this module's tests just eat RAM and don't seem to ever finish. A re…
-
# Additions:
* [x] [6.e] `LEXICAL::` pseudo-package includes all symbols visible in
the lexical scope, including dynamic symbols from caller
chain -[56af07bf](https://github.com/r…
-
When looking into #5443, I (incorrectly) believed that issue to be caused by a broader problem with how `Match` methods are being called internally; based on belief, I changed the title to reflect the…
-
Same issue as #14 but for the latest Rakudo Star release.
On Mac OS X 10.11.6:
```
~ douglasschrag$ perl6 -v
dyld: lazy symbol binding failed: Symbol not found: _getentropy
Referenced from: /…