From 31498d576517970136d097d47c67e542facd02ab Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 19 Nov 2019 10:39:52 -0800 Subject: Fixes to Com.Simatime.Core - make it actually compile - add fmt - export stuff I'm using elsewhere - comment stuff that doesn't work yet --- Com/Simatime/bild.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Com/Simatime/bild.scm') diff --git a/Com/Simatime/bild.scm b/Com/Simatime/bild.scm index 6ac09ce..c7ab666 100755 --- a/Com/Simatime/bild.scm +++ b/Com/Simatime/bild.scm @@ -121,6 +121,7 @@ #:use-module ((ice-9 popen) #:prefix popen/) #:use-module ((ice-9 format) #:select (format)) #:use-module ((ice-9 rdelim) #:prefix rdelim/) + #:use-module ((Com Simatime core) #:select (fmt)) #:use-module ((Com Simatime shell) #:prefix sh/) #:use-module ((Com Simatime string) #:prefix string/) #:export (ns? @@ -128,11 +129,6 @@ path->ns main)) -(define-syntax fmt - (syntax-rules () - ((fmt s args ...) - (format #f s args ...)))) - (define (main args) (let* ((root (sh/exec "git rev-parse --show-toplevel")) (target (cadr args)) -- cgit v1.2.3