Differences From Artifact [68078a6725]:
- File common.scm — part of check-in [2c45b8983c] at 2017-04-19 12:06:03 on branch v1.64 — CHECK trumps WARN (user: mrwellan, size: 87714) [annotate] [blame] [check-ins using] [more...]
To Artifact [0408c8f58c]:
- File
common.scm
— part of check-in
[669204e634]
at
2017-04-26 14:29:42
on branch v1.64
— MTA fix
CherryPicked backout 70a3. (user: ritikaag, size: 87546) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - | (require-extension (srfi 18) extras tcp rpc) (import (prefix sqlite3 sqlite3:)) (import (prefix base64 base64:)) (declare (unit common)) |
︙ | |||
1017 1018 1019 1020 1021 1022 1023 | 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 | - - + + - - - + | (if (and (directory-exists? path-string) (file-write-access? path-string)) path-string #f))) (define (common:get-linktree) (or (getenv "MT_LINKTREE") |
︙ |