Description:
perl6-compiler@perl.org (Moderated)
|
|
|
0 <=> -1/2
|
| |
..../perl6 -e 'say 0 <=> -1/2' ...-1/2 is not close enough to 0 to warrant this result.
|
|
README Patch
|
| |
...Picked up a compile time problem with Rakudo today. It is actually Parrot that uses perl5 to calculate which libraries and headers to use, and it was using invalid/old entries between an OS upgrade on Mac OS X. This was fixed by running /usr/bin/perl Configure.pl --gen-parrot instead of just perl Configure-pl --gen-parrot.... more »
|
|
[BUG] abs(412).WHAT is parsed the wrong way in Rakudo
|
| |
...<diakopter> rakudo: say (abs(412).WHAT) # here's one for you, masak <p6eval> rakudo 7347ec: Use of type object as value0 <masak> diakopter: nice catch! * masak submits rakudobug <diakopter> rakudo: say (abs (412).WHAT) # this is what it's parsing as <p6eval> rakudo 7347ec: Use of type object as value0... more »
|
|
Another build system for Rakudo
|
| |
... Does it work with RPM specfiles? It took us a while to beat the current one into submission for that. :) ------------------------------ ------------------------------ --------- ...--------------------------- ------------------------------ ------------ ----BEGIN GEEK CODE BLOCK---- Version 3.12 GCS d+++ s+: a- C++$ U+++$ P+++$ L+++ E- W+ N+ w--- V-... more »
|
|
Calling multimethod causes segfault
|
| |
...This code snippet: class T does Associative { multi method postcircumfix:<{ }> { }; }; my T $t .= new; say $t<a>; causes a segfault on Rakudo on OS X 10.6.2. Recompiling Rakudo with -O0 -g gives some interesting data in gdb: 278 GETATTR_P6LowLevelSig_elements (interp, signature, sig_elem_info);... more »
|
|
|