Differences From Artifact [fdc46f2740]:
- File common.scm — part of check-in [907abdf090] at 2015-04-06 03:24:43 on branch multi-area — More and more fixes (user: matt, size: 24900) [annotate] [blame] [check-ins using]
To Artifact [609c3adc2f]:
- File common.scm — part of check-in [5baad3fe0b] at 2015-04-07 09:07:08 on branch multi-area — Stuff eh. On the shuttle (user: matt, size: 24944) [annotate] [blame] [check-ins using]
︙ | |||
42 43 44 45 46 47 48 49 50 51 52 53 54 55 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + + | path transport configinfo configdat denoise client-signature remote run-keys runs ;; used in dashboard ) (define *already-seen-runconfig-info* #f) (define *waiting-queue* (make-hash-table)) (define *test-meta-updated* (make-hash-table)) (define *globalexitstatus* 0) ;; attempt to work around possible thread issues (define *passnum* 0) ;; when running track calls to run-tests or similar |
︙ |