Overview
Comment: | Moved sauth and datashare files to appropriate subdirs, commented couple more unused functions. From: 155720494afcc761cd48f68bef2e9082383d4a71 User: matt |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.6569-new-diet |
Files: | files | file ages | folders |
SHA1: |
ec8722dd5f75a17a0d3bb300705029a7 |
User & Date: | matt on 2021-02-25 16:25:32 |
Other Links: | branch diff | manifest | tags |
Context
2021-02-25
| ||
16:26 | Merged diet2 and fixed wrong use of optional (should be key). From: 8a73112be852c6b8910157005985773a412cf768 User: matt Leaf check-in: 0896902752 user: matt tags: v1.6569-new-diet (unpublished) | |
16:25 | Moved sauth and datashare files to appropriate subdirs, commented couple more unused functions. From: 155720494afcc761cd48f68bef2e9082383d4a71 User: matt check-in: ec8722dd5f user: matt tags: v1.6569-new-diet (unpublished) | |
16:25 | Sort danglers by name if same count. Few more orpaned functions commented out From: 4f82003dc0af1a95e10a23cc60a91b9b5ce9b461 User: matt check-in: d0c952bdbb user: matt tags: v1.6569-new-diet (unpublished) | |
Changes
Name change from datashare.scm to datashare-src/datashare.scm.
︙ |
Modified db.scm from [e5a9ecf1ce] to [8c7142a28d].
︙ | |||
3398 3399 3400 3401 3402 3403 3404 | 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 | - + - + | (loop (+ new-id 1)) (begin (debug:print-info 0 *default-log-port* "New test id " new-id " selected for test with id " test-id) (sqlite3:execute mtdb "UPDATE tests SET id=? WHERE id=?;" new-id test-id))))))) ;; move test ids into the 30k * run_id range ;; |
︙ |
Name change from sauth-common.scm to sauth-src/sauth-common.scm.
︙ |