Index: api.scm ================================================================== --- api.scm +++ api.scm @@ -31,11 +31,12 @@ (declare (uses debugprint)) (import dbmod) (import dbfile) (import rmtmod - debugprint) + ;; debugprint + ) (define *db-write-mutexes* (make-hash-table)) ;; These are called by the server on recipt of /api calls ;; - keep it simple, only return the actual result of the call, i.e. no meta info here Index: archive.scm ================================================================== --- archive.scm +++ archive.scm @@ -26,11 +26,11 @@ (declare (uses debugprint)) (include "common_records.scm") (include "db_records.scm") -(import debugprint) +;; (import debugprint) ;;====================================================================== ;; ;;====================================================================== Index: clientmod.scm ================================================================== --- clientmod.scm +++ clientmod.scm @@ -40,11 +40,11 @@ srfi-18 typed-records artifacts servermod - debugprint + ;; debugprint ) (defstruct con ;; client connection (hdir #f) ;; this is the directory sdir/serverhost.serverpid (sdir #f) Index: common.scm ================================================================== --- common.scm +++ common.scm @@ -30,11 +30,12 @@ (declare (unit common)) (declare (uses commonmod)) (declare (uses debugprint)) (import commonmod - debugprint) + ;; debugprint + ) (include "common_records.scm") ;; (require-library margs) Index: configf.scm ================================================================== --- configf.scm +++ configf.scm @@ -29,11 +29,11 @@ (declare (uses keys)) (declare (uses debugprint)) (include "common_records.scm") -(import debugprint) +;; (import debugprint) ;; return list (path fullpath configname) (define (find-config configname #!key (toppath #f)) (if toppath (let ((cfname (conc toppath "/" configname))) Index: configfmod.scm ================================================================== --- configfmod.scm +++ configfmod.scm @@ -44,11 +44,11 @@ ;; chicken.sort ;; chicken.string ;; chicken.time ;; chicken.eval ;; - debugprint +;; debugprint (prefix mtargs args:) ;; pkts ;; keysmod ;; ;; (prefix base64 base64:) Index: dashboard-context-menu.scm ================================================================== --- dashboard-context-menu.scm +++ dashboard-context-menu.scm @@ -46,11 +46,11 @@ (include "common_records.scm") (include "db_records.scm") (include "run_records.scm") -(import debugprint) +;; (import debugprint) (define (dboard:launch-testpanel run-id test-id) (let* ((dboardexe (common:find-local-megatest "dashboard")) (cmd (conc dboardexe " -test " run-id "," test-id Index: dashboard.scm ================================================================== --- dashboard.scm +++ dashboard.scm @@ -55,11 +55,11 @@ (include "megatest-version.scm") (include "megatest-fossil-hash.scm") (include "vg_records.scm") -(import debugprint) +;; (import debugprint) (dbfile:db-init-proc db:initialize-main-db) (define help (conc "Megatest Dashboard, documentation at http://www.kiatoa.com/fossils/megatest version " megatest-version Index: db.scm ================================================================== --- db.scm +++ db.scm @@ -64,11 +64,12 @@ (define *number-of-writes* 0) (define *number-non-write-queries* 0) (import dbmod dbfile - debugprint) + ;; debugprint + ) ;; record for keeping state,status and count for doing roll-ups in ;; iterated tests ;; (defstruct dbr:counts Index: dbfile.scm ================================================================== --- dbfile.scm +++ dbfile.scm @@ -37,11 +37,11 @@ stack files ports commonmod - debugprint + ;; debugprint ) ;;====================================================================== ;; R E C O R D S ;;====================================================================== Index: dcommon.scm ================================================================== --- dcommon.scm +++ dcommon.scm @@ -31,11 +31,11 @@ (declare (uses db)) (declare (uses commonmod)) (declare (uses debugprint)) (import commonmod - debugprint + ;; debugprint ) ;; (declare (uses synchash)) (include "megatest-version.scm") (include "common_records.scm") Index: diff-report.scm ================================================================== --- diff-report.scm +++ diff-report.scm @@ -23,11 +23,11 @@ (include "common_records.scm") (use matchable) (use fmt) (use ducttape-lib) -(import debugprint) +;; (import debugprint) (define css "") (define (diff:tests-mindat->hash tests-mindat) (let* ((res (make-hash-table))) Index: env.scm ================================================================== --- env.scm +++ env.scm @@ -21,11 +21,11 @@ (declare (unit env)) (declare (uses debugprint)) (use sql-de-lite) ;; srfi-1 posix regex regex-case srfi-69 srfi-18 call-with-environment-variables) -(import debugprint) +;; (import debugprint) (define (env:open-db fname) (let* ((db-exists (common:file-exists? fname)) (db (open-database fname))) (if (not db-exists) Index: ezsteps.scm ================================================================== --- ezsteps.scm +++ ezsteps.scm @@ -34,11 +34,11 @@ (include "common_records.scm") (include "key_records.scm") (include "db_records.scm") (include "run_records.scm") -(import debugprint) +;; (import debugprint) ;;(rmt:get-test-info-by-id run-id test-id) -> testdat ;; TODO: deprecate me in favor of ezsteps.scm ;; (define (launch:runstep ezstep run-id test-id exit-info m tal testconfig all-steps-dat) Index: genexample.scm ================================================================== --- genexample.scm +++ genexample.scm @@ -20,11 +20,11 @@ (declare (unit genexample)) (declare (uses debugprint)) (use posix regex matchable) -(import debugprint) +;; (import debugprint) (include "db_records.scm") (define genexample:example-logpro #<