Differences From Artifact [0a6ed5a468]:
- File subrunmod.scm — part of check-in [e0be4c40b4] at 2024-02-12 13:45:48 on branch v1.90-proper-interface-lists — wip (user: mrwellan, size: 13773) [annotate] [blame] [check-ins using]
To Artifact [f63d1179cd]:
- File subrunmod.scm — part of check-in [bbdb404874] at 2024-02-12 14:31:25 on branch v1.90-proper-interface-lists — wip, compiles (user: mrwellan, size: 13825) [annotate] [blame] [check-ins using]
︙ | |||
45 46 47 48 49 50 51 52 53 54 55 56 57 58 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | + + | ( subrun:set-state-status subrun:kill-subrun subrun:get-log-path subrun:remove-subrun subrun:subrun-removed? subrun:subrun-test-initialized? subrun:launch-cmd subrun:initialize-toprun-test ) (import scheme) (cond-expand (chicken-4 (import chicken |
︙ |