[perl #71554] [PATCH] RoleHOW update to fix runtime calling of .^methods on a role.

2009-12-23 Thread ash
# New Ticket Created by John (ash) # Please include the string: [perl #71554] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=71554 > A simple example of where this is useful: role Foo { method bar { ret

[perl #76606] [BUG] Autovivifcation in 'use' directives

2010-07-21 Thread ash
# New Ticket Created by John (ash) # Please include the string: [perl #76606] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76606 > Autovivifcation works in a single file, but if you try to do it across files and use &

[perl #78004] [BUG] Leaky P6Invocation object with .can

2010-09-23 Thread ash
# New Ticket Created by John (ash) # Please include the string: [perl #78004] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78004 > $ perl6 > class A { method a { 1 } }; A.can('a'); ===SORRY!===

[perl #78068] [BUG] REPL crashes when you use $* type variables.

2010-09-27 Thread ash
# New Ticket Created by John (ash) # Please include the string: [perl #78068] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78068 > $ perl6 > my $*a = 1; 1 > say $*a; ===SORRY!=== Contextual $*a not found Not

[perl #78142] [BUG] Statement level bare blocks for if statements

2010-09-30 Thread ash
# New Ticket Created by John (ash) # Please include the string: [perl #78142] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78142 > The S04 section on Statement Level Bare Blocks says: # Not an error: Equivalent to

[perl #78156] [BUG] Null PMC access on does Callable

2010-10-01 Thread ash
# New Ticket Created by John (ash) # Please include the string: [perl #78156] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78156 > Some subs can 'does Callable' while other return Null PMC access errors.

[perl #78188] [BUG] Meta operators on infix operators aren't accessible as subs

2010-10-03 Thread ash
# New Ticket Created by John (ash) # Please include the string: [perl #78188] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78188 > $ perl6 > &infix: Could not find sub &infix: > 1 Xxx 2 1 1 so

Re: [perl #132088] [REGRESSION][NATIVECALL] code broken by latest build

2017-09-16 Thread Gabriel Ash
Thank you!! On 9/15/2017 2:03 PM, Timo Paulssen via RT wrote: > I just committed a hotfix so the upcoming release can go through. > Hopefully it can be replaced with a proper implementation of optional > parameters for the nativecall compiler soon. > > https://github.com/rakudo/rakudo/commit/1818

Re: [perl #132088] [REGRESSION][NATIVECALL] code broken by latest build

2017-09-17 Thread Gabriel Ash via RT
Thank you!! On 9/15/2017 2:03 PM, Timo Paulssen via RT wrote: > I just committed a hotfix so the upcoming release can go through. > Hopefully it can be replaced with a proper implementation of optional > parameters for the nativecall compiler soon. > > https://github.com/rakudo/rakudo/commit/1818