Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

my Array $x gives C3 linearization: ambiguous hierarchy error #1242

Closed
p6rt opened this issue Aug 22, 2009 · 5 comments
Closed

my Array $x gives C3 linearization: ambiguous hierarchy error #1242

p6rt opened this issue Aug 22, 2009 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Aug 22, 2009

Migrated from rt.perl.org#68726 (status was 'resolved')

Searchable as RT68726$

@p6rt
Copy link
Author

p6rt commented Aug 22, 2009

From @ronaldxs

From IRC​: (http://irclog.perlgeek.de/perl6/2009-08-22#i_1419618)

[12​:29] <PhatEddy> rakudo​: my Array $x
[12​:29] <p6eval> rakudo 0d4fe0​: OUTPUT«Could not build C3 linearization​:
ambiguous hierarchy␤in sub trait_mod​:of (src/gen_setting.pm​:131)␤called
from Main (/tmp/AIHlj9Bnlh​:2)␤»
...
[12​:30] <jnthn> PhatEddy​: Oh ouch, I know why.
...
[12​:32] <masak> PhatEddy​: feel free to ticket it.

@p6rt
Copy link
Author

p6rt commented Aug 30, 2009

From @kyleha

This is an automatically generated mail to inform you that tests are now available in t/spec/S02-builtin_data_types/declare.t

commit 78a559861d9ee40b71c5abb18cb41bccf016739c
Author​: kyle <kyle@​c213334d-75ef-0310-aa23-eaa082d1ae64>
Date​: Sun Aug 30 03​:20​:27 2009 +0000

  label the tests for RT #​68726
 
  git-svn-id​: http://svn.pugscode.org/pugs@&#8203;28119 c213334d-75ef-0310-aa23-eaa082d1ae64

Inline Patch
diff --git a/t/spec/S02-builtin_data_types/declare.t b/t/spec/S02-builtin_data_types/declare.t
index 5165693..45c4cb1 100644
--- a/t/spec/S02-builtin_data_types/declare.t
+++ b/t/spec/S02-builtin_data_types/declare.t
@@ -82,13 +82,13 @@ plan 85;
  isa_ok($brode, Scalar);
 }
 
-#?rakudo skip 'Could not build C3 linearization: ambiguous hierarchy'
+#?rakudo skip 'RT #68726: Could not build C3 linearization: ambiguous hierarchy'
 {
  my Array $porsi;
  isa_ok($porsi, Array);
 }
 
-#?rakudo skip 'Could not build C3 linearization: ambiguous hierarchy'
+#?rakudo skip 'RT #68726: Could not build C3 linearization: ambiguous hierarchy'
 {
  my Hash $brodi;
  isa_ok($brodi, Hash);

@p6rt
Copy link
Author

p6rt commented Aug 30, 2009

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 20, 2010

From @moritz

Ron Schmidt (via RT) wrote​:

# New Ticket Created by Ron Schmidt
# Please include the string​: [perl #​68726]
# in the subject line of all future correspondence about this issue.
# <URL​: http://rt.perl.org/rt3/Ticket/Display.html?id=68726 >

From IRC​: (http://irclog.perlgeek.de/perl6/2009-08-22#i_1419618)

[12​:29] <PhatEddy> rakudo​: my Array $x
[12​:29] <p6eval> rakudo 0d4fe0​: OUTPUT«Could not build C3 linearization​:
ambiguous hierarchy␤in sub trait_mod​:of (src/gen_setting.pm​:131)␤called
from Main (/tmp/AIHlj9Bnlh​:2)␤»

This works in current Rakudo, and the tests in
t/spec/S02-builtin_data_types/declare.t pass.

@p6rt
Copy link
Author

p6rt commented Mar 20, 2010

@moritz - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Mar 20, 2010
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant