[perl6/specs] 8ece61: Mention ∅, clarify set composer semantics more

2013-09-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 8ece611462f2bb694dbaeee3e52713bf3b493242 https://github.com/perl6/specs/commit/8ece611462f2bb694dbaeee3e52713bf3b493242 Author: Larry Wall Date: 2013-09-26 (Thu, 26 Sep 2013) Changed paths: M S32-set

[perl6/specs] 26c204: spec postcircumfix behavior under Whatever

2013-09-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 26c204cfad070e097d16b8e496113add500c24c3 https://github.com/perl6/specs/commit/26c204cfad070e097d16b8e496113add500c24c3 Author: Larry Wall Date: 2013-09-26 (Thu, 26 Sep 2013) Changed paths: M S02-bit

[perl #120035] For is overly eager, and reifys when it shouldn't

2013-09-27 Thread via RT
# New Ticket Created by Benjamin Goldberg # Please include the string: [perl #120035] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=120035 > If I run the following code: for gather { .say, .take for 1..5 } { last } Th