Comment: | repl runs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.90-proper-interface-lists |
Files: | files | file ages | folders |
SHA1: |
b969852101bbddb2b749f3b8953d46e6 |
User & Date: | mrwellan on 2024-02-12 15:42:19 |
Other Links: | branch diff | manifest | tags |
2024-02-12
| ||
16:00 | wip check-in: 5d85b42870 user: mrwellan tags: v1.90-proper-interface-lists | |
15:42 | repl runs check-in: b969852101 user: mrwellan tags: v1.90-proper-interface-lists | |
14:31 | wip, compiles check-in: bbdb404874 user: mrwellan tags: v1.90-proper-interface-lists | |
Modified Makefile from [28690e5571] to [d30fa8d10d].
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + | fossil timeline -n 350 -t ci -F "%h,%a,%b,%t,\"%c\"" > recent-commits.csv SHELL=/bin/bash PREFIX=$(PWD) CSCOPTS= INSTALL=install |
Modified archive.scm from [3972290090] to [e534969391].
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | ;; ;; strftime('%m/%d/%Y %H:%M:%S','now','localtime') (declare (unit archive)) (declare (uses debugprint)) (declare (uses mtargs)) |
Name change from codescanlib.scm to attic/codescanlib.scm.
Deleted common.scm version [ba3517865c].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Modified commonmod.scm from [26ca4d0bed] to [3dbddd7962].
286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 | 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 | + + | status-sym->string common:worse-status-sym common:logpro-exit-code->status-sym save-environment-as-files assoc/default common:read-encoded-string common:which stop-the-train ) (import scheme) (cond-expand (chicken-4 (import chicken |
Modified configf.scm from [59af4a3967] to [912b217ff6].
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | (declare (unit configf)) (declare (uses process)) (declare (uses env)) (declare (uses keys)) (declare (uses debugprint)) (declare (uses mtargs)) (declare (uses mtargs.import)) |
Modified configfmod.scm from [8facfee8f8] to [a991ee4037].
41 42 43 44 45 46 47 48 49 50 51 52 53 54 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + + + + + | configf:alist->config configf:set-section-var find-and-read-config common:args-get-target configf:eval-string-in-environment read-config-set! configf:read-file configf:system shell ) (import scheme chicken extras files matchable |
527 528 529 530 531 532 533 | 532 533 534 535 536 537 538 539 540 541 542 543 | - - - | target) (if target (begin (debug:print-error 0 *default-log-port* "Invalid target, spaces or blanks not allowed \"" target "\", target should be: " (string-intersperse keys "/") ", have " tlist " for elements") (if exit-if-bad (exit 1)) #f) #f)))) |
Modified dashboard-context-menu.scm from [c308418947] to [2e962c22f5].
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + | ;;====================================================================== ;; implementation of context menu that pops up on ;; right click on test cell in Runs & Runs Summary Tabs ;;====================================================================== (declare (unit dashboard-context-menu)) |
Modified dashboard-guimonitor.scm from [d7f5af88af] to [6f526827b3].
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + | (use canvas-draw) (use sqlite3 srfi-1 posix regex regex-case srfi-69) (import (prefix sqlite3 sqlite3:)) (declare (unit dashboard-guimonitor)) |
Modified dashboard-tests.scm from [5c975d5a1c] to [00c786d383].
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | ;;====================================================================== ;;====================================================================== ;; Test info panel ;;====================================================================== (declare (unit dashboard-tests)) |
Modified dashboard.scm from [e0e854db49] to [21bf76042d].
64 65 66 67 68 69 70 | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - + | (declare (uses archivemod.import)) (declare (uses runsmod)) (declare (uses runsmod.import)) (declare (uses launchmod)) (declare (uses launchmod.import)) (declare (uses configf)) |
Modified dbmod.scm from [4ab5fd7962] to [24c8e30f6f].
166 167 168 169 170 171 172 173 174 175 176 177 178 179 | 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | + | db:get-rows db:get-changed-run-ids db:set-sync db:setup db:logpro-dat->csv std-exit-procedure ) (import scheme) (cond-expand (chicken-4 (import chicken |
Modified diff-report.scm from [2fd0ddce36] to [ab6e573136].
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - + | ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; (declare (unit diff-report)) |
Modified ezsteps.scm from [27c83d47a5] to [8e5e826481].
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; ;; strftime('%m/%d/%Y %H:%M:%S','now','localtime') (declare (unit ezsteps)) (declare (uses commonmod)) |
Modified genexample.scm from [6229d612cf] to [706bcbab51].
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit genexample)) (declare (uses mtargs)) (declare (uses debugprint)) |
Modified keys.scm from [ddf211e0d9] to [727b92d3a4].
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | - + | ;; ;;====================================================================== ;; Run keys, these are used to hierarchially organise tests and run areas ;;====================================================================== (declare (unit keys)) |
Modified launch.scm from [08710a0aca] to [24a75d7c76].
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | ;;====================================================================== ;; launch a task - this runs on the originating host, tests themselves ;; ;;====================================================================== (declare (unit launch)) (declare (uses subrun)) |
Modified megatest.scm from [72e4d22039] to [d93df9db65].
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + - + | ;; (include "common.scm") ;; (include "megatest-version.scm") ;; fake out readline usage of toplevel-command (define (toplevel-command . a) #f) |
Modified monitor.scm from [d504b4ec3b] to [5284c87b1f].
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | ;; strftime('%m/%d/%Y %H:%M:%S','now','localtime') (use sqlite3 srfi-1 posix regex regex-case srfi-69 dot-locking) (import (prefix sqlite3 sqlite3:)) (declare (unit runs)) |
Modified mt.scm from [a034bfff85] to [715a388a89].
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + | (use sqlite3 srfi-1 posix regex regex-case srfi-69 dot-locking (srfi 18) posix-extras directory-utils call-with-environment-variables) (import (prefix sqlite3 sqlite3:)) (declare (unit mt)) (declare (uses debugprint)) |
Modified mtut.scm from [73522346db] to [f402ce6bd2].
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; ; |
Modified odsmod.scm from [65e4e62b3c] to [c50014d604].
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - + | ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; (use csv-xml regex) (declare (unit odsmod)) |
Modified rmtmod.scm from [34cdc62311] to [1fb394eaa1].
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | + | (declare (uses tcp-transportmod)) (declare (uses apimod)) (declare (uses servermod)) (module rmtmod ( rmtmod:send-receive rmt:send-receive rmt:no-sync-get-lock rmt:no-sync-del! rmt:no-sync-set rmt:no-sync-get/default rmt:get-runs-by-patt rmt:get-testinfo-state-status |
Modified runconfig.scm from [4f3ecb1f38] to [5190dce4cd].
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | ;; read a config file, loading only the section pertinent ;; to this run field1val/field2val/field3val ... ;;====================================================================== (use format directory-utils) (declare (unit runconfig)) |
Modified runs.scm from [5b967ec7eb] to [9c12515ed9].
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | - + | (declare (uses dbfile)) (declare (uses dbmod)) (declare (uses megatestmod)) (declare (uses mtmod)) (declare (uses tasksmod)) (declare (uses servermod)) |
Modified server.scm from [6c3c9bb98f] to [d483f05a8e].
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - + | ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; (declare (unit server)) |
Modified subrun.scm from [479d716ad5] to [66d6a52eda].
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + | (declare (uses debugprint)) (declare (uses commonmod)) (declare (uses configfmod)) (declare (uses tasksmod)) (declare (uses mt)) |
Modified tcmt.scm from [fd7d43aafe] to [80d6c74c63].
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + | ;; 1. Run the megatest process and pass it all the needed parameters ;; 2. Every five seconds check for state/status changes and print the info ;; (declare (uses mtargs)) (declare (uses rmt)) (declare (uses rmtmod)) |
Modified tdb.scm from [536924ea4c] to [3c5dc20bcf].
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + | ;;====================================================================== ;; Database access ;;====================================================================== (declare (unit tdb)) (declare (uses debugprint)) |