Add comment noting that the "web" system needs a rewrite. wip-suspendable-ports
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 9 Dec 2016 17:16:39 +0000 (11:16 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 9 Dec 2016 17:16:39 +0000 (11:16 -0600)
* 8sync/systems/web.scm: Add comment/TODO item about using deprecated code.

8sync/systems/web.scm

index 76c38dfb0f3835945ffdbc91b281fbb97d73d124..3fd25ea32e2fd675461bd3bcaab69f240a2750c8 100644 (file)
@@ -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)