[perl6/specs] d2d005: Mention :into / :as for classify / categorize

2015-05-28 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: d2d0057cf1dbfd7b27aa98ebc3ebc74f26003910 https://github.com/perl6/specs/commit/d2d0057cf1dbfd7b27aa98ebc3ebc74f26003910 Author: Elizabeth Mattijsen Date: 2015-05-28 (Thu, 28 May 2015) Changed paths: M

[perl #125271] surprised by "{","}" in the same list

2015-05-28 Thread via RT
# New Ticket Created by Kang-min Liu # Please include the string: [perl #125271] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125271 > When there are a pair of "{", "}" in the list, quoted with double-quote, it surprises me

Re: [perl #125257] "await" without args does nothing but produces no error

2015-05-28 Thread Alex Jakimenko
It does not say "===SORRY!===", is it OK? On Thu, May 28, 2015 at 7:09 PM, Elizabeth Mattijsen via RT < perl6-bugs-follo...@perl.org> wrote: > A bare await now throws an error (with d841d4e14f04c49a19c32) > > $ 6 'await' > Must specify a Promise or Channel to await on > in block at -e:1 > > Li

Re: [perl #125257] AutoReply: "await" without args does nothing but produces no error

2015-05-28 Thread Alex Jakimenko
Also, this error is not compile-time as I have suggested. Is there any reason for that? On Wed, May 27, 2015 at 4:52 PM, perl6 via RT wrote: > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > ""await" without args

Re: [perl #125269] [PATCH] Let .make pass on its parameter without containerizing it

2015-05-28 Thread Elizabeth Mattijsen
Fixed with 0a0051c6979d21bfdc2e > On 28 May 2015, at 20:28, Sam S. (via RT) > wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #125269] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=125269

[perl #125269] [PATCH] Let .make pass on its parameter without containerizing it

2015-05-28 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #125269] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125269 > ...thus making it consistent with the make *subroutine*. ( See http://irclog.perlgeek.de/perl6

Re: [perl #125257] "await" without args does nothing but produces no error

2015-05-28 Thread Elizabeth Mattijsen
A bare await now throws an error (with d841d4e14f04c49a19c32) $ 6 'await' Must specify a Promise or Channel to await on in block at -e:1 Liz > On 27 May 2015, at 15:52, Alex Jakimenko (via RT) > wrote: > > # New Ticket Created by Alex Jakimenko > # Please include the string: [perl #1252

[perl #125268] flatmap iterator needs to be documented

2015-05-28 Thread via RT
# New Ticket Created by Ron Schmidt # Please include the string: [perl #125268] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125268 > .flatmap is being added to modules but I don't see it in the docs anywhere. http://irclog

[perl #125257] "await" without args does nothing but produces no error

2015-05-28 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125257] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125257 > Somehow I expected that "await" without args would wait for everything, but it does not

[perl #125265] [BUG] hyper-op misbehaves when a Range is on the non-magical side of the op

2015-05-28 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #125265] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125265 > I tried to translated Perl 5: my %bases=('K' => $base, 'M' => $base**2, 'G'=>$base**3, '

[perl #125264] Potential Label bug

2015-05-28 Thread via RT
# New Ticket Created by # Please include the string: [perl #125264] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125264 > Not easily repeatable, but executing the attached files against libreadline.so.6.3 *can* result in t