perl6-all@perl.org

2013-11-09 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #120501] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120501 > [00:09:37] just found an inconsistency: [00:09:41] r: my &foo; say &fo

[perl6/specs] 663d7e: Fix sort order and add 'fossil' entry

2013-11-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 663d7e7587ea81ffe1d8867eede4454d65f119d1 https://github.com/perl6/specs/commit/663d7e7587ea81ffe1d8867eede4454d65f119d1 Author: raiph Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M S99-glossary

[perl6/specs] 5e2c42: Adopt quietfanatic++'s suggestion of Less/More

2013-11-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 5e2c420566a46af03937c95f6ed0d7051a29aba2 https://github.com/perl6/specs/commit/5e2c420566a46af03937c95f6ed0d7051a29aba2 Author: Larry Wall Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M S03-ope

[perl6/specs] d68bb6: Add CAS

2013-11-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d68bb65ecc1c309bea1109b3ce7a9a96855293f0 https://github.com/perl6/specs/commit/d68bb65ecc1c309bea1109b3ce7a9a96855293f0 Author: Elizabeth Mattijsen Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths:

[perl6/specs] d0b677: s/Supply/Publish/ where needed

2013-11-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d0b677036a60524a6190c4b2b6f09889175d4be0 https://github.com/perl6/specs/commit/d0b677036a60524a6190c4b2b6f09889175d4be0 Author: Elizabeth Mattijsen Date: 2013-11-08 (Fri, 08 Nov 2013) Changed paths:

[perl #120484] SEGV from coercion error

2013-11-09 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #120484] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120484 > I tried a test case from [perl #61602] in Rakudo and got this: $ perl6 > my Int $x = NaN Type

[perl #120498] CATCH block in loop fails at compile time

2013-11-09 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #120498] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120498 > [18:04:02] r: loop { CATCH { default { say "hi" } } } [18:04:05] <+camelia>