From: Christopher Allan Webber Date: Fri, 9 Dec 2016 17:16:39 +0000 (-0600) Subject: Add comment noting that the "web" system needs a rewrite. X-Git-Tag: v0.3.0~29 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=3a5ac69d528e040b1896b249a06f22b8527ca3ea;ds=sidebyside Add comment noting that the "web" system needs a rewrite. * 8sync/systems/web.scm: Add comment/TODO item about using deprecated code. --- diff --git a/8sync/systems/web.scm b/8sync/systems/web.scm index 76c38df..3fd25ea 100644 --- a/8sync/systems/web.scm +++ b/8sync/systems/web.scm @@ -22,6 +22,9 @@ ;; This is a very preliminary web module. +;;; TODO: This is using deprecated code and needs a rewrite after the +;;; suspendable-ports merge. + (define-module (8sync systems web) #:use-module (web server) #:use-module (web request)