Differences From Artifact [369967adc8]:
- File common.scm — part of check-in [3ba90485f1] at 2023-05-10 22:34:57 on branch v1.80 — Cherrypicked several changes from v1.70 (user: mmgraham, size: 129215) [annotate] [blame] [check-ins using] [more...]
To Artifact [8763974ace]:
- File common.scm — part of check-in [b21843154b] at 2023-05-11 09:14:12 on branch v1.80 — Merged fork (user: mrwellan, size: 129347) [annotate] [blame] [check-ins using] [more...]
︙ | |||
54 55 56 57 58 59 60 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | + + - - + + | ;; (old-exit code))) (define (stop-the-train) (thread-start! (make-thread (lambda () (let loop () (if (and *toppath* (file-exists? (conc *toppath*"/stop-the-train"))) (let* ((msg (conc "ERROR: found file "*toppath*"/stop-the-train, exiting immediately"))) ;; yes, print to current-output-port AND *default-log-port*, annoying but necessary I think |
︙ |