[perl #74656] [BUG] A variable containing a Sub doesn't stringify properly if preceded by '&' in Rakudo

2011-01-20 Thread Will Coleda via RT
On Sun Apr 25 07:24:21 2010, masak wrote: > rakudo: my $b = &time; say &$b; > rakudo e393c7: OUTPUT«␤» > alpha: my $b = &time; say &$b; > alpha 30e0ed: OUTPUT«time␤» > JimmyZ: I can't say anything about that one. > JimmyZ: stringification of subs may well be implementation- > dependent. > al

[perl #71034] [BUG] Assignment and C<|> flattening confuses Rakudo

2011-01-20 Thread Will Coleda via RT
Output has changed: On Thu Dec 03 19:17:58 2009, masak wrote: > rakudo: my $a = 1, 2, 3; my @a = |$a; say @a.perl > rakudo 7ef386: too many positional arguments: 4 passed, 2 > expected [...] [\(1)] > uh. > did I just confuse the assignment builtin? > rakudo: my $a = 1, 2, 3; |$a.say; > rak

[perl #74524] [BUG] Can't build Rakudo on OS X 10.6.2

2011-01-20 Thread Will Coleda via RT
On Tue Apr 20 04:29:11 2010, alex_ndc wrote: > # OS X 10.6.2 / Intel Core 2 Duo > > ~ $ uname -a > Darwin miezu-mac.lan 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 > 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386 > > ~ $ gcc -v > gcc version 4.2.1 (Apple Inc. build 5646) (dot 1) >

[perl #62878] Null PMC access when referring to an inner class in Rakudo

2011-01-20 Thread Will Coleda via RT
On Wed Jun 23 09:16:21 2010, bbkr wrote: > On Wed Jun 23 09:02:21 2010, bbkr wrote: > > Tests (not yet commited, second test case fails on Kiev build) > > > > # RT #62878 > > { > > eval_lives_ok 'class Outside1 { class Inside1 {}; Inside1.new }', > > "can create instance of nested clas

[perl #62878] Null PMC access when referring to an inner class in Rakudo

2011-01-20 Thread Will Coleda via RT
On Wed Jun 23 09:16:21 2010, bbkr wrote: > On Wed Jun 23 09:02:21 2010, bbkr wrote: > > Tests (not yet commited, second test case fails on Kiev build) > > > > # RT #62878 > > { > > eval_lives_ok 'class Outside1 { class Inside1 {}; Inside1.new }', > > "can create instance of nested clas

[perl #82524] get_version.pl problem when run in Windows Command Prompt window.

2011-01-20 Thread via RT
# New Ticket Created by S. Schulze # Please include the string: [perl #82524] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=82524 > When building Rakudo under Windows, I noticed several warnings "fatal: No names found, can

Announce: Rakudo Perl 6 compiler development release #37 ("BristolBath")

2011-01-20 Thread Tadeusz Sośnierz
Announce: Rakudo Perl 6 compiler development release #37 ("BristolBath") On behalf of the Rakudo development team, I'm happy to announce the January 2011 release of Rakudo Perl #37 "BristolBath". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine (see