Overview
Comment: | Fixed noisy load of configs in dashboard. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.70-defunct-try |
Files: | files | file ages | folders |
SHA1: |
fc900587a41781041dc929298fa647f6 |
User & Date: | mrwellan on 2019-12-30 10:50:10 |
Other Links: | branch diff | manifest | tags |
Context
2019-12-30
| ||
17:04 | refactor wip check-in: 0fc305ba41 user: mrwellan tags: v1.70-refactor02, v1.70-defunct-try | |
14:11 | brought in changes from v1.65 Leaf check-in: 61c72ae6d4 user: mmgraham tags: v1.70-defunct-try | |
10:50 | Fixed noisy load of configs in dashboard. check-in: fc900587a4 user: mrwellan tags: v1.70-defunct-try | |
2019-12-29
| ||
21:00 | Resolved few missing use and import calls in dashboard. check-in: 29859df890 user: matt tags: v1.70-defunct-try | |
Changes
Modified dashboard.scm from [6acf22e7cd] to [efa32bd75b].
︙ | ︙ | |||
84 85 86 87 88 89 90 | (declare (uses commonmod.import)) (declare (uses testsmod.import)) (declare (uses rmtmod.import)) (declare (uses runsmod.import)) (declare (uses megamod.import)) (declare (uses dcommonmod.import)) | | | < | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | (declare (uses commonmod.import)) (declare (uses testsmod.import)) (declare (uses rmtmod.import)) (declare (uses runsmod.import)) (declare (uses megamod.import)) (declare (uses dcommonmod.import)) (mtconfigf#set-debug-printers debug:print debug:print-info debug:print-error *default-log-port*) (mtconfigf#add-eval-string "(import megamod commonmod (prefix mtargs args:))") (define help (conc "Megatest Dashboard, documentation at http://www.kiatoa.com/fossils/megatest version " megatest-version " license GPL, Copyright (C) Matt Welland 2012-2017 |
︙ | ︙ |