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

Grammar::Debugger likes PMCNULL Containers #2850

Closed
p6rt opened this issue Aug 7, 2012 · 5 comments
Closed

Grammar::Debugger likes PMCNULL Containers #2850

p6rt opened this issue Aug 7, 2012 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Aug 7, 2012

Migrated from rt.perl.org#114402 (status was 'rejected')

Searchable as RT114402$

@p6rt
Copy link
Author

p6rt commented Aug 7, 2012

From @gfldex

use v6;
use Grammar​::Debugger;

grammar Foo { rule TOP { 'fail' } };

Foo.parse('asdfasdfasdf');

# Debugger stops as expected
TOP

h<CR>
# but does not like us
Cannot assign into a PMCNULL container
  in block at /home/dex/.perl6/lib/Grammar/Debugger.pm​:74
  in method intervene at /home/dex/.perl6/lib/Grammar/Debugger.pm​:70
  in block at /home/dex/.perl6/lib/Grammar/Debugger.pm​:45
  in method parse at src/gen/CORE.setting​:9876
  in block at grammar-fail.p6​:6

@p6rt
Copy link
Author

p6rt commented Aug 8, 2015

From @ShimmerFairy

Bug invalid now that parrot is no longer with us. Additionally this appears at first glance to have been an issue with the module instead of rakudo.

@p6rt
Copy link
Author

p6rt commented Aug 8, 2015

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

@p6rt
Copy link
Author

p6rt commented Aug 13, 2015

From @usev6

On Sat Aug 08 04​:11​:12 2015, Faye wrote​:

Bug invalid now that parrot is no longer with us. Additionally this
appears at first glance to have been an issue with the module instead
of rakudo.

That's what I thought, too. I'm closing this ticket as 'rejected'.

@p6rt
Copy link
Author

p6rt commented Aug 13, 2015

@usev6 - Status changed from 'open' to 'rejected'

@p6rt p6rt closed this as completed Aug 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant