Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 1, 2023 07:44
Show Gist options
  • Save Whateverable/af3259b8eaaa60adc41273af2e39b699 to your computer and use it in GitHub Desktop.
Save Whateverable/af3259b8eaaa60adc41273af2e39b699 to your computer and use it in GitHub Desktop.
Whateverable
2023-07-31T20:31:08Z #raku-dev <vrurg> lizmat Just a heads up notice. in core.c/RakuAST/Raku.pm6, line 13, you call EVAL with `CALLER::`. This may not have the effect you're expecting because CALLER only contains dynamic symbols. More likely that you need CALLER::LEXICAL::
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment