[perl #124210] [BUG] Assignment to several declared SSA-style \x variables fails in Rakudo

2015-03-30 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #124210] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=124210 TimToady m: my (\a,\b) = 1,2; say a camelia rakudo-moar 02e1e9: OUTPUT«(Any)␤»

[perl6/specs] 40163b: reverse associativity on R ops

2015-03-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 40163b8cab714f0588c5e62cc7b181d5c2272b80 https://github.com/perl6/specs/commit/40163b8cab714f0588c5e62cc7b181d5c2272b80 Author: TimToady la...@wall.org Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths:

Please retract bug [perl #124169]

2015-03-30 Thread Tom Browder
That bug should have been filed with LWP::Simple, and I have just done so. Please close this bug as a mistake. Best, -Tom

Is there an equivalent env var to PERL5LIB for Perl 6 module locations?

2015-03-30 Thread Tom Browder
I would like an easy way to have a local search path for local Perl 6 modules (those not installed via Panda). I'm used to using the environment variable PERL5LIB for Perl 5 modules. Is there currently any equivalent way to do that for Perl 6? Thanks. -Tom

Re: Is there an equivalent env var to PERL5LIB for Perl 6 module locations?

2015-03-30 Thread Rob Hoelz
Yup, PERL6LIB. =) On Mon, 30 Mar 2015 17:03:05 -0500 Tom Browder tom.brow...@gmail.com wrote: I would like an easy way to have a local search path for local Perl 6 modules (those not installed via Panda). I'm used to using the environment variable PERL5LIB for Perl 5 modules. Is there

Re: [perl6/specs] 40163b: reverse associativity on R ops

2015-03-30 Thread Martin D Kealey
Reversing the associativity makes sense, but having equal precedence for operators with differing associativity sounds -- as you say -- like madness. Even having non-associative mixed with either-sided-associative sounds like a problem. In general, perhaps we should forbid equal precedence with