-
-
Notifications
You must be signed in to change notification settings - Fork 70
cannot use @Override and @Deprecated in static mode #619
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
Comments
Created by: benfry @sampottinger Possible regression with the preproc changes? |
Created by: knupel Hi @sampottinger I think it's something like that :
I try to make something simple with my tiny time, the problem is here for and here for @deprecated If you need more information, I can work on it this week-end |
Created by: sampottinger This is great thanks! Will see if I can take a look at this either this weekend or early next week. |
Created by: sampottinger Thanks @knupel! We seem to be passing our current annotations unit test but possible I missed something. I’ll try to make a new test to address your case. |
Created by: knupel Thx a lot !!!! |
Created by: benfry Awesome, thanks Sam. This will be in 4.1.2. |
Created by: tomuGo can early version work? |
Created by: sampottinger Hey @tomuGo! I think the fix was accepted. So the resolution for this will be included in the next processing release. Also, if you build processing yourself, the fix is currently on main. Does that help? |
Created by: sampottinger Sorry @tomuGo you might be able to use 4.0.2 to get around this. I think this is before the issue came up - https://github.com/processing/processing4/releases/tag/processing-1287-4.0.2 |
Created by: github-actions[bot] This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
Created by: knupel
I just updated Processing for version 4.1.1 and now when I run sketch when there is
@Override
@Deprecated
insideclass
Processing don't run, that's a regression ? or there is a goal behind that ?Before that's work fine withe processing 4.0b7... and all the version before that from 1.5.1
the console return:
or
And always bravo for the Processing Team !!!!
The text was updated successfully, but these errors were encountered: