Summer 2010 Worklog JS Projects 2010
Monday May 3
- Orientation
- Started setting up workspace
Tuesday May 4
- Installed Fedora
- Finished setting up workstation
- installed git, linked to existing github
- Set up irc (irssi + screen)
- Tried to sort out pjs pixelHack and tic 601, 601 was reviewed by andor and needs work
- pixelHack was solved and finished later that night
- Finishing 601 tomorrow morning
Wednesday May 5
- Finished tic 601, it's up for review
- Built Firefox on Fedora
- Both tic 601 and pixelhack are in 0.9
- Reviewed Andor's 556 ticket which is also in.
- fought with git
Thursday May 6
- Tried to update my Fedora to nvidia drivers, and pretty much broke it, reinstalled, tried once more, still no luck, installed ubuntu and stopped there, I will set it up later.
- Worked on breaking examples in processing.js. Fixed the Neighborhood example, which required an overhaul of static variables and functions. Actually required more work than was expected. Here is the ticket
- Still have a bunch others that need fixing
Friday May 7
- Fixed two more of the examples from last night, first and second
- Working on a third error that has to do with inheritance as well. When a method is created in a super class, and references another variable inside the same super class, it will always reference the same method, even if it's being called by a sub class. Nothing but dead ends so far.
- Did end up fixing the one talked above, ended up being ticket 637
Sat May 8, Sun May 9
- Built firefox remotly form home.
- Fixed a bug with Inheritance, and filed another to be fixed at a later date.
Monday May 10
- Had a phone conference about the js video library with Brett and Mark.
- Started on removing with.
- Did some testing for release 0.9.
Tuesday May 11
- Continued with removing with.
- What I did was broke the processing.js down to the parser, ArrayList, and the constuctor. Got that working, and updated it.