Differences From Artifact [8b5ebebcbe]:
- File common.scm — part of check-in [d12eb7e791] at 2018-08-22 18:04:10 on branch v1.65 — Updated load waiting so that it scales with the amount above the threshold that the load is (user: jmoon18, size: 113470) [annotate] [blame] [check-ins using] [more...]
To Artifact [abcc1b341c]:
- File common.scm — part of check-in [9414991425] at 2018-12-17 16:22:36 on branch v2.01-local-mtfiles — Partial work on mtconfigf as localized egg (user: mrwellan, size: 113534) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 31 32 33 34 35 36 37 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + + | matchable regex posix (srfi 18) extras ;; tcp (prefix nanomsg nmsg:) (prefix sqlite3 sqlite3:) pkts (prefix dbi dbi:) ) (declare (unit common)) (declare (uses mtconfigf)) (import (prefix mtconfigf configf:)) (include "common_records.scm") ;; (require-library margs) ;; (include "margs.scm") |
︙ |