Differences From Artifact [f11f9ab79f]:
- File tree.scm — part of check-in [0c080a2500] at 2020-07-05 23:44:38 on branch v1.66-captain-ulex — Added apimod.scm and got it all to compile again (user: matt, size: 5776) [annotate] [blame] [check-ins using]
To Artifact [5b84d6f782]:
- File attic/tree.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 5813) [annotate] [blame] [check-ins using]
- File tree.scm — part of check-in [48f4863bc1] at 2020-08-21 16:51:24 on branch v1.65-merge-forward-v1.66 — Merging v1.66 *applicable* changes to v1.65. (user: mrwellan, size: 5813) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + | (use sqlite3 srfi-1 posix regex regex-case srfi-69) (import (prefix sqlite3 sqlite3:)) (declare (unit tree)) (declare (uses margs)) (declare (uses launch)) ;; (declare (uses megatest-version)) (declare (uses gutils)) (declare (uses db)) (declare (uses server)) ;; (declare (uses synchash)) (declare (uses dcommon)) (include "megatest-version.scm") |
︙ |