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 error when parsing '::' as a sole term in Rakudo #2149

Closed
p6rt opened this issue Sep 9, 2010 · 6 comments
Closed

Internal Parrot error when parsing '::' as a sole term in Rakudo #2149

p6rt opened this issue Sep 9, 2010 · 6 comments

Comments

@p6rt
Copy link

p6rt commented Sep 9, 2010

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

Searchable as RT77750$

@p6rt
Copy link
Author

p6rt commented Sep 9, 2010

From @masak

<ash_> rakudo​: say :​:.^methods #
<p6eval> rakudo 859f2d​: OUTPUT«===SORRY!===â�¤ResizablePMCArray​: Can't
pop from an empty array!�»
* masak submits rakudobug
<masak> interesting error.
<masak> rakudo​: :​:
<p6eval> rakudo 859f2d​: OUTPUT«===SORRY!===â�¤ResizablePMCArray​: Can't
pop from an empty array!�»
<masak> heh.
<ash_> well, thats shorter :P

@p6rt
Copy link
Author

p6rt commented Sep 29, 2010

From @bbkr

[14​:04] <bbkr> std​: :​: # what this code is supposed to do?
[14​:04] <p6eval> std : OUTPUT«ok 00​:01 114mâ�¤Â»
[14​:05] <moritz_> bbkr​: how does it parse?
[14​:05] <moritz_> bbkr​: pipe it through viv, maybe it gives you some idea
[14​:06] <bbkr> rakudo​: :​: # curious
[14​:06] <p6eval> rakudo 624188​: OUTPUT«===SORRY!===â�¤ResizablePMCArray​: Can't
pop from an empty array!�»
[14​:06] <bbkr> hmm, PMC arrays should not be visible in Rakudo error messages,
right?
[14​:07] <moritz_> right

@p6rt
Copy link
Author

p6rt commented Oct 8, 2011

From @coke

On Thu Sep 09 06​:45​:39 2010, masak wrote​:

<ash_> rakudo​: say :​:.^methods #
<p6eval> rakudo 859f2d​: OUTPUT«===SORRY!===â�¤ResizablePMCArray​: Can't
pop from an empty array!�»
* masak submits rakudobug
<masak> interesting error.
<masak> rakudo​: :​:
<p6eval> rakudo 859f2d​: OUTPUT«===SORRY!===â�¤ResizablePMCArray​: Can't
pop from an empty array!�»
<masak> heh.
<ash_> well, thats shorter :P

Fixed.

16​:54 < [Coke]> rakudo​: say :​:.^methods
16​:54 <+p6eval> rakudo 88c5a5​: OUTPUT«===SORRY!===â�¤Cannot look up empty
name�»
16​:55 < [Coke]> rakudo​: :​:
16​:55 <+p6eval> rakudo 88c5a5​: OUTPUT«===SORRY!===â�¤Cannot look up empty
name�»

Closable with tests.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 8, 2011

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

@p6rt
Copy link
Author

p6rt commented Jan 8, 2012

From @moritz

now tested in S02-names-vars/names.t

@p6rt
Copy link
Author

p6rt commented Jan 8, 2012

@moritz - 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