[perl6/specs] d3959f: removed backup file

2012-04-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d3959f0404329de9d20ce0101f31f736476118c1 https://github.com/perl6/specs/commit/d3959f0404329de9d20ce0101f31f736476118c1 Author: Herbert Breunung Date: 2012-04-22 (Sun, 22 Apr 2012) Changed paths: R S

[perl6/specs] 4d695d: didnt E died some time ago?

2012-04-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 4d695dff9dac63759ca0f105ada5ad53514c8b8f https://github.com/perl6/specs/commit/4d695dff9dac63759ca0f105ada5ad53514c8b8f Author: Herbert Breunung Date: 2012-04-22 (Sun, 22 Apr 2012) Changed paths: M S

[perl #61602] Fix Integral values of Inf/NaN

2012-04-22 Thread Carl Mäsak via RT
p6: say Inf.Int; say NaN.Int ..rakudo 80f140: OUTPUT«Cannot coerce Inf to an Int␤ in method gist at src/gen/CORE.setting:8666 [...] * masak updates https://rt.perl.org/rt3/Ticket/Display.html?id=61602 since the behavior has now changed

[perl #112578] [BUG] Closing brace + newlines + infix op wrongly parsed by Rakudo

2012-04-22 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112578] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112578 > r: sub foo($x) {}␤&foo.wrap: sub ($x) {} rakudo a8f855: OUTPUT«===SORRY!===␤CHE