[perl6/specs] 4fe148: Respec postcircumfix:<( )> to take arguments direc...

2012-02-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 4fe14806a683e200606a04cb18a21272600dbf16 https://github.com/perl6/specs/commit/4fe14806a683e200606a04cb18a21272600dbf16 Author: Stefan O'Rear Date: 2012-02-04 (Sat, 04 Feb 2012) Changed paths: M S13-

[perl #109800] [BUG] Can't declare infix operators using 'my &infix:' syntax in Rakudo

2012-02-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #109800] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=109800 > perl6: my &infix: = {$^a+$^b}; say 1 c 2; niecza v14-11-gde9cc16: OUTPUT«3␤» .

Re: Announce: Niecza Perl 6 v14

2012-02-04 Thread Stefan O'Rear
On Tue, Jan 31, 2012 at 12:15:17AM -0800, Darren Duncan wrote: > You said, "provided said call does not throw an exception". > > So does that mean you have also promoted some runtime exceptions to > compile time exceptions, or inlined the exception toss? > > That would be useful. You don't have