Differences From Artifact [603c4ba3d8]:
- File db.scm — part of check-in [6b1fa57fcf] at 2011-08-06 23:42:46 on branch trunk — Added debugging statements, regenerated docs (user: matt, size: 19541) [annotate] [blame] [check-ins using]
To Artifact [6e2b657ab8]:
- File db.scm — part of check-in [8757213827] at 2011-08-08 14:45:50 on branch rollup-runs — Rollup runs from past N days to new runname, started implementation (user: mrwellan, size: 19542) [annotate] [blame] [check-ins using]
︙ | |||
427 428 429 430 431 432 433 | 427 428 429 430 431 432 433 434 | + | ;; tests) ;; (filter (lambda (x) ;; (not (hash-table-ref/default non-completed (db:test-get-testname x) #f))) ;; tests))) ;; (pre-dep-names (map db:test-get-testname completed-tests)) ;; (result (lset-difference string=? waiton pre-dep-names))) ;; (print "pre-dep-names: " pre-dep-names " waiton: " waiton " result: " result) |