Re: [perl #127165] [FEATURE] make :%hash a pair constructor

2016-01-05 Thread Tobias Leich
Yes, that's how you get a Match variable.

Re: [perl #127165] [FEATURE] make :%hash a pair constructor

2016-01-05 Thread Lloyd Fournier
I was confused because of the preceding hash assignment :) I also find myself not wanting to do { long-attribute-name => $obj.long-attribute-name }. Maybe $obj.=>long-attribute-name could DWIM and :$obj.my-val becomes ('obj' => 'my-val result'). I'll be quiet now. On Tue, Jan 5, 2016 at 7:01

[perl #127166] [BUG] comparing a seq to a set gives "already iterated"

2016-01-05 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #127166] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127166 > .map({$_}) ~~ set() This Seq has already been iterated, and its values consumed (you

Re: [perl #127166] [BUG] comparing a seq to a set gives "already iterated"

2016-01-05 Thread Elizabeth Mattijsen
> On 05 Jan 2016, at 09:05, Lloyd Fournier (via RT) > wrote: > > # New Ticket Created by Lloyd Fournier > # Please include the string: [perl #127166] > # in the subject line of all future correspondence about this issue. > #

Re: [perl #127160] DateTime method .earlier thinks that the time is flowing backwards (DateTime.now.earlier(years => 15))

2016-01-05 Thread Elizabeth Mattijsen
> On 05 Jan 2016, at 02:06, Alex Jakimenko (via RT) > wrote: > > # New Ticket Created by Alex Jakimenko > # Please include the string: [perl #127160] > # in the subject line of all future correspondence about this issue. > #

Re: learning perl6?

2016-01-05 Thread Parrot Raiser
As you can see from http://www.learning-perl.com/ brian d foy is just now looking at the implications of Perl 5 and Perl 6 coexisting. On 1/5/16, Shaji Kalidasan via perl6-users wrote: > Greetings, > There may not be any Perl 6 books (paperback as such), but you can take a

Re: learning perl6?

2016-01-05 Thread Shaji Kalidasan via perl6-users
Greetings, There may not be any Perl 6 books (paperback as such), but you can take a printout of these resources and you can read it in a weekend. Kind Note :Ā The next edition of Learning Perl, last published for Perl v5.14, targets Perl version v5.24, but not for Perl 6 IMHO, in the order of

[perl #127001] CArray[CArray[int8]] fails type check

2016-01-05 Thread Alexander Hartmaier via RT
adding no precompilation; to DBDish::Oracle::StatementHandle works around the problem so the suspicion on IRC it's related to that seems to be true.

[perl #127176] [BUG] Duplicate Compilation Errors (suggestive of precompilation done twice)

2016-01-05 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127176] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127176 > If I `use` a class with a compile error, the message about it is displayed on the

[perl #127177] [LTA ERROR] Missing Module Error Does Not Include Information on Where It's Requested

2016-01-05 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127177] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127177 > As seen in the examples below, there's no indication where the line with the `use` of a

[perl #127170] Subclass of Date + role = attribute default fail

2016-01-05 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #127170] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127170 > Mixing a role into a subclass of Date loses defaults for the role's attributes:

[perl #127172] [PATCH] Support for auto-generating private accessors.

2016-01-05 Thread via RT
# New Ticket Created by David # Please include the string: [perl #127172] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127172 > I propose this patch so as to make private attributes user friendly just like public

[perl #127167] .^add_method does not work for Role anymore

2016-01-05 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #127167] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127167 > role R {}; R.^add_method('foo', method (){}) # OUTPUTĀ«Method 'add_method' not found

[perl #127168] module on natives with negative values are wrong

2016-01-05 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #127168] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127168 > [12:40:37] m: my int $a = -10; say $a % 12 # wrong [12:40:38] <+camelia>

Re: [perl #127161] DateTime methods .earlier and .later allow negative years, days, seconds but not months (.earlier(months => -1))

2016-01-05 Thread Elizabeth Mattijsen
> On 05 Jan 2016, at 02:25, Alex Jakimenko (via RT) > wrote: > > # New Ticket Created by Alex Jakimenko > # Please include the string: [perl #127161] > # in the subject line of all future correspondence about this issue. > #

Re: [perl #127162] Plural parameter names are alowed in .later and .earlier but not in .new (DateTime.new(years => 2016))

2016-01-05 Thread Elizabeth Mattijsen
> On 05 Jan 2016, at 02:49, Alex Jakimenko (via RT) > wrote: > > # New Ticket Created by Alex Jakimenko > # Please include the string: [perl #127162] > # in the subject line of all future correspondence about this issue. > #

Rakudo star 2015.12?

2016-01-05 Thread Parrot Raiser
There doesn't seem to be a tarball for rakudo star 2015.12. Is that going to be skipped?

rakudobrew on Windows: Error generating nqp-m.bat

2016-01-05 Thread Flury Christian
When running "rakudobrew build moar" on Windows I get the following error: C:\Users\Christian\rakudobrew\moar-nom\install\bin\moar --libpath=src\vm\moar\stage0 src\vm\moar\stage0\nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc --output=gen\moar\stage1\nqpmo.moarvm

[perl #127173] [BUG] Cannot build on Alpine Linux

2016-01-05 Thread Tobias Leich via RT
libuv does not like to build here, which is a dependency of MoarVM. Though, that does not mean that we cannot do something about that.

[perl #127173] [BUG] Cannot build on Alpine Linux

2016-01-05 Thread via RT
# New Ticket Created by fREW Schmidt # Please include the string: [perl #127173] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127173 > I don't know enough to dig much more into this, but I tried to build both Rakudo Star