Differences From Artifact [647460790c]:
- File runs.scm — part of check-in [62a9a80b8c] at 2024-02-08 20:39:50 on branch v1.90 — Move test_records.scm into commonmod.scm. Disabled uses of runsmod.import in megatest.scm. (user: matt, size: 1802) [annotate] [blame] [check-ins using]
To Artifact [5b967ec7eb]:
- File runs.scm — part of check-in [bbac9c3682] at 2024-02-11 19:49:03 on branch v1.90-proper-interface-lists — convert to use proper interface lists (user: matt, size: 1805) [annotate] [blame] [check-ins using]
︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - + | (use (prefix sqlite3 sqlite3:) srfi-1 posix regex regex-case srfi-69 (srfi 18) posix-extras directory-utils pathname-expand typed-records format sxml-serializer sxml-modifications matchable) |
︙ |