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

error when invoking a Hash object in Rakudo #1530

Closed
p6rt opened this issue Feb 20, 2010 · 5 comments
Closed

error when invoking a Hash object in Rakudo #1530

p6rt opened this issue Feb 20, 2010 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Feb 20, 2010

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

Searchable as RT72968$

@p6rt
Copy link
Author

p6rt commented Feb 20, 2010

From @masak

<diakopter> rakudo​: {nom,nom,nom}.=()
<p6eval> rakudo 3b869c​: OUTPUT«src/hash.c​:144​: failed assertion
's'␤Backtrace - Obtained 17 stack frames [...]
<jnthn> Now you've gone and done it.
<diakopter> it eated itself
* masak submits diakopter's rakudobug
<masak> rakudo​: {}.=()
<p6eval> rakudo 71d884​: OUTPUT«src/hash.c​:144​: failed assertion
's'␤Backtrace - Obtained 17 stack frames [...]
<masak> rakudo​: say {}.WHAT
<p6eval> rakudo 71d884​: OUTPUT«Hash()␤»

@p6rt
Copy link
Author

p6rt commented Apr 5, 2010

From @coke

On Sat Feb 20 03​:57​:14 2010, masak wrote​:

<diakopter> rakudo​: {nom,nom,nom}.=()
<p6eval> rakudo 3b869c​: OUTPUT«src/hash.c​:144​: failed assertion
's'␤Backtrace - Obtained 17 stack frames [...]
<jnthn> Now you've gone and done it.
<diakopter> it eated itself
* masak submits diakopter's rakudobug
<masak> rakudo​: {}.=()
<p6eval> rakudo 71d884​: OUTPUT«src/hash.c​:144​: failed assertion
's'␤Backtrace - Obtained 17 stack frames [...]
<masak> rakudo​: say {}.WHAT
<p6eval> rakudo 71d884​: OUTPUT«Hash()␤»

./perl6

{nom,nom,nom}.=()
Can not use .= on a non-identifier method call at line 1, near "\n"
{}.=()
Can not use .= on a non-identifier method call at line 1, near "\n"
say {}.WHAT
Hash()

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Apr 5, 2010

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

@p6rt
Copy link
Author

p6rt commented Sep 13, 2011

From @bbkr

NOM

bbkr​:nom bbkr$ ./perl6 -e '{nom,nom,nom}.=()'
===SORRY!===
Cannot use .= on a non-identifier method call at line 1, near ""

@p6rt
Copy link
Author

p6rt commented Oct 1, 2011

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

@p6rt p6rt closed this as completed Oct 1, 2011
@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