[perl #66998] Inheriting from Object directly causes error "Could not build C3 linearization: ambiguous hierarchy"
0 views
Skip to first unread message
Moritz Lenz
unread,
Jun 26, 2009, 12:08:57 PM6/26/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bugs-bi...@netlabs.develooper.com
# New Ticket Created by Moritz Lenz # Please include the string: [perl #66998] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=66998 >
18:07 <@moritz_> rakudo: class NotAny is Object { }; 18:07 < p6eval> rakudo 6c43f9: OUTPUT«Could not build C3 linearization: ambiguous hierarchyin Main (/tmp/dXMaaubcDg:2)»
Cheers, Moritz
jnthn@jnthn.net via RT
unread,
Jun 30, 2009, 3:59:06 PM6/30/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to perl6-c...@perl.org
On Fri Jun 26 09:08:56 2009, moritz wrote: > 18:07 <@moritz_> rakudo: class NotAny is Object { }; > 18:07 < p6eval> rakudo 6c43f9: OUTPUT«Could not build C3 linearization: > ambiguous hierarchyin Main (/tmp/dXMaaubcDg:2)» >
Fixed in git aa1a18d and added spectest to S12-class/inheritance.t.