Re: perl6 book

2015-10-22 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

Re: Coverity Static Analysis For NQP

2015-10-22 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

[perl #126391] [BUG] Bad "divide by 0" error message

2015-10-22 Thread Christian Bartolomaeus via RT
On Thu Oct 22 08:07:26 2015, steve.mynott+bitc...@gmail.com wrote: > Fixed in > https://github.com/rakudo/rakudo/commit/8b4c2ab1e99d11af582c2307fbda6ac151f4426d > > Test added > > https://github.com/perl6/roast/commit/4e63f7265f26f0ec6f48718118ea55851c2374c4 Thanks! I'm closing this ticket as

[perl #121024] [BUG] Interpolation of /<$var>/ causes incorrect matches when $var contains alternation.

2015-10-22 Thread Christian Bartolomaeus via RT
FWIW the first two evaluations give identical results now: $ perl6 -e 'my $s = "abcdefghtttaaccta"; my @pats = /ttta<[agt]>cct/, /z|ttta<[agt]>cct/; for @pats -> $pat { say $s.comb( /$pat/ ); }' (tttaacct) (tttaacct) $ perl6 -e 'my $s = "abcdefghtttaaccta"; my @pats = "ttta<[agt]>cct",

[perl #79294] [BUG] $*PERL should be version of Perl, not version of Rakudo in Rakudo

2015-10-22 Thread Christian Bartolomaeus via RT
$*PERL is not allowed nowadays but with .version we get a reasonable answer: $ perl6 -e 'say $*PERL.version' v6.b

Re: perl6 book

2015-10-22 Thread Wah Peng
That's nice. thanks. 2015-10-22 14:55 GMT+08:00 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