Overview
Comment: | wip |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-newview |
Files: | files | file ages | folders |
SHA1: |
879965196f0456b5d09c387f51ad1aa8 |
User & Date: | matt on 2020-03-01 21:47:50 |
Other Links: | branch diff | manifest | tags |
Context
2020-03-01
| ||
22:12 | wip check-in: 9d160839b2 user: matt tags: v1.65-newview | |
21:47 | wip check-in: 879965196f user: matt tags: v1.65-newview | |
21:37 | wip check-in: 074a5dfda2 user: matt tags: v1.65-newview | |
Changes
Modified dashboard.scm from [d1d33b9e46] to [7eca04ae95].
︙ | |||
2659 2660 2661 2662 2663 2664 2665 | 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 | - + - - - - + + + + | ;; NOTE: runnum is NOT the run-id, it is a pointer into the runsbynum vector ;; (define (dashboard:update-run-data runnum rdat) (let* ((curr-time (current-seconds)) (runrec (vector-ref (dboard:rdat-runsbynum rdat) runnum)) (run-id (simple-run-id runrec)) |
︙ |