Differences From Artifact [b3e225a5e9]:
- File servermod.scm — part of check-in [a51a5d6058] at 2023-01-30 20:20:41 on branch v1.80-reshape — wip (user: matt, size: 52882) [annotate] [blame] [check-ins using]
To Artifact [e8ef35e2b1]:
- File servermod.scm — part of check-in [5de6734970] at 2023-01-30 22:06:47 on branch v1.80-reshape-no-debugprint — removed all imports of debugprint and still can't run megatest exe (user: matt, size: 52885) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
35 36 37 38 39 40 41 | posix srfi-18 typed-records data-structures artifacts | | | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | posix srfi-18 typed-records data-structures artifacts ;; debugprint ) (defstruct srv (areapath #f) (host #f) (pid #f) (type #f) |
︙ | ︙ |