-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
"Duplicate method settings()" when using smooth() in setup() #861
Comments
Hello and thanks for posting the issue, I have been able to reproduce this. I think it's the same as #823 |
Argh, I searched for |
thx |
Hi @SushantBansal-tech. Just a quick note: we usually assign one issue at a time per new contributor to help keep things manageable. Thanks for understanding! Once you're done with #898, feel free to comment here again and we’ll be happy to assign this one to you. |
Hi @SushantBansal-tech. Not a problem! We're currently focusing on the other issue, so let's keep our attention there for now. Once that's sorted, we can come back to this one :) |
@SableRaf I'd like to work on this issue while my previous PR is still in the review process. I'm also interested in submitting a proposal for the project as well . Would that be alright with you?" |
Hi @SushantBansal-tech, thanks for your enthusiasm! For new contributors, we usually recommend sticking to one issue at a time to keep things both manageable and fair. Since you’re still working on #898, I’d suggest focusing on that for now. Thanks for your patience while we review it. Based on your contributions so far, I think this issue might be a bit too complex at this stage, as it requires a deeper understanding of Processing’s core. Once you’ve completed #898 and gained more experience, feel free to check out issues labeled “good first issue” for more opportunities to contribute. Thanks for your commitment! |
As a reminder, there’s no requirement to have a PR merged for your project to be accepted in GSoC. As mentioned by @ksen0 on the GSoC Discourse thread:
I really appreciate your enthusiasm and willingness to contribute! Just keep in mind that taking the time to develop a thoughtful proposal and engaging constructively with the community will make a stronger impression than just having an accepted PR. Showing that you’re mindful of the team’s limited capacity when seeking feedback will also be much appreciated 💙 I recommend attentively reading Kit’s posts on the Discourse thread; they’re highlighted in yellow and contain important guidance for preparing a strong application. Here’s a relevant section from one of Kit’s messages. I encourage you to read it carefully, as it contains valuable insights:
|
I looked into it briefly (just by reading the repo) and I suspect it has something to do with https://github.com/processing/processing4/blob/main/java/src/processing/mode/java/preproc/PdeParseTreeListener.java#L372-L380 |
Most appropriate sub-area of Processing 4?
Core/Environment/Rendering
Processing version
4.3.1
Operating system
Windows 11
Steps to reproduce this
Creating the following sketch produces the error
Duplicate method settings()
even though there's only onesettings()
function; the solution is to remove thesmooth()
call, which makes the error go away, even though the error message doesn't imply that's the solution.snippet
Additional context
The text was updated successfully, but these errors were encountered: