X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=eightsync%2Fagenda.scm;h=386752695c41968c96a81df2d13e86983dae2220;hp=2d5bc8d19679286669305a43caa43b2b587cfa83;hb=21857a053fd1ba6af66d95a2874193aeef20c4a2;hpb=bb0d4fc5de7ca8282542d8ec5b3b4ce6389b7cce diff --git a/eightsync/agenda.scm b/eightsync/agenda.scm index 2d5bc8d..3867526 100644 --- a/eightsync/agenda.scm +++ b/eightsync/agenda.scm @@ -64,7 +64,6 @@ run-it wrap wrap-apply run run-at run-delay %port-request %run %run-at %run-delay - 8port-request 8run 8run-at 8run-delay print-error-and-continue @@ -436,6 +435,8 @@ Will produce (0 . 0) instead of a negative number, if needed." ;;; ================================= ;; The future's in futures +;; @@: ... kinda conflicts with ice-9 futures. Should we rename +;; to "futurists"? :) (define (make-future call-first on-success on-fail on-error) ;; TODO: add error stuff here @@ -518,12 +519,6 @@ return the wrong thing via (%8sync) and trip themselves up." (lambda () body ...))))) -;; Aliases -(define-syntax-rule (8run args ...) (%run args ...)) -(define-syntax-rule (8run-at args ...) (%run-at args ...)) -(define-syntax-rule (8run-delay args ...) (%run-delay args ...)) -(define-syntax-rule (8port-request args ...) (%port-request args ...)) - ;;; Execution of agenda, and current agenda