Overview
Comment: | v1.6029a with nanomsg dependency removed |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | v1.6029a |
Files: | files | file ages | folders |
SHA1: |
b23b245846f2eb077a529924315426dc |
User & Date: | matt on 2017-05-02 23:05:25 |
Other Links: | branch diff | manifest | tags |
Context
2017-05-02
| ||
23:05 | v1.6029a with nanomsg dependency removed Leaf check-in: b23b245846 user: matt tags: v1.6029a | |
2016-02-22
| ||
10:51 | Fix for false ZERO_ITEMS scenario bug. check-in: 60be4f31ee user: mrwellan tags: v1.6029a | |
Changes
Modified common.scm from [83d9632595] to [f62ea46d91].
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + | ;;====================================================================== ;; Copyright 2006-2012, Matthew Welland. ;; ;; This program is made available under the GNU GPL version 2.0 or ;; greater. See the accompanying file COPYING for details. ;; ;; This program is distributed WITHOUT ANY WARRANTY; without even the ;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ;; PURPOSE. ;;====================================================================== |
︙ |
Modified launch.scm from [a8ea94019f] to [6fc47b14a3].
︙ | |||
805 806 807 808 809 810 811 | 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 | - + | ;; (rmt:sdb-qry 'getstr (db:test-get-rundir testinfo) ;; ) ;; ) #f))) (hash-table-set! *toptest-paths* testname curr-test-path) ;; NB// Was this for the test or for the parent in an iterated test? (rmt:general-call 'test-set-rundir-shortdir run-id lnkpath (if (file-exists? lnkpath) |
︙ |
Modified multi-dboard.scm from [e9e822b1ad] to [3c5d9d6ba4].
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + | ;;====================================================================== ;; Copyright 2006-2013, Matthew Welland. ;; ;; This program is made available under the GNU GPL version 2.0 or ;; greater. See the accompanying file COPYING for details. ;; ;; This program is distributed WITHOUT ANY WARRANTY; without even the ;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ;; PURPOSE. ;;====================================================================== |
︙ |