Differences From Artifact [0dda8303e2]:
- File ods.scm (unpublished)— part of check-in [07b32b8669] at 2021-02-22 18:56:19 on branch v1.65-real-new-runs-view-wip — Fixed/tweaked more deps. (user: mrwellan, size: 29702) [annotate] [blame] [check-ins using] [more...]
To Artifact [7538eee368]:
- File attic_modular/ods.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 29750) [annotate] [blame] [check-ins using]
- File ods.scm — part of check-in [219180af64] at 2021-02-27 11:33:46 on branch v1.65-real-new-runs-view-wip3 — wip (user: matt, size: 29750) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | + + | ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; (use csv-xml regex) (declare (unit ods)) (declare (uses commonmod)) (declare (uses debugprint)) (module ods * (import scheme chicken data-structures extras files ports) (import commonmod) (import debugprint) (import regex srfi-13 posix ) (define ods:dirs '("Configurations2" |
︙ |