On Mon Mar 16 01:00:19 2009, moritz wrote: > Author: lwall > Date: 2009-03-16 02:24:38 +0100 (Mon, 16 Mar 2009) > New Revision: 25849 > > Modified: > docs/Perl6/Spec/S02-bits.pod > Log: > make blocks transparent to Junctions (in the absence of explicit > parameter types) > > > ... > - Any Perl 6 object (default parameter type, excludes Junction) > - Object Perl 6 object (either Any or Junction) > + Any Perl 6 object (default routine parameter type, excludes > Junction) > + Object Perl 6 object (default block parameter type, either Any > or Junction) > > Basic tests in t/spec/S04-blocks-and-statements/pointy.t > Brought Rakudo in line with this in git a579f31 and unfudged the tests (which are now passing).
Thanks, Jonathan