Skip to content

Instantly share code, notes, and snippets.

@lizmat
Created July 16, 2024 13:16
Show Gist options
  • Save lizmat/887e739c43dd5f0a3c9599a9699e9d83 to your computer and use it in GitHub Desktop.
Save lizmat/887e739c43dd5f0a3c9599a9699e9d83 to your computer and use it in GitHub Desktop.
Error
$ raku --ll-exception -e 'say Q|class A { has $.a; method b { $.a } }|.AST'
Cannot find method 'visit-children' on object of type BOOTStr
at src/Raku/ast/base.rakumod:244 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:)
from src/Raku/ast/call.rakumod:465 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:visit-children)
from src/Raku/ast/base.rakumod:244 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:)
from src/Raku/ast/expressions.rakumod:2574 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:visit-children)
from src/Raku/ast/base.rakumod:244 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:)
from src/Raku/ast/expressions.rakumod:2573 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:visit-children)
from src/Raku/ast/base.rakumod:244 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:)
from src/Raku/ast/variable-access.rakumod:338 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:visit-children)
from src/Raku/ast/base.rakumod:244 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:)
from src/Raku/ast/statements.rakumod:653 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:visit-children)
from src/Raku/ast/base.rakumod:244 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:)
from src/Raku/ast/statements.rakumod:374 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:visit-children)
from src/Raku/ast/base.rakumod:244 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:)
from src/Raku/ast/code.rakumod:27 (/Users/liz/Github/rakudo/install/share/perl6/lib/Perl6/BOOTSTRAP/v6c.moarvm:visit-children)
from src/Raku/ast/base.rakumod:244 (/Users/liz/Github/rakudo/install/sha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment