Changes

Jump to: navigation, search

User:Sdowne/summer 2010 worklog may

1,801 bytes added, 17:59, 16 May 2010
no edit summary
* Continued with [https://processing-js.lighthouseapp.com/projects/41284/tickets/232-test-removal-of-with-p removing with].
* What I did was broke the processing.js down to the parser, ArrayList, and the constuctor. Got that working, and updated it.
 
Wednesday May 12<br />
* Sick, but continued with [https://processing-js.lighthouseapp.com/projects/41284/tickets/232-test-removal-of-with-p removing with] at home, started working on it in a large scale.
 
Thursday May 13<br />
* Still sick, continued with [https://processing-js.lighthouseapp.com/projects/41284/tickets/232-test-removal-of-with-p removing with] had some examples running, along with most tests passing.
 
Friday May 14<br />
* Back to work as normal.
* The solution to [https://processing-js.lighthouseapp.com/projects/41284/tickets/232-test-removal-of-with-p removing with] was giving me problems, and desided to move all Processing functions into the Processing constructor.
* Solved another serious issue using getters and setters, this will also be helpful later to fix class parsing, probably be first thing I do for 0.9.3, and it shouldn't be too hard, a day at most with what I now know inside and outside the parser.
 
Sat May 15<br />
* Got all tests passing for [https://processing-js.lighthouseapp.com/projects/41284/tickets/232-test-removal-of-with-p removing with] cept an issue with .pde unit tests, and many examples, including 3D examples, and substrate were tested and working.
* Blogged on rewriting Processing.js.
 
Sun May 16<br />
* Everything is now passing for [https://processing-js.lighthouseapp.com/projects/41284/tickets/232-test-removal-of-with-p removing with], peer review has been requested.
* I had to move the Processing.lib declaration back out of the constructor, it was being called from tests, without a new Processing object being created for test-harness-lib.js, line 4. This fixed the unit test problems.
* I am now pretty well versed in the flow of processing.js, they way it's called, what happens first, why, etc and learning more every day.
1
edit

Navigation menu