Differences From Artifact [381a26e6c2]:
- File tasksmod.scm — part of check-in [1d37efe6c5] at 2024-02-09 20:38:51 on branch v1.90-fix-modes — wip (user: matt, size: 85616) [annotate] [blame] [check-ins using]
To Artifact [4185a9e4a7]:
- File tasksmod.scm — part of check-in [e0be4c40b4] at 2024-02-12 13:45:48 on branch v1.90-proper-interface-lists — wip (user: mrwellan, size: 85797) [annotate] [blame] [check-ins using]
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | + + + + + + + + + - + + | (declare (uses pgdb)) (declare (uses mtmod)) (declare (uses megatestmod)) (use srfi-69) (module tasksmod ( configf:write-alist common:simple-unlock common:simple-lock tests:test-set-status! common:get-launcher tasks:kill-runner tests:get-testconfig tests:get-waitons |
︙ |