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

Internal Parrot on running Any .= () in Rakudo #2003

Closed
p6rt opened this issue Aug 3, 2010 · 6 comments
Closed

Internal Parrot on running Any .= () in Rakudo #2003

p6rt opened this issue Aug 3, 2010 · 6 comments

Comments

@p6rt
Copy link

p6rt commented Aug 3, 2010

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

Searchable as RT76946$

@p6rt
Copy link
Author

p6rt commented Aug 3, 2010

From @masak

<masak> rakudo​: $_ .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]
* masak submits rakudobug
<masak> rakudo​: my $a; $a .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]
<masak> rakudo​: Any .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]

@p6rt
Copy link
Author

p6rt commented Aug 12, 2010

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

@p6rt
Copy link
Author

p6rt commented Oct 7, 2011

From @coke

On Tue Aug 03 04​:53​:23 2010, masak wrote​:

<masak> rakudo​: $_ .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]
* masak submits rakudobug
<masak> rakudo​: my $a; $a .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]
<masak> rakudo​: Any .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]

15​:01 < [Coke]> rakudo​: $_ .= ()
15​:01 <+p6eval> rakudo 1c2c2d​: OUTPUT«Method '' not found for invocant
of class
  'Any'␤ in method dispatch​:<.=> at
src/gen/CORE.setting​:714␤
  in block <anon> at /tmp/2A2dETX4uf​:1␤ in <anon> at
  /tmp/2A2dETX4uf​:1␤»
15​:01 < [Coke]> rakudo​: my $a; $a .= ()
15​:01 <+p6eval> rakudo 1c2c2d​: OUTPUT«Method '' not found for invocant
of class
  'Any'␤ in method dispatch​:<.=> at
src/gen/CORE.setting​:714␤
  in block <anon> at /tmp/tKfQigPDKj​:1␤ in <anon> at
  /tmp/tKfQigPDKj​:1␤»
15​:01 < [Coke]> rakudo​: Any .= ()
15​:01 <+p6eval> rakudo 1c2c2d​: OUTPUT«Method '' not found for invocant
of class
  'Any'␤ in method dispatch​:<.=> at
src/gen/CORE.setting​:714␤
  in block <anon> at /tmp/YVP9C3AczC​:1␤ in <anon> at
  /tmp/YVP9C3AczC​:1␤»

Internal parrot error no longer occurs. Is this closable?

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 10, 2011

From @masak

On Fri Oct 07 12​:02​:32 2011, coke wrote​:

On Tue Aug 03 04​:53​:23 2010, masak wrote​:

<masak> rakudo​: $_ .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]
* masak submits rakudobug
<masak> rakudo​: my $a; $a .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]
<masak> rakudo​: Any .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]

15​:01 < [Coke]> rakudo​: $_ .= ()
15​:01 <+p6eval> rakudo 1c2c2d​: OUTPUT«Method '' not found for invocant
of class
'Any'␤ in method dispatch​:<.=> at
src/gen/CORE.setting​:714␤
in block <anon> at /tmp/2A2dETX4uf​:1␤ in <anon> at
/tmp/2A2dETX4uf​:1␤»
15​:01 < [Coke]> rakudo​: my $a; $a .= ()
15​:01 <+p6eval> rakudo 1c2c2d​: OUTPUT«Method '' not found for invocant
of class
'Any'␤ in method dispatch​:<.=> at
src/gen/CORE.setting​:714␤
in block <anon> at /tmp/tKfQigPDKj​:1␤ in <anon> at
/tmp/tKfQigPDKj​:1␤»
15​:01 < [Coke]> rakudo​: Any .= ()
15​:01 <+p6eval> rakudo 1c2c2d​: OUTPUT«Method '' not found for invocant
of class
'Any'␤ in method dispatch​:<.=> at
src/gen/CORE.setting​:714␤
in block <anon> at /tmp/YVP9C3AczC​:1␤ in <anon> at
/tmp/YVP9C3AczC​:1␤»

Internal parrot error no longer occurs. Is this closable?

Modulo needstest, yes.

@p6rt
Copy link
Author

p6rt commented Oct 21, 2012

From @coke

On Mon Oct 10 00​:20​:14 2011, masak wrote​:

On Fri Oct 07 12​:02​:32 2011, coke wrote​:

On Tue Aug 03 04​:53​:23 2010, masak wrote​:

<masak> rakudo​: $_ .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]
* masak submits rakudobug
<masak> rakudo​: my $a; $a .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]
<masak> rakudo​: Any .= ()
<p6eval> rakudo 0a8ef0​: OUTPUT«./src/pmc/object.pmc​:185​: failed
assertion 'name'␤Backtrace - [...]

15​:01 < [Coke]> rakudo​: $_ .= ()
15​:01 <+p6eval> rakudo 1c2c2d​: OUTPUT«Method '' not found for invocant
of class
'Any'␤ in method dispatch​:<.=> at
src/gen/CORE.setting​:714␤
in block <anon> at /tmp/2A2dETX4uf​:1␤ in <anon> at
/tmp/2A2dETX4uf​:1␤»
15​:01 < [Coke]> rakudo​: my $a; $a .= ()
15​:01 <+p6eval> rakudo 1c2c2d​: OUTPUT«Method '' not found for invocant
of class
'Any'␤ in method dispatch​:<.=> at
src/gen/CORE.setting​:714␤
in block <anon> at /tmp/tKfQigPDKj​:1␤ in <anon> at
/tmp/tKfQigPDKj​:1␤»
15​:01 < [Coke]> rakudo​: Any .= ()
15​:01 <+p6eval> rakudo 1c2c2d​: OUTPUT«Method '' not found for invocant
of class
'Any'␤ in method dispatch​:<.=> at
src/gen/CORE.setting​:714␤
in block <anon> at /tmp/YVP9C3AczC​:1␤ in <anon> at
/tmp/YVP9C3AczC​:1␤»

Internal parrot error no longer occurs. Is this closable?

Modulo needstest, yes.

Test added to integration/weird-errors.t

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 21, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant