Megatest

Diff
Login

Differences From Artifact [ec94e568ab]:

To Artifact [5b4b945014]:


2727
2728
2729
2730
2731
2732
2733



2734

2735
2736

(define (common:get-full-version)
  (conc megatest-version "-" megatest-fossil-hash))

(define (common:version-signature)
  (conc megatest-version "-" (substring megatest-fossil-hash 0 4)))







)







>
>
>

>


2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740

(define (common:get-full-version)
  (conc megatest-version "-" megatest-fossil-hash))

(define (common:version-signature)
  (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)

)