Differences From Artifact [d487a83914]:
- File mt.scm — part of check-in [a82cbcca56] at 2013-07-29 21:49:26 on branch v1.55 — Removed some instrumentation prints (user: matt, size: 3303) [annotate] [blame] [check-ins using] [more...]
To Artifact [31d9a09536]:
- File mt.scm — part of check-in [8a4503a003] at 2013-07-29 09:03:08 on branch refactor-api — Removed a debugging print statement (user: mrwellan, size: 3465) [annotate] [blame] [check-ins using] [more...]
︙ | |||
83 84 85 86 87 88 89 | 83 84 85 86 87 88 89 90 91 92 93 94 | + + + + + | full-list)))) (define (mt:get-prereqs-not-met run-id waitons ref-item-path #!key (mode 'normal)) (db:get-prereqs-not-met run-id waitons ref-item-path mode: mode)) (define (mt:get-run-stats) (cdb:remote-run db:get-run-stats #f)) ;;====================================================================== ;; S T E P S ;;====================================================================== |