Differences From Artifact [021b8c136e]:
- File commonmod.scm — part of check-in [d46b3c0e7d] at 2021-04-13 23:55:35 on branch v1.6584-ck5 — wip (user: matt, size: 140602) [annotate] [blame] [check-ins using]
To Artifact [1142c0775a]:
- File commonmod.scm — part of check-in [73ba59bf9c] at 2021-04-14 00:07:44 on branch v1.6584-ck5 — wip (user: matt, size: 140752) [annotate] [blame] [check-ins using]
︙ | |||
3613 3614 3615 3616 3617 3618 3619 3620 3621 | 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 | + + + | (define (keys:make-key/field-string confdat) (let ((fields (configf:get-section confdat "fields"))) (string-join (map (lambda (field)(conc (car field) " " (cadr field))) fields) ","))) ;; 0 1 2 3 (defstruct launch:einf (pid #t)(exit-status #t)(exit-code #t)(rollup-status 0)) ) |