Differences From Artifact [dadb9f1d1c]:
- File rmt.scm — part of check-in [14e9c3fb65] at 2018-02-16 10:51:55 on branch v1.65-license-update — Update license blurbs (user: mrwellan, size: 43924) [annotate] [blame] [check-ins using] [more...]
To Artifact [f4f2d5797d]:
- File rmt.scm — part of check-in [eb1aa9c123] at 2018-03-26 17:27:17 on branch v1.65-modularization — Fixed build issues (user: mrwellan, size: 43949) [annotate] [blame] [check-ins using] [more...]
︙ | |||
19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | + + | ;;====================================================================== (use format typed-records) ;; RADT => purpose of json format?? (declare (unit rmt)) (declare (uses api)) (declare (uses http-transport)) (declare (uses common)) (include "common_records.scm") ;; ;; THESE ARE ALL CALLED ON THE CLIENT SIDE!!! ;; ;; generate entries for ~/.megatestrc with the following |
︙ |