]> gitweb.factorcode.org Git - factor.git/commitdiff
Changes to get things working with the combinators and files vocab
authorChris Double <chris.double@double.co.nz>
Thu, 2 Sep 2004 01:18:42 +0000 (01:18 +0000)
committerChris Double <chris.double@double.co.nz>
Thu, 2 Sep 2004 01:18:42 +0000 (01:18 +0000)
changes.

contrib/cont-responder/cont-utils.factor
contrib/cont-responder/live-updater.factor
contrib/cont-responder/todo.factor

index e54308ba135b055d82e508ed0eef2fb2247012a6..dbf1eefe98e3b1a5adf37f434c7b9cbdcba0758d 100644 (file)
@@ -31,6 +31,7 @@ USE: stdio
 USE: stack
 USE: namespaces
 USE: html
+USE: combinators
 
 : simple-page ( title quot -- )
   #! Call the quotation, with all output going to the
index 8e4f2a0922a3444a014db285af029a641e16c1de..f8ab74f14d75f55fd7bf121dcbb6c45ebcf13ef0 100644 (file)
@@ -32,6 +32,7 @@ USE: cont-responder
 USE: stdio
 USE: namespaces
 USE: lists
+USE: combinators
 
 : get-live-updater-js* ( stream -- string )
   #! Read all lines from the stream, creating a string of the result.
index 2f8714606436322f78e1ea1081c714745965e939..9ed62048eb9e91029447e752d36e0a24d1f30907 100644 (file)
@@ -37,6 +37,8 @@ USE: kernel
 USE: prettyprint
 USE: unparser
 USE: url-encoding
+USE: combinators
+USE: files
 
 
 : <todo> ( user password -- <todo> )