Skip to content

Commit 76fef4b

Browse files
committed
cleaning up for the release
1 parent a18e51d commit 76fef4b

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

core/todo.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0249 (3.0.3)
1+
0249 (3.1)
22
X Float/IntDict changes
33
X minIndex() and maxIndex() return -1 when count is zero (rather than ex)
44
X bug fix to reverse sorts
@@ -8,16 +8,9 @@ X set to false for higher performance
88
X call crop() in keyArray() and valueArray() functions
99
X they're duplicates, their length is an implementation detail
1010
X normalize features and error handling between all of them
11-
1211
X add print() and write(PrintWriter) methods to Table/TableRow
1312
X https://github.com/processing/processing/issues/4396
1413

15-
_ JSONObject get() method is private
16-
_ https://github.com/processing/processing/issues/4334
17-
_ https://github.com/processing/processing/pull/4336
18-
19-
_ add push() and pop() methods to mirror js?
20-
2114
jakub
2215
X several JavaFX fixes
2316
X https://github.com/processing/processing/pull/4411
@@ -43,6 +36,12 @@ X https://github.com/processing/processing/pull/4341
4336
X https://github.com/processing/processing/issues/4376
4437

4538

39+
_ JSONObject get() method is private
40+
_ https://github.com/processing/processing/issues/4334
41+
_ https://github.com/processing/processing/pull/4336
42+
43+
_ add push() and pop() methods to mirror js?
44+
4645
_ textAlign(CENTER) and pixelDensity(2) aligning incorrectly with Java2D
4746
_ https://github.com/processing/processing/issues/4020
4847
_ add increment() that takes IntDict to merge things

todo.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
0249 (3.0.3)
1+
0249 (3.1)
22
o arrow keys aren't working in the examples window
33
X was working fine with most recent build.. weird
44

5-
65
contribs
76
X Grab bag of smaller, mainly ARM-related updates
87
X https://github.com/processing/processing/pull/4300
@@ -31,7 +30,6 @@ X https://github.com/processing/processing/pull/4320
3130
X Added readBytes(max) to serial library
3231
X https://github.com/processing/processing/pull/4321
3332

34-
3533
jakub
3634
X Update app to Java 8
3735
X https://github.com/processing/processing/pull/4383
@@ -49,7 +47,7 @@ X https://github.com/processing/processing/pull/4410
4947
X file paths not decoding properly
5048
X https://github.com/processing/processing/issues/4417
5149
X https://github.com/processing/processing/pull/4426
52-
_ double check that this is working on OS X
50+
X double check that this is working on OS X
5351
_ check whether it fixes the Windows startup problem
5452
X Java Mode refactoring
5553
X https://github.com/processing/processing/pull/4440
@@ -85,6 +83,7 @@ X https://github.com/processing/processing/pull/4379
8583
X https://github.com/sgothel/jogl/pull/96
8684
X https://github.com/sgothel/jogl/pull/97
8785

86+
8887
needs more review
8988
_ createPreprocessor() added to JavaEditor, creating a mess
9089
_ https://github.com/processing/processing/commit/2ecdc36ac7c680eb36e271d17ad80b657b3ae6a0

0 commit comments

Comments
 (0)