-
Module [Git::PurePerl](https://modules.perl6.org/dist/Git::PurePerl) cannot be installed (`AlwaysFail`), perhaps it has some failing tests.
* Tickets are opened/closed in this repo automatically (tho…
-
```
$ perl6 -e 'use Inline::Perl5; my $p = Inline::Perl5.new; say $p.run("use ntheory; \\&ntheory::factor")("38685626227668133590597631");'
[31 131071 -8925771267375793185]
```
Comparable Perl 5…
-
## The Problem
The following example shows the problem, that only happens in conjunction with the .Supply.
```
$ perl6 -v
This is Rakudo version 2018.06 built on MoarVM version 2018.06
implemen…
-
## The Problem
When a state variable is in a `loop` block, it persists across calls to `foo`.
```
sub foo ($n) {
loop {
state %seen;
%seen.say if %seen;
return if %seen{$n}+…
-
Working on borrowing IO::Path for Niecza, I've come up with a few questions.
- Say we've got
my $p = IO::Path.new(:basename("4th.pl"), :directory("."), :volume(""))
What should `$p` be? The spe…
-
Leon Timmermans directed my attention to the situation of flatmap. If you visit the [documentation of it](https://docs.raku.org/routine/flatmap), you can see that Any.flatmap appears as "deprecated …
-
Output from latest installation attempt:
```
$ zef install IO::Path::More
===> Searching for: IO::Path::More
===> Testing: IO::Path::More:auth
# Failed test 'previous from high sorting path ('~…
Xliff updated
6 years ago
-
**Named arguments don't respect canonical `key => value` convention (specific example of `mm-dd-yyyy` routine)**
…
See attempt(s) to specify `/` SOLIDUS as separator in the `mm-dd-yyyy` routine, b…
-
From discussion here: http://colabti.org/irclogger/irclogger_log/perl6?date=2018-06-25#l1168
Basically, there appears to be no supported user-space way to dictate how `|$my-obj` would behave in sig…
-
## The Problem
The following code hangs on the JVM backend (it works on MoarVM):
```
$ ./perl6-j 'my $sh = run("echo", "foo", :out); say "alive"; say $sh.out.native-descriptor'
alive
```
#…
usev6 updated
1 month ago