Overview
Comment: | Added call-with-environment-variables |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-adjutant |
Files: | files | file ages | folders |
SHA1: |
ae141f651e2a8649a5c5c1c1c9b64b3e |
User & Date: | matt on 2020-09-22 23:21:55 |
Other Links: | branch diff | manifest | tags |
Context
2020-09-22
| ||
23:47 | Read the vars string into an alist check-in: b4d3984a1c user: matt tags: v1.65-adjutant | |
23:21 | Added call-with-environment-variables check-in: ae141f651e user: matt tags: v1.65-adjutant | |
23:09 | Added env and mttop stuff check-in: 241991700a user: matt tags: v1.65-adjutant | |
Changes
Modified megatest.scm from [c47e39d399] to [6a3860b31e].
︙ | ︙ | |||
60 61 62 63 64 65 66 | (include "key_records.scm") (include "db_records.scm") (include "run_records.scm") (include "megatest-fossil-hash.scm") (use (prefix sqlite3 sqlite3:) srfi-1 posix regex regex-case srfi-69 (prefix base64 base64:) readline apropos json http-client directory-utils typed-records matchable | | | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | (include "key_records.scm") (include "db_records.scm") (include "run_records.scm") (include "megatest-fossil-hash.scm") (use (prefix sqlite3 sqlite3:) srfi-1 posix regex regex-case srfi-69 (prefix base64 base64:) readline apropos json http-client directory-utils typed-records matchable http-client srfi-18 extras format call-with-environment-variables) ;; Added for csv stuff - will be removed ;; (use sparse-vectors) ;; (require-library mutils) |
︙ | ︙ |