Difference between revisions of "BTP300A Team 0 Weekly Log"
Line 4: | Line 4: | ||
*9/03 (Monday): segmentation fault (reported by Peter) | *9/03 (Monday): segmentation fault (reported by Peter) | ||
** FIXED ON 9/05 BY CHRIS | ** FIXED ON 9/05 BY CHRIS | ||
+ | ** explanation/solution: the array index gets too big | ||
*9/05 (Wed): the cursor does not move to the next line (reported by Chris) | *9/05 (Wed): the cursor does not move to the next line (reported by Chris) | ||
+ | ** explanation/solution: setPosition receives incorrect values | ||
** FIXED ON 9/07 BY PETER | ** FIXED ON 9/07 BY PETER | ||
*9/06 (Thursday): the program does not respond to the ESC key press (reported Peter) | *9/06 (Thursday): the program does not respond to the ESC key press (reported Peter) | ||
** FIXED ON 9/09 BY PETER & CHRIS | ** FIXED ON 9/09 BY PETER & CHRIS | ||
+ | ** explanation/solution: a missing test on the ESC key press | ||
==Week 2 == | ==Week 2 == | ||
==Week 3 == | ==Week 3 == |
Latest revision as of 19:18, 5 September 2013
NOTE: THIS IS A SAMPLE!
Week 1
- 9/03 (Monday): segmentation fault (reported by Peter)
- FIXED ON 9/05 BY CHRIS
- explanation/solution: the array index gets too big
- 9/05 (Wed): the cursor does not move to the next line (reported by Chris)
- explanation/solution: setPosition receives incorrect values
- FIXED ON 9/07 BY PETER
- 9/06 (Thursday): the program does not respond to the ESC key press (reported Peter)
- FIXED ON 9/09 BY PETER & CHRIS
- explanation/solution: a missing test on the ESC key press