-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Problem with function size(int arg, int arg) in Class #317
Comments
Created by: ritikranjan12 Hello, @StanLepunK are you still working on this. I have the answer of this problem,Can i make a Pull Request for the same? |
Created by: knupel @ritikranjan12 sure make a pull request for this problem, because is not my problem, it's a problem for all people on a same configuration of code. So if your fix can help all people GOGOGO make a pull request ! |
Created by: ritikranjan12 @StanLepunK I am a beginner can you help me to locate this code sample in the project?I can't found it.....or I just make a simple documentation for the above problem? |
Created by: knupel @ritikranjan12 Are youbeginner in Processing or in Java. For you're fix are you build a new Processing from branch with your fix from Processing 4 core ? See https://github.com/processing/processing4/blob/master/build/README.md |
Created by: tmatinla Cannot reproduce this with 4.0 beta 3 (it does happen with beta 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
When the function
void size(int arg, int arg)
is used with two arguments inClass
that's cause a syntax problem when this function is call directly invoid setup()
Processing 4.0.2b / OS Monterey
Code to reproduce:
The text was updated successfully, but these errors were encountered: