notes about other fixes

This commit is contained in:
Ben Fry
2022-11-24 16:20:03 -05:00
parent 27d0a51b46
commit e29f0fd5ff
2 changed files with 13 additions and 14 deletions
+1
View File
@@ -14,6 +14,7 @@ X https://github.com/processing/processing4/issues/544
data
X use choice() instead of random() for list classes
X remove random(PApplet) since unlikely to be used/seems overkill
_ add choice() as a PApplet method for int values of random()?
contrib
+12 -14
View File
@@ -19,6 +19,9 @@ X https://github.com/processing/processing4/pull/574
X JSSC update for M1/M2
X https://github.com/processing/processing4/pull/577
X https://github.com/processing/processing4/issues/525
X Fix vertical placement of top elements in the Manager window
X https://github.com/processing/processing4/issues/520
X https://github.com/processing/processing4/pull/539
docs
X added a "Translations" page to the wiki
@@ -27,7 +30,6 @@ X https://github.com/processing/processing/wiki/Localization
X explanation of how to create a naming.json file
X https://github.com/processing/processing4/wiki/Naming-Sketches
before 4.0.2
X library version number parsing isn't ignoring comments properly
X https://github.com/processing/processing4/issues/586
@@ -36,14 +38,15 @@ X Can't Update Libraries due to "this.progressBar" is null error message
X https://github.com/processing/processing4/issues/567
X if naming scheme produces a sketch w/ the same name, what happens?
X probably a crash (or infinite loop?) need to check
_ temp folders owned by one user can't be overwritten by another
_ this was on Linux; curious if Windows has an issue too?
_ overwrite with -Djava.io.tmpdir=/path/to/tmpdir
_ maybe we should use java.io.tmpdir -> processing -> $USER
_ https://github.com/processing/processing4/issues/549
_ put in a note about the cleaning process
_ too many temp folders prevent restart
_ https://github.com/processing/processing4/issues/582
X temp folders owned by one user can't be overwritten by another
X this was on Linux; curious if Windows has an issue too?
X overwrite with -Djava.io.tmpdir=/path/to/tmpdir
X maybe we should use java.io.tmpdir -> processing -> $USER
X https://github.com/processing/processing4/issues/549
X put in a note about the cleaning process
X too many temp folders prevent restart
X https://github.com/processing/processing4/issues/582
_ "Show Sketch Folder" for libraries needs to treat the sketch as Untitled
_ and with that, switch to another directory
@@ -93,11 +96,6 @@ _ runSketch() probably needs to pass applet args and sketch args separately
_ though this can't be done w/o breaking Python
contrib
X Fix vertical placement of top elements in the Manager window
X https://github.com/processing/processing4/issues/520
X https://github.com/processing/processing4/pull/539
known issues
_ mixed mode warning now broken