Difference between revisions of "User:Sdowne/summer 2010 worklog may"

From CDOT Wiki
Jump to: navigation, search
Line 22: Line 22:
 
* Reviewed Andor's [https://processing-js.lighthouseapp.com/projects/41284/tickets/556-commented-size-call-for-3d-context-breaks-lib#ticket-556-12 556 ticket] which is also in.
 
* Reviewed Andor's [https://processing-js.lighthouseapp.com/projects/41284/tickets/556-commented-size-call-for-3d-context-breaks-lib#ticket-556-12 556 ticket] which is also in.
 
* fought with git
 
* fought with git
 +
 +
Thursday May 6<br />
 +
* 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 [https://processing-js.lighthouseapp.com/projects/41284/tickets/630-static-variables-break-parser#ticket-630-2 ticket]
 +
*Still have a bunch others that need fixing
 +
 +
Friday May 7<br />
 +
* Fixed two more of the examples from last night, [https://processing-js.lighthouseapp.com/projects/41284/tickets/633-inheritance-problems-with-parsing#ticket-633-1 first] and [https://processing-js.lighthouseapp.com/projects/41284/tickets/635-public-ctors-break-parser#ticket-635-1 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.

Revision as of 14:51, 7 May 2010

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.