processing / processing/processing4
`boolean record = true;` causes a syntax error even thought it is valid Java
オープン
まだ誰も着手していません。
bug
- 主要言語
- Java
- スター
- 494
- フォーク
- 183
- 平均マージ
- 4時間 39分
- マージ済み PR(30日)
- 3
説明
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 sketch -
See the preprocessor be unhappy
snippet
boolean record = true;
void setup() {
}
void draw() {
}
Additional context
No response
Would you like to work on the issue?
Yes, I’d like to help with this
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。