@@ -21,18 +21,33 @@ ;;====================================================================== ;; implementation of context menu that pops up on ;; right click on test cell in Runs & Runs Summary Tabs ;;====================================================================== -(use format fmt) +(import format fmt) (require-library iup) (import (prefix iup iup:)) -(use canvas-draw) +(import canvas-draw) + +(import + srfi-1 + ;; posix + regex regex-case srfi-69 + +chicken.pathname +chicken.port +chicken.pretty-print +chicken.process +chicken.string +chicken.time +chicken.condition +chicken.process-context + + ) -(use srfi-1 posix regex regex-case srfi-69) -(use (prefix sqlite3 sqlite3:)) +(import (prefix sqlite3 sqlite3:)) (declare (unit dashboard-context-menu)) (declare (uses common)) (declare (uses db)) (declare (uses gutils))