From 1597085f84305ad1a01881401f3d300f33c1a892 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 2 Jun 2016 16:23:48 -0400 Subject: [PATCH] misc notes on recent patches --- core/todo.txt | 6 ++++++ todo.txt | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 94c5fb53d..5de5ac3a5 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,11 @@ 0241 (3.1.2) +leslie +X fixed iterator remove() methods so they dont skip container elements +X https://github.com/processing/processing/pull/4519 +X added a check for length 0 arrays in expand() +X https://github.com/processing/processing/pull/4520 + _ Can't render PGraphics object using image() within a PDF _ https://github.com/processing/processing/issues/4473 diff --git a/todo.txt b/todo.txt index bd235e1d5..fb6770d23 100644 --- a/todo.txt +++ b/todo.txt @@ -1,9 +1,19 @@ 0251 (3.1.2) + gohai X IO: Fix drawing for SPIAnalogDigital examples X https://github.com/processing/processing/pull/4480 +X Update JVM warning text on Linux +X https://github.com/processing/processing/pull/4512 +jakub +X Return of the error check toggle +X https://github.com/processing/processing/pull/4491 +X https://github.com/processing/processing/issues/4485 + +_ Library path mismatch between processing-java and export +_ https://github.com/processing/processing/issues/4493 _ possible infinite loop on modified externally _ https://github.com/processing/processing/issues/3965