jnthn / grammar-debugger

Grammar::Debugger and Grammer::Tracer Perl 6 modules
36 stars 20 forks source link

t/ltm.t fails with bleeding rakudo #34

Closed gfldex closed 7 years ago

gfldex commented 7 years ago
1..1
ok 1 - grammar.parse(...) with the debugger works
1..1
Cannot look up attributes in a MyGrammar type object
  in regex test:sym<longest> at t/ltm.t line 15
  in block  at /home/dex/projekte/perl6/lib/grammar-debugger/lib/Grammar/Tracer.pm6 (Grammar::Tracer) line 47
  in regex test at t/ltm.t line 11
  in block  at /home/dex/projekte/perl6/lib/grammar-debugger/lib/Grammar/Tracer.pm6 (Grammar::Tracer) line 47
  in block <unit> at t/ltm.t line 31

# Looks like you planned 1 test, but ran 0
jnthn commented 7 years ago

I was going to blame it on the uncurse branch, for which I may well need to do some updates to this module. But it seems that isn't merged yet, so it's some unexpected Rakudo regression. If anybody has chance to bisect it, that'd be great. Otherwise, with uncurse imminent and very possibly going to need changes to this module anyway, I'll probably put it off some days and deal with the lot together.

zoffixznet commented 7 years ago

uncurse has now been merged, though this Issue was reported before the merge.

gfldex commented 7 years ago

seems alright now, closing this