Overview
Comment: | Merged v1.61 into one-run fix |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.61_onerun |
Files: | files | file ages | folders |
SHA1: |
3aa6a5cfeffa273d433828e1b481d5c4 |
User & Date: | mrwellan on 2016-09-08 09:34:46 |
Other Links: | branch diff | manifest | tags |
Context
2016-09-08
| ||
09:42 | Merged onerun fix and added mutex to prevent segfaults check-in: 89eaa12a3e user: mrwellan tags: v1.61 | |
09:34 | Merged v1.61 into one-run fix Closed-Leaf check-in: 3aa6a5cfef user: mrwellan tags: v1.61_onerun | |
09:19 | Merged fork check-in: 96ced4478b user: mrwellan tags: v1.61 | |
2016-09-07
| ||
16:44 | needed cleanup; one-run-updater wip bugfix check-in: 062b578b1b user: bjbarcla tags: v1.61_onerun | |
Changes
Modified dashboard.scm from [254a744eab] to [c1691e6f2e].
︙ | ︙ | |||
1605 1606 1607 1608 1609 1610 1611 | (one-run-updater (lambda () (when (not run-matrix) (print "BB> What?? run-matrix is #f")) (if (or (dashboard:database-changed? commondat tabdat) (dboard:tabdat-view-changed tabdat)) (debug:catch-and-dump | | | | 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 | (one-run-updater (lambda () (when (not run-matrix) (print "BB> What?? run-matrix is #f")) (if (or (dashboard:database-changed? commondat tabdat) (dboard:tabdat-view-changed tabdat)) (debug:catch-and-dump (lambda () ;; check that run-matrix is initialized before calling the updater (if run-matrix (dashboard:one-run-updater commondat tabdat tb cell-lookup run-matrix))) "dashboard:one-run-updater") )))) (dboard:commondat-add-updater commondat one-run-updater tab-num: tab-num) (dboard:tabdat-runs-tree-set! tabdat tb) (iup:vbox (iup:split tb |
︙ | ︙ |