-
Notifications
You must be signed in to change notification settings - Fork 32
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
JET error invalid lookup expr
with new public
keyword
#636
Comments
invalid lookup expr
with new public
keyword
@aviatesk I added a very minimal MWE to the issue if you want to take a look |
Thanks, JET's toplevel analysis feature currently lacks a support for the keyword. It should be feasible to implememt that though. |
It would be amazing, thank you! |
In the meantime, is it possible to deactivate / ignore it somehow? |
No, but I'll try to implement it this weekend. |
Very cool, thanks. I can't overstate how useful JET is to me, so if you need a beta-tester let me know. |
awesome, thanks! |
JET.test_package
throws an error on Julia 1.11 with perfectly valid uses of the newpublic
keyword:MWE: https://github.com/gdalle/JETPublicTest.jl (check out the CI log)
See also:
The text was updated successfully, but these errors were encountered: