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

[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

[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

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