[perl #122447] Cannot precompile sub with params returning a proxy

2016-10-26 Thread Will Coleda via RT
On Tue Oct 07 11:21:19 2014, david.warring wrote: > I just tried that on perl6 version 2014.09-161-gc24537e. Seems to now > work on all backends without errors. > > Tests have been added to S10-packages/precompilation.t Can we close the ticket, then? -- Will "Coke" Coleda

[perl #122447] Cannot precompile sub with params returning a proxy

2014-07-31 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #122447] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122447 > perl6-p --target=pir --output=scref.pir -e 'sub foo($bar) { Proxy.new( FETCH => sub (|)