[perl #66034] dotty:<.=> and infix:<.=> inconsistent

2010-05-04 Thread Carl Mäsak via RT
On Tue May 26 16:24:25 2009, jn...@jnthn.net wrote: > 01:21 <@jnthn> rakudo: my %h = B => 2; my $x = "ABC"; $x .= > subst(/(<[BD]>)/, > {%h{$0}},:global); say $x; > 01:21 < p6eval> rakudo 695300: OUTPUT«A2C␤» > 01:21 <@jnthn> rakudo: my %h = B => 2; my $x = "ABC"; $x.=subst(/(<[BD]>)/, > {%h{$0}},

[perl #74902] [BUG] Rakudo allows assignment to elements of a readonly array... except when it doesn't

2010-05-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #74902] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=74902 > rakudo: sub foo(@a) { @a[1] = "NOES" }; my @a = ; foo(@a); say ~...@a rakudo 1eef08: O

[perl #74900] [BUG] A definite nothing should be narrower than two possible somethings in Rakudo

2010-05-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #74900] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=74900 > the lack of an argument counts as narrower than a slurpy. but what about a single opti

A website for proto

2010-05-04 Thread Patrick Abi Salloum
About http://perlgeek.de/blog-en/perl-6/contribute-now-proto-website.html Here is something real ugly but I guess it could be a starting point for something more decent :-) http://92.243.14.59/tmp/proto.pl Produces http://92.243.14.59/tmp/proto.html and http://92.243.14.59/tmp/proto.json

[perl #74890] [BUG] my @a = (1,2,3,4); @a.>>.say doesn't work

2010-05-04 Thread via RT
# New Ticket Created by 卓明亮 # Please include the string: [perl #74890] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=74890 > 09:44 JimmyZ rakudo: my @a = (1,2,3,4); @a>>.say 09:44 p6evalrakudo 1eef08: OUTPUT«1␤2␤3␤4␤

Proposal for implementing lazy lists and arrays in Rakudo

2010-05-04 Thread Moritz Lenz
Hi, the proposal below tries to solve the following problems: 1) Lists should in general be lazy 2) There are cases when listy data structures shouldn't have to remember all their values. A statement like for 1..1e6 { .say } should *not* store 1 million integers anywhere, any time 3) Other

Updated: rakudo-201004-2 (aka perl6)

2010-05-04 Thread Reini Urban
I updated the Cygwin distribution to rakudo-201004-2 to fix a wrong dependency to the outdated /bin/cyggcc_s.dll, which was imported from a private old lib in /usr/local/lib, which took precedence of one of the standard libs. Thanks to David Vergin for reporting and testing. Note that current

r30549 - docs/Perl6/Spec

2010-05-04 Thread pugs-commits
Author: masak Date: 2010-05-04 18:15:36 +0200 (Tue, 04 May 2010) New Revision: 30549 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] dug out a fossil The paragraph was written a couple of OO changes back, and doesn't apply so much. Changing it to apply a bit more. Modified: docs/Perl6/Sp