# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #76420]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76420 >
<TiMBuS> hmm. so Sub.wrap isn't working.. it's looking for an
attribute in Sub that
<TiMBuS> is this code copied from alpha that hasn't been fully hooked up again?
<moritz_> rakudo: (sub f { }).wrap(-> { })
<p6eval> rakudo 894e79: OUTPUT«No such attribute 'proxy' in class 'Sub' [...]
<TiMBuS> yep thats the one
<moritz_> looks like it, yes
* masak submits rakudobug
<TiMBuS> cur_sub = getattribute self, ['Sub'], 'proxy'
<TiMBuS> no mention of proxy anywhere else in the code..