[perl6/specs] 7e9c2b: merge interval and sleep-till to one function

2013-09-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 7e9c2b64d08bdc39b734363e81c66d7e2d01d487 https://github.com/perl6/specs/commit/7e9c2b64d08bdc39b734363e81c66d7e2d01d487 Author: Larry Wall Date: 2013-09-04 (Wed, 04 Sep 2013) Changed paths: M S29-fun

[perl #119609] Scoping issue with unsignatured $_

2013-09-04 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #119609] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=119609 > [23:44:41] r: my %e; (%e{$_.WHICH} //= ($_ => 0)).value++ for ; say

[perl6/specs] fcd17a: split sleep() into three functions

2013-09-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: fcd17ad88c4b8002f7ab78a929fe32a6471a70ac https://github.com/perl6/specs/commit/fcd17ad88c4b8002f7ab78a929fe32a6471a70ac Author: Larry Wall Date: 2013-09-04 (Wed, 04 Sep 2013) Changed paths: M S29-fun

[perl6/specs] e05910: Make subbuf act more like Str.subbuf

2013-09-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: e05910e1155e661e934a1f4627020ec38188f8b8 https://github.com/perl6/specs/commit/e05910e1155e661e934a1f4627020ec38188f8b8 Author: Dagur Valberg Johannsson Date: 2013-09-03 (Tue, 03 Sep 2013) Changed paths:

[perl6/specs] ac66ac: add a missing = before a item.

2013-09-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: ac66ac32d437ec6a0a36d95aeb318efd043daf49 https://github.com/perl6/specs/commit/ac66ac32d437ec6a0a36d95aeb318efd043daf49 Author: Timo Paulssen Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths: M S32-

[perl6/specs] 554918: Missed a "is ref" to "is parcel" in a02e2e1d

2013-09-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 554918c672f7b7d4f9ed8f62514222a18e424269 https://github.com/perl6/specs/commit/554918c672f7b7d4f9ed8f62514222a18e424269 Author: Kris Shannon Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths: M S06-r

[perl #119605] [BUG] Rakudo false type mismatch for sub (SomeType @a)

2013-09-04 Thread via RT
# New Ticket Created by Tim King # Please include the string: [perl #119605] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=119605 > [17:44] rn: sub f (@a) { @a }; say f 1 ... 10; # should be 1 2 3 4 5 6 7 8 9 10 [1

[perl6/specs] a02e2e: Parameter trait "is ref" is now "is parcel"

2013-09-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: a02e2e1d48a4a2f8694d5767cfe8e7b4f95491fd https://github.com/perl6/specs/commit/a02e2e1d48a4a2f8694d5767cfe8e7b4f95491fd Author: Elizabeth Mattijsen Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths:

[perl6/specs] 0db77c: only exit 0 is "success" for run/shell

2013-09-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 0db77c8d5e4466ba758b4eee0fa71314061de5af https://github.com/perl6/specs/commit/0db77c8d5e4466ba758b4eee0fa71314061de5af Author: Larry Wall Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M S29-fun