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

Strange error when doing positional (.[]) indexing on a Hash object in Rakudo #1564

Closed
p6rt opened this issue Mar 2, 2010 · 6 comments
Closed
Labels

Comments

@p6rt
Copy link

p6rt commented Mar 2, 2010

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

Searchable as RT73230$

@p6rt
Copy link
Author

p6rt commented Mar 2, 2010

From @masak

<masak> rakudo​: my Hash $x; $x[1] # by diakopterbot
<p6eval> rakudo 6867a5​: OUTPUT«No applicable candidates found to
dispatch to for '_block12568'␤current instr.​:
'perl6;Perl6Role;!select' pc 9770
(src/gen/RoleToClassApplier.pir​:574)␤»
* masak submits rakudobug
<masak> alpha​: my Hash $x; $x[1]
<p6eval> alpha 30e0ed​: ( no output )
<masak> o.O
<masak> locally, alpha says "Could not build C3 linearization​:
ambiguous hierarchy". I recognize that error. it's in some other bug
ticket.
<masak> but this is a new issue, so new ticket it is.

@p6rt
Copy link
Author

p6rt commented Aug 18, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented May 28, 2012

From @coke

On Tue Mar 02 10​:32​:01 2010, masak wrote​:

<masak> rakudo​: my Hash $x; $x[1] # by diakopterbot
<p6eval> rakudo 6867a5​: OUTPUT«No applicable candidates found to
dispatch to for '_block12568'␤current instr.​:
'perl6;Perl6Role;!select' pc 9770
(src/gen/RoleToClassApplier.pir​:574)␤»
* masak submits rakudobug
<masak> alpha​: my Hash $x; $x[1]
<p6eval> alpha 30e0ed​: ( no output )
<masak> o.O
<masak> locally, alpha says "Could not build C3 linearization​:
ambiguous hierarchy". I recognize that error. it's in some other bug
ticket.
<masak> but this is a new issue, so new ticket it is.

$ ./perl6 -e 'my Hash $x; $x[1] ; say $x.perl'
Hash

Is this closable now?

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Apr 26, 2013

From @coke

On Mon May 28 08​:12​:42 2012, coke wrote​:

On Tue Mar 02 10​:32​:01 2010, masak wrote​:

<masak> rakudo​: my Hash $x; $x[1] # by diakopterbot
<p6eval> rakudo 6867a5​: OUTPUT«No applicable candidates found to
dispatch to for '_block12568'␤current instr.​:
'perl6;Perl6Role;!select' pc 9770
(src/gen/RoleToClassApplier.pir​:574)␤»
* masak submits rakudobug
<masak> alpha​: my Hash $x; $x[1]
<p6eval> alpha 30e0ed​: ( no output )
<masak> o.O
<masak> locally, alpha says "Could not build C3 linearization​:
ambiguous hierarchy". I recognize that error. it's in some other bug
ticket.
<masak> but this is a new issue, so new ticket it is.

$ ./perl6 -e 'my Hash $x; $x[1] ; say $x.perl'
Hash

Is this closable now?

12​:01 < masak> [Coke]​: yes,
  https://rt-archive.perl.org/perl6/Ticket/Display.html?id=73230 is
  closeable now.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Nov 9, 2013

From @FROGGS

Test​: Raku/roast@da2ccdcfe7

@p6rt
Copy link
Author

p6rt commented Nov 9, 2013

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

@p6rt p6rt closed this as completed Nov 9, 2013
@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