Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Most appropriate sub-area of Processing 4?
PDE
Processing version
main
Operating system
macOS/Windows/Linux?
Bug description
Adding boolean record = true; anywhere to the sketch causes the preprocess to emit an Error even though it is valid Java.
This is what I know so far:
recordis a java keyword- changing it to
boolean record1 = true;suppresses the error - I tried changing the antlr version back to what it was defined in the Ant build system but that didn't help either
Steps to reproduce this
Add
boolean record = true;to a sketchSee the preprocessor be unhappy
snippet
boolean record =true; voidsetup(){} voiddraw(){}Additional context
No response
Would you like to work on the issue?
Yes, I’d like to help with this
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working