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

From CDOT Wiki
Jump to: navigation, search
Line 15: Line 15:
 
Wednesday June 4th<br />
 
Wednesday June 4th<br />
 
* Found an issue with opera not working on linux, as version 10.10 does not yet exist for Linux, and only 10.10 has support for string.trim. Had to add string.trim. The fix was easy... getting there was not.
 
* Found an issue with opera not working on linux, as version 10.10 does not yet exist for Linux, and only 10.10 has support for string.trim. Had to add string.trim. The fix was easy... getting there was not.
 +
* Coded a fix for the light parser to use static variables inside classes that have yet to be created into an object. This fixes the neighborhood test. The way it was working before was the static variable would not exist until atleast one object was created from the class, but it should allow use of static variables before that.
 +
* and fixed a few of the smaller issues in the light parser's review.
 +
 +
Monday June 7th<br />
 +
* I did review of tickets [https://processing-js.lighthouseapp.com/projects/41284/tickets/400-code-filter-modes-for-pfilter-and-pimagefilter 400], [https://processing-js.lighthouseapp.com/projects/41284/tickets/706-make-pset-slightly-faster 706], [https://processing-js.lighthouseapp.com/projects/41284/tickets/392 392] and [https://processing-js.lighthouseapp.com/projects/41284/tickets/55 55]. These were all in the same branch, so they were tested at once.
 +
* I reviewed anna's [https://processing-js.lighthouseapp.com/projects/41284/tickets/134-xmlelement-type xml] ticket.
 +
* Reviewed [https://processing-js.lighthouseapp.com/projects/41284/tickets/596-draw-requried-if-translate-called-in-setup 596].
 +
* Created a demo for tagging people in html5 videos for tomorrow.
 +
  
 
[[category:Summer 2010 June]]
 
[[category:Summer 2010 June]]
 
[[category:Scott's Work Log]]
 
[[category:Scott's Work Log]]

Revision as of 08:24, 13 June 2010

Tuesday June 1st

  • Worked with notmasteryet thorugh irc on new lightweight parser . I merged the current parser work into a working copy of 0.9.3. This would include the word done on 0.9.1, and anything that was staged in 0.9.3 up to that point. I had to do a few tweaks to make everything work, and I had to fix one small bug with array parameters defined inside a function definition, using the [] after the name, instead of the type caused an error.

Wednesday June 2nd

  • Fixed an issue with spaces before the int in a for loop --> for( int i;m in the new parser.
  • Set the super review process for the new parser.
  • I really did spend a lot of time just trying to read, and understand the new parser.
  • Went through what is left for 0.9.3 and picked up a couple tickets 611 and 368

Thursday June 3rd

  • Did an initial attempt on 611.
  • Did and created a test for 368.
  • Continued work with notmaster to get the light parser finished by helping to track down trace issues, and issues with brightness2 example in chrome not user getters and setters as fast as ff.

Wednesday June 4th

  • Found an issue with opera not working on linux, as version 10.10 does not yet exist for Linux, and only 10.10 has support for string.trim. Had to add string.trim. The fix was easy... getting there was not.
  • Coded a fix for the light parser to use static variables inside classes that have yet to be created into an object. This fixes the neighborhood test. The way it was working before was the static variable would not exist until atleast one object was created from the class, but it should allow use of static variables before that.
  • and fixed a few of the smaller issues in the light parser's review.

Monday June 7th

  • I did review of tickets 400, 706, 392 and 55. These were all in the same branch, so they were tested at once.
  • I reviewed anna's xml ticket.
  • Reviewed 596.
  • Created a demo for tagging people in html5 videos for tomorrow.