-
```
> C:\Users\ugexe\.rakudobrew\moar-blead-master>perl6 -e "('a' x 975).IO.open"
MoarVM panic: Memory allocation failed; could not allocate 18446744073709551612 bytes
```
If the error strin…
ugexe updated
3 years ago
-
It golfs to about `($_ = "a: " until .Str) andthen .Str`, which admittedly isn't very sensible, but the code that actually prompted (pun intended) me to try and golf was `sub foo($b) { $_ = ""; ($_ = …
-
Perl 6 is called "Rakudo" in Debian, Fedora and Ubuntu.
-
Stumbled upon a SEGV when running the test file with MVM_SPESH_NODELAY=1 MVM_SPESH_BLOCKING=1. Interestingly, it seems as if the problem disappears if MVM_SPESH_INLINE_DISABLE=1
dogbert@dogbert…
-
Using a recent nqp REPL on a Debian 8 host:
$ nqp
> c()
Cannot invoke this object (REPR: Null; VMNull)
>
A clearer msg would be something like “object ‘c’ is unknown” or “...undefined”.
-
perl6.bat -e "say IO::Path.new('C:\Program Files\Windows NT\Accessories\wordpad.exe').x()";
False
perl.exe -E "say -x 'C:\Program Files\Windows NT\Accessories\wordpad.exe'"
…
rowet updated
1 month ago
-
- Win11 Pro, Version 23H2
- Microsoft Visual Studio Community 2022 (64-bit) - Current, Version 17.8.6
- C:\Temp\Git\MoarVM>nmake version
Microsoft (R) Program Maintenance Utility Version 14.38.33…
-
Without ssl enabled it seems "almost" ok
This is Rakudo version 2018.02.1-99-g6117647 built on MoarVM version 2018.02-24-gd7f4387
- Identity: cro:ver
-
It is possible to get ASAN to complain when running the above test. It should be noted that the problem only seems to occur when MVM_GC_DEBUG is set to 1 or 2. When set to its default value (0) the pr…
-
```
$ raku -e '5 [&say] 6'
WARNINGS for -e:
Useless use of &say in sink context (line 1)
56
```
```
$ raku --version
Welcome to Rakudo(tm) v2021.05-14-g16eaa0693.
Implementing the Raku(tm) …