Skip to content

Instantly share code, notes, and snippets.

@Zhtwn
Zhtwn / perl6-debug-grammar-exception
Created June 12, 2015 21:02
Unhandled exception when parsing grammar with perl6-debug-m, without ll-exception
% perl6-debug-m -Ilib -e 'use Perl6::TypeGraph'
>>> LOADING -e
>>> LOADING /mnt/share/noel/perl6/doc/lib/Perl6/TypeGraph.pm
>>> LOADING /mnt/share/noel/perl6/doc/lib/Perl6/Type.pm
Unhandled exception: ctxlexpad needs an MVMContext
at src/gen/m-CORE.setting:13147 (/home/noel/.rakudobrew/moar-nom/install/share/perl6/runtime/CORE.setting.moarvm::26)
from src/gen/m-CORE.setting:13258 (/home/noel/.rakudobrew/moar-nom/install/share/perl6/runtime/CORE.setting.moarvm:AT-KEY:0)
from src/gen/m-CORE.setting:3746 (/home/noel/.rakudobrew/moar-nom/install/share/perl6/runtime/CORE.setting.moarvm:postcircumfix:<{ }>:30)
from lib/Debugger/UI/CommandLine.pm:735 (/home/noel/.rakudobrew/moar-nom/install/share/perl6/site/lib/Debugger/UI/CommandLine.pm.moarvm::82)