-
Hello,
I've ran into the following issue: consider the following program (which purposefully contains an error on line 11):
```
#!/usr/bin/env raku
use v6.d;
my $string = "abc"; # line 5
…
-
Correct me if I am wrong but this https://github.com/perl6/roast/blob/master/S11-modules/re-export.t looks like never being executed and not skipped. Also plan is bigger than number of tests.
-
Oh boy, indeed...
Here's **some first ideas** in which directions to go, possibly:
- at least: don't make a new lambda on each and every call to `find_method`
- maybe better use `Routine.wrap` rather…
meisl updated
10 years ago
-
## The Problem
I can't see the pretty Unicode "raku" name when running `raku -v`
## Expected Behavior
```
Welcome to 𝐑𝐚𝐤𝐮𝐝𝐨™ v2021.08.
Implementing the 𝐑𝐚𝐤𝐮™ programming language v6.d.
Bui…
-
RT will follow soon
-
When testing with module Toaster, this module hangs and cannot be killed by the job.
-
Hi All,
Fedora 33, x64
rakudo-pkg-2020.12-01.x86_64
Something I would really, really like fixed: the excessive compile time not found it Perl 5.
$ ls -al GetUpdates.pl6
-rwxr-xr-x. 1 todd u…
-
[Script here](https://github.com/Xliff/p6-Pango/blob/master/t/02-twisted.t)
Current status:
- Cairo curve looks to be drawn correctly, however it looks as if the text that should be drawn along …
Xliff updated
5 years ago
-
Hei,
An OpenSSL test is failing; Here's the output:
```
$ zef test -v .
===> Testing: OpenSSL:ver:auth
t/01-basic.t ........... ok
t/02-socket.t .......... ok
t/03-rsa.t ............. ok
t…
-
## The Problem
```
my class X::Syntax::Comment::Embedded does X::Syntax {
method message() { "Opening bracket required for #` comment" }
}
```
the perl6/doc styleguide requires that we use…