-
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…
-
PBC disassemble complains about encoding or flat out segfaults when dealing with large PBC files. Good choices are perl6.pbc from rakudo, nqp-rx.pbc, etc
```
> /home/pitr/parrot-trunk/bin/pbc_disasse…
-
I'd assume it to be something that does `Positional` role. For example, `@()` coercer calls `.cache`, which on `Seq`s returns a `List` and on `Any`s calls `.list`.
I'd assume anything that is `@()`…
-
If you override an op with same fixity and symbol as an already-existing op, trying to change its precedence will silently fail.
https://irclog.perlgeek.de/perl6/2017-11-06#i_15410194
```
16:20…
-
## The problem
While editing https://stackoverflow.com/a/27867992 I was trying to document `lazy-if` and found no documentation on it when searched.
-
## The problem
Missing information about DEPRECATED as a routine. I file this issue as suggested by JJ Merelo in the e-mail discussion 'DEPRECATED routine' on the perl6-users@perl.org list.
My fi…
-
Module [Digest::xxHash](https://modules.perl6.org/dist/Digest::xxHash) cannot be installed (`AlwaysFail`), perhaps it has some failing tests.
* Tickets are opened/closed in this repo automatically (t…
-
Module [File::Metadata::Libextractor](https://modules.perl6.org/dist/File::Metadata::Libextractor) cannot be installed (`AlwaysFail`), perhaps it has some failing tests.
* Tickets are opened/closed i…
-
Module [Inline::Go](https://modules.perl6.org/dist/Inline::Go) cannot be installed (`AlwaysFail`), perhaps it has some failing tests.
* Tickets are opened/closed in this repo automatically (though no…
-
In Perl tests, it seems that when an `ok` assertion fails, the reporter fails to emit both `` and ``, what results in garbled up test output:
![image](https://github.com/codewars/runner/assets/2370…