Re: Announce: Niecza Perl 6 v14

2012-01-31 Thread Darren Duncan
Stefan O'Rear wrote: Niecza now supports constant folding! If you mark a sub 'is pure' and call it with sufficiently constant arguments, it will be replaced at compile time with the result of the call, provided said call does not throw an exception. What constitutes "sufficiently constant" is no

[perl #109476] [BUG] Item assignment with hash push doesn't push the value assigned in Rakudo

2012-01-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #109476] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=109476 > perl6: my %h = ( => []); push %h, my $foo = "bar"; say $foo; # I'm a expecting

[perl #109500] Certain infix operators are not dispatching correctly

2012-01-31 Thread via RT
# New Ticket Created by Timothy Totten # Please include the string: [perl #109500] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=109500 > Some infix operators, including at least infix:<->, infix:«<» and infix:<==> se

[perl6/specs] 588f3e: move smartmatch toward treating Match like Bool

2012-01-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 588f3ef1964d440d1e1cfc20dd17e84a9600f521 https://github.com/perl6/specs/commit/588f3ef1964d440d1e1cfc20dd17e84a9600f521 Author: Larry Wall Date: 2012-01-31 (Tue, 31 Jan 2012) Changed paths: M S03-ope

[perl6/specs] c7c7de: ? already implied by 'if' in header, moritz++

2012-01-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: c7c7def0941ba1713d1fd09481dcb012259a6102 https://github.com/perl6/specs/commit/c7c7def0941ba1713d1fd09481dcb012259a6102 Author: Larry Wall Date: 2012-01-31 (Tue, 31 Jan 2012) Changed paths: M S03-ope

Re: [perl #109376] Error 137 while doing 'make'

2012-01-31 Thread Iaroslav Tymchenko
It turned out that my system really runs out of memory (2Gb without swap is not enough, make process takes more than 1Gb). After creating swap partition everything works as expected. Thank you for quick reply and for your help. Iaroslav Tymchenko 2012/1/30 Nicholas Clark via RT : > On Mon, Jan 3