Skip to content

Commit caf1ba9

Browse files
committed
disable mixed mode warning; fixes #491, introduces #519
1 parent 14752e6 commit caf1ba9

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

java/src/processing/mode/java/preproc/Processing.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ processingSketch
2323
: javaProcessingSketch
2424
| staticProcessingSketch
2525
| activeProcessingSketch
26-
| warnMixedModes
26+
// | warnMixedModes
2727
;
2828

2929
// java mode, is a compilation unit

todo.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ X just need to do 'ant clean-jogl' inside core
66
X update wiki with recent changes (i.e. separating sketch folder)
77
X https://github.com/processing/processing4/wiki/Processing-4
88
X check Windows for any visual artifacts with FlatLaf
9+
X code completion seems to have broken between beta 4 and beta 5
10+
X https://github.com/processing/processing4/issues/491
11+
X git bisect good ccc62c6 / git bisect bad f583eef
12+
X https://github.com/processing/processing4/commit/0f9b290398aac86ef56fe3c4e9c3ff88fdd53466
13+
X introduces https://github.com/processing/processing4/issues/519
914

1015
export application
1116
X fix Export to Application on macOS with Apple Silicon
@@ -220,6 +225,11 @@ o launch4j may be all set, but double-check
220225
X um, no--we should use the embedded version, b/c who knows what happens
221226

222227

228+
known issues
229+
_ mixed mode warning now broken
230+
_ https://github.com/processing/processing4/issues/519
231+
232+
223233
fixes/changes before beta 9
224234
_ dialog formatting fixes
225235
_ move all (formerly Lucida) dialog formatting into Messages
@@ -238,10 +248,6 @@ _ visual fixes for tab sizes, etc (with Paul)
238248
_ weirdness with gaps in tabs (editor too big, manager too small)
239249
_ contrib mgr: filter/dropdown vertical centering is too high
240250
_ fake bold being used for tab name? (Windows only?)
241-
_ code completion seems to have broken between beta 4 and beta 5
242-
_ https://github.com/processing/processing4/issues/491
243-
_ git bisect good ccc62c6 / git bisect bad f583eef
244-
_ https://github.com/processing/processing4/commit/0f9b290398aac86ef56fe3c4e9c3ff88fdd53466
245251

246252

247253
during release of beta 9

0 commit comments

Comments
 (0)