Differences From Artifact [f881f6b04a]:
- File commonmod.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: 98862) [annotate] [blame] [check-ins using]
To Artifact [5100c657f0]:
- File commonmod.scm — part of check-in [c2d750aad9] at 2024-02-11 16:41:17 on branch v1.90-fix-modes — Moved remainder of configf into configfmod (user: matt, size: 98864) [annotate] [blame] [check-ins using]
︙ | |||
2733 2734 2735 2736 2737 2738 2739 2740 2741 | 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 | + + | (conc megatest-version "-" (substring megatest-fossil-hash 0 4))) (define (common:get-fields cfgdat) (let ((fields (hash-table-ref/default cfgdat "fields" '()))) (map car fields))) (define keys:config-get-fields common:get-fields) ) |