Re: perl6 book

2015-10-21 Thread Tobias Leich
I know that some ppl want to do that in future, but as far as I know these projects are not in a state "planned" or even "started". And since the semantics might change a little especially until Christmas, I would not trust a book that is already in the works. Am 22.10.2015 um 07:55 schrieb Wah P

Re: Coverity Static Analysis For NQP

2015-10-21 Thread Tobias Leich
3rdparty is used by the not quite used parrot backend, as well as the path src/vm/parrot. So I guess it does make sense to scan the MoarVM repository, but not NQP. Am 21.10.2015 um 01:47 schrieb Jeffrey Ryan Thalhammer: > 37 of them come from a path matching /3rdparty/ > > The rest come from a pa

perl6 book

2015-10-21 Thread Wah Peng
Hello, is there a book "learning perl6" released or prepare to be released? Thanks.

[perl #126427] "Cannot invoke this object" in case of an explicit return in a post-defined action class during a .hyper/.race loop

2015-10-21 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #126427] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126427 > This is one of those weird issues which happens for a specific constellation of seemingly unre

[perl #126426] Post-defined stubbed class not found if its name starts with an existing namespace

2015-10-21 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #126426] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126426 > This compiles and runs fine: class A::B { ... }; say A::B.new; class A::

[perl #126425] Proc::Async methods can have unpredictable and nondeterministic order

2015-10-21 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #126425] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126425 > Consider the following two programs: parent.pl: my $child = Proc::Async.new('perl6', '

[perl #126424] Iterators that don't use pull-one, lose containers

2015-10-21 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #126424] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126424 > # this internally uses .push-at-least $ 6 'my $l = gather { take-rw my $ = 1 }; $l

[perl #126423] if @_ empties @_

2015-10-21 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #126423] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126423 > [23:21:43] m: sub aa { for @_ { .say } }; aa 42 [23:21:43] <+camelia> rakud

Re: Coverity Static Analysis For NQP

2015-10-21 Thread Jeffrey Ryan Thalhammer
37 of them come from a path matching /3rdparty/ The rest come from a path matching /src/ You can tune all of this via scan.coverity.com Hope that helps. -Jeff

[perl #126422] [BUG] Comment after closing sub brace breaks debugger

2015-10-21 Thread via RT
# New Ticket Created by d...@veritablesoftware.com # Please include the string: [perl #126422] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126422 > Perl 6 Version: This is perl6 version 2015.09-428-g46874fd built on MoarVM

[perl6/specs] 009e61: typo: BFC → NFC

2015-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 009e614b762274f2b46efb4d874527b28242d8c4 https://github.com/perl6/specs/commit/009e614b762274f2b46efb4d874527b28242d8c4 Author: Nova Patch Date: 2015-10-21 (Wed, 21 Oct 2015) Changed paths: M S15-uni

[perl6/specs] 93d6e5: tcuc() was removed two years ago

2015-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 93d6e5f207d363777cfdc398d4c5ef7ffa4082dc https://github.com/perl6/specs/commit/93d6e5f207d363777cfdc398d4c5ef7ffa4082dc Author: Nova Patch Date: 2015-10-20 (Tue, 20 Oct 2015) Changed paths: M S05-reg

[perl #126421] Multi-range regex character class <[a..z0..9]> does not respect case-insensitive matching

2015-10-21 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #126421] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126421 > This unexpectedly fails to match the capital A: ➜ say "Aa1" ~~ /:i <[a..z0..9]>+/ 「a1

Re: [perl #126417] [BUG] proto signature default values don't work (NYI?)

2015-10-21 Thread Lloyd Fournier
lizmat++ Fail is a good word. I didn't want to have to write throws an exception :o| I don't totally get the concept of { * } so I won't comment whether defaults working makes sense or not but it's interesting to note that coercions don't work in a similar fashion: class A { proto method foo

Re: [perl #126417] [BUG] proto signature default values don't work (NYI?)

2015-10-21 Thread Elizabeth Mattijsen
¢ > On 21 Oct 2015, at 11:50, Lloyd Fournier (via RT) > wrote: > > # New Ticket Created by Lloyd Fournier > # Please include the string: [perl #126417] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=126417 > > > > The d

[perl #126417] [BUG] proto signature default values don't work (NYI?)

2015-10-21 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #126417] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126417 > The design docs don't specifically say it's meant to work but implies it by saying that