Skip to content

Commit 278245a

Browse files
committed
misc notes on recent patches
1 parent 386dad3 commit 278245a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

core/todo.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
0241 (3.1.2)
22

3+
leslie
4+
X fixed iterator remove() methods so they dont skip container elements
5+
X https://github.com/processing/processing/pull/4519
6+
X added a check for length 0 arrays in expand()
7+
X https://github.com/processing/processing/pull/4520
8+
39

410
_ Can't render PGraphics object using image() within a PDF
511
_ https://github.com/processing/processing/issues/4473

todo.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
0251 (3.1.2)
22

3+
34
gohai
45
X IO: Fix drawing for SPIAnalogDigital examples
56
X https://github.com/processing/processing/pull/4480
7+
X Update JVM warning text on Linux
8+
X https://github.com/processing/processing/pull/4512
9+
10+
jakub
11+
X Return of the error check toggle
12+
X https://github.com/processing/processing/pull/4491
13+
X https://github.com/processing/processing/issues/4485
614

15+
_ Library path mismatch between processing-java and export
16+
_ https://github.com/processing/processing/issues/4493
717

818
_ possible infinite loop on modified externally
919
_ https://github.com/processing/processing/issues/3965

0 commit comments

Comments
 (0)