Overview
Comment: | Merged in wip2. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-real-new-runs-view |
Files: | files | file ages | folders |
SHA1: |
05a89e44c8328388d8c022105d0bd087 |
User & Date: | matt on 2021-02-25 22:47:25 |
Other Links: | branch diff | manifest | tags |
Context
2021-02-26
| ||
17:25 | WIP, does not compile check-in: 2ef57ca716 user: mrwellan tags: v1.65-real-new-runs-view-wip3 | |
2021-02-25
| ||
22:47 | Merged in wip2. Leaf check-in: 05a89e44c8 user: matt tags: v1.65-real-new-runs-view | |
22:36 | Merged some portlogger and module refactoring changes. check-in: b7a7d741be user: matt tags: v1.65-real-new-runs-view | |
Changes
Modified Makefile from [c3e28f800e] to [8832707063].
︙ | |||
184 185 186 187 188 189 190 191 192 193 194 195 196 197 | 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 | + + + | # # mofiles/dbmod.o : mofiles/configfmod.o # mofiles/rmtmod.o : mofiles/apimod.o # # mofiles/servermod.o : mofiles/dbmod.o # common.o : mofiles/commonmod.o # # # commonmod.o dashboard.o megatest.o tcmt.o apimod.o : megatest-fossil-hash.scm # # tests.o db.o launch.o runs.o dashboard-tests.o \ # # commonmod.o dashboard.o megatest.o tcmt.o apimod.o : megatest-fossil-hash.scm # # tests.o db.o launch.o runs.o dashboard-tests.o \ dashboard-context-menu.o dashboard-guimonitor.o dashboard-main.o \ monitor.o dashboard.o archive.o megatest.o : db_records.scm megatest-fossil-hash.scm # dashboard.o : mofiles/apimod.o |
︙ |
Modified http-transport.scm from [6ba53c889c] to [37f4bee2e8].
︙ | |||
66 67 68 69 70 71 72 73 74 75 76 77 78 79 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | + + | (declare (uses transport)) (import transport) (include "common_records.scm") (include "db_records.scm") ;; (include "js-path.scm") ;; (require-library stml) ;; (require-library stml) ;; (define *server-loop-heart-beat* (current-seconds)) ;;====================================================================== ;; S E R V E R |
︙ |
Modified utils/gendeps.scm from [2d3420d303] to [73cc77990e].
︙ | |||
80 81 82 83 84 85 86 87 88 89 90 91 92 93 | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | + | (portprint dotport "\""usingname"\" -> \""sname"\"")) (moduledec (_ modname) (print "Found module "modname) (hash-table-set! moduledata modname sname)) (importuse (_ importname) (print "Found import "importname) (hh-push incldata importname sname)) (mofiles-adjust->dot-o usingname))) (else #f)) (loop (read-line))))))))) files) (hash-table-for-each incldata (lambda (impname snames) (for-each |
︙ |