[perl #131707] [BUG] Private Methods/Attributes in roles do not work as expected

2017-07-06 Thread Zoffix Znet via RT
On Wed, 05 Jul 2017 09:09:48 -0700, mar...@senfdax.de wrote: > Hi there, > > this is crossposed in the perl6-users mailing list. Since noone stopped > me from assuming that this is a bug, i am going to open this now: > > > Assuming those two files A.pm and B.pm. > > The file A.pm contains a cl

[perl #131657] rakudobrew build moar fail

2017-07-06 Thread Zoffix Znet via RT
On Wed, 28 Jun 2017 14:45:56 -0700, timo wrote: > the problem here is that we have a flag to ensure gcc explodes at us > when we write code on linux that'd immediately explode on windows due to > MSVC being somewhat archaic, but that flag is also set for third-party > code, and since the arm dyncal

[perl #131657] rakudobrew build moar fail

2017-07-06 Thread Zoffix Znet via RT
On Wed, 28 Jun 2017 14:45:56 -0700, timo wrote: > the problem here is that we have a flag to ensure gcc explodes at us > when we write code on linux that'd immediately explode on windows due to > MSVC being somewhat archaic, but that flag is also set for third-party > code, and since the arm dyncal

[perl #131704] Can't use unknown trait 'is export' in a regex declaration

2017-07-06 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 22:27:14 -0700, lloyd.fo...@gmail.com wrote: > perl6 -e 'constant $foo is export = /foo/;' > > &is-export seems to be being called on the regex rather than the variable?? Thank you for the report. LLFourn++ fixed the issue. Fix: https://github.com/rakudo/rakudo/commit/488ab

[perl #131704] Can't use unknown trait 'is export' in a regex declaration

2017-07-06 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 22:27:14 -0700, lloyd.fo...@gmail.com wrote: > perl6 -e 'constant $foo is export = /foo/;' > > &is-export seems to be being called on the regex rather than the variable?? Thank you for the report. LLFourn++ fixed the issue. Fix: https://github.com/rakudo/rakudo/commit/488ab