[perl #127916] [BUG] Inaccurate assignment to $!shortname in cases where a mixin happens during BUILD time.

2016-05-08 Thread Christian Bartolomaeus via RT
On Sun Apr 24 03:51:25 2016, pesc...@gmail.com wrote: > > Fixed in Rakudo commit 60550d15, test added in roast commit 95a5c18. Great! I'm closing this ticket as 'resolved'.

[perl #127916] [BUG] Inaccurate assignment to $!shortname in cases where a mixin happens during BUILD time.

2016-04-24 Thread Pepe Schwarz via RT
On Wed Apr 20 02:54:29 2016, jn...@jnthn.net wrote: > On Sun Apr 17 16:34:02 2016, pesc...@gmail.com wrote: > > Consider the following snippet: > > > > 23:28 < psch> m: role Bar::Foo { }; class A { submethod BUILD { self > > does Bar::Foo } }; A.new.WHAT.say > > 23:28 <+camelia> rakudo-moar

[perl #127916] [BUG] Inaccurate assignment to $!shortname in cases where a mixin happens during BUILD time.

2016-04-20 Thread jn...@jnthn.net via RT
On Sun Apr 17 16:34:02 2016, pesc...@gmail.com wrote: > Consider the following snippet: > > 23:28 < psch> m: role Bar::Foo { }; class A { submethod BUILD { self > does Bar::Foo } }; A.new.WHAT.say > 23:28 <+camelia> rakudo-moar 617bb4: OUTPUT«(Foo})␤» > > Clearly, A is not of type 'Foo}'. As far

[perl #127916] [BUG] Inaccurate assignment to $!shortname in cases where a mixin happens during BUILD time.

2016-04-17 Thread via RT
# New Ticket Created by Pepe Schwarz # Please include the string: [perl #127916] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127916 > Consider the following snippet: 23:28 < psch> m: role Bar::Foo { }; class A { submethod