Differences From Artifact [25924e53ee]:
- File genexample.scm — part of check-in [5746a55322] at 2021-02-04 21:17:51 on branch v1.6569-multi-db — Few more spots where loading of commonmod was needed (user: matt, size: 20978) [annotate] [blame] [check-ins using] [more...]
To Artifact [77db9f6f53]:
- File attic_modular/genexample.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 21071) [annotate] [blame] [check-ins using]
- File genexample.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: 21071) [annotate] [blame] [check-ins using]
︙ | |||
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | + + + + + | ;;====================================================================== (declare (unit genexample)) (use posix regex matchable) (declare (uses commonmod)) (declare (uses debugprint)) (import commonmod) (import debugprint) (declare (uses margsmod)) (import margsmod) (include "db_records.scm") (define genexample:example-logpro #<<EOF ;; You should have at least one expect:required. This ensures that your process ran ;; comment out the line below and replace "put pattern here" with a pattern that will |
︙ |