develooper Front page | perl.perl6.compiler | Postings from July 2010

[perl #76420] [BUG] Wrapping subs doesn't work anymore in Rakudo

From:
Carl Mäsak
Date:
July 8, 2010 06:39
Subject:
[perl #76420] [BUG] Wrapping subs doesn't work anymore in Rakudo
Message ID:
rt-3.6.HEAD-11314-1278593158-1040.76420-82-0@perl.org
# 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..



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About