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
is DEPRECATED doesn't work on Routines in precomped modules #1219
Labels
tests needed
Issue is generally resolved but tests were not written yet
Comments
|
Workaround PRd in #1861 |
lizmat
added a commit
that referenced
this issue
May 24, 2018
Since traits.pm6 is about the first file in settings being compiled, it did not know about &DEPRECATED yet. And somehow it is being forgotten so the precomp got a VMnull there. Mitigated by having the coderef for &DEPRECATED looked up at end of setting compilation by using CHECK. Finally fixes R #1219 . skids++ for the nudge to get me looking at this again.
|
Fixed with 472f6e4 |
lukasvalle
added a commit
to lukasvalle/roast
that referenced
this issue
Jun 2, 2019
lizmat
added a commit
to Raku/roast
that referenced
this issue
Jun 2, 2019
|
Looks like merge Raku/roast#546 closed this ticket. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Foo.pm:
$ perl6 --ll-exception -I. -MFoo -e 'dd A.a'The text was updated successfully, but these errors were encountered: