User Tools

Site Tools


haas:spring2015:data:projects:dll0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:spring2015:data:projects:dll0 [2015/04/03 14:04] – [list library] wedgehaas:spring2015:data:projects:dll0 [2015/04/04 22:59] (current) – [Errata] wedge
Line 27: Line 27:
       * unit-insert       * unit-insert
       * unit-append       * unit-append
-    * barring any other typos/errors, only unit-cplist remains to be finished+    * I've disabled the cplist unit test and verify-list does not try to run it (so you won'be impeded by its current unfinished state) 
 +    * new options in base Makefile: 
 +      * "reupdate", which re-applies last revision 
 +      * "reupdate-all", which re-applies all revisions, from 1 to current 
 +      * various backend infrastructure tweaks (because I deserve nice things) 
 +  * __revision 4__: unit-cplist is now fully operational (20150404) 
 +    * also did some house cleaning in list unit Makefile
 =====Objective===== =====Objective=====
 In this project, we take our first opportunity to undergo a complete code re-write of linked list functionality, while we implement our first doubly linked list. In this project, we take our first opportunity to undergo a complete code re-write of linked list functionality, while we implement our first doubly linked list.
Line 197: Line 203:
 <cli> <cli>
 lab46:~/src/data/dll0$ bin/verify-list.sh  lab46:~/src/data/dll0$ bin/verify-list.sh 
-coming soon...+==================================================== 
 +=    Verifying Doubly-Linked List Functionality    = 
 +==================================================== 
 +  [mklist] Total:  11, Matches:  11, Mismatches:   0 
 +  [cplist] Total:  17, Matches:  17, Mismatches:   0 
 +  [append] Total:  22, Matches:  22, Mismatches:   0 
 +  [insert] Total:  22, Matches:  22, Mismatches:   0 
 + [display] Total:  12, Matches:  12, Mismatches:   0 
 +    [find] Total:  28, Matches:  28, Mismatches:   0 
 +==================================================== 
 + [RESULTS] Total: 112, Matches: 112, Mismatches:   0 
 +====================================================
 lab46:~/src/data/dll0$  lab46:~/src/data/dll0$ 
 </cli> </cli>
haas/spring2015/data/projects/dll0.1428069861.txt.gz · Last modified: 2015/04/03 14:04 by wedge