[EMAIL PROTECTED] (via RT) wrote:
Rakudo as of r33417 fails t/spec/S12-methods/default-trait.t and
t/spec/S12-methods/multi.t:
A method named 'bar' already exists in class 'Foo'. It may have been supplied
by a role.
current instr.: '!TOPERL6MULTISUB' pc 13534 (src/gen_builtins.pir:8162)
All Perl 6 level multi methods seem to suffer from this problem.
Moritz
It's all chromatic fault :)
[EMAIL PROTECTED]:~/src/parrot$ git bisect bad
cbc29489fa79ffd711e701b0b21958bec90f41b9 is first bad commit
commit cbc29489fa79ffd711e701b0b21958bec90f41b9
Author: chromatic <[EMAIL PROTECTED]>
Date: Sun Nov 30 23:33:50 2008 +0000
[PMC] Reverted the check for an existing PMC in a NameSpace when
adding a
MultiSub to a NameSpace with set_pmc_keyed_str. I added this in
r33263, but it
broke Rakudo. See RT #60910, filed by Patrick Michaud.
git-svn-id: http://svn.perl.org/parrot/[EMAIL PROTECTED]
d31e2699-5ff4-0310-a27c-f18f2fbe73fe
--
Bacek