]> gitweb.factorcode.org Git - factor.git/commitdiff
factor: trim some long using lists.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 23 Jun 2018 18:43:00 +0000 (11:43 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 23 Jun 2018 18:43:00 +0000 (11:43 -0700)
basis/furnace/chloe-tags/chloe-tags.factor
extra/webapps/pastebin/pastebin.factor

index 94f507c733a1b858e73467e720d58a7ac77f5dc2..ac8c4ce519e474468d5675bfb0d76db6d39f70f4 100644 (file)
@@ -1,26 +1,10 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays kernel combinators assocs
-namespaces sequences splitting words
-fry urls multiline present
-xml
-xml.data
-xml.entities
-xml.writer
-xml.traversal
-xml.syntax
-html.components
-html.forms
-html.templates
-html.templates.chloe
-html.templates.chloe.compiler
-html.templates.chloe.syntax
-http
-http.server
-http.server.redirection
-http.server.responses
-io.streams.string
-furnace.utilities ;
+USING: accessors assocs combinators fry furnace.utilities
+html.components html.forms html.templates
+html.templates.chloe.compiler html.templates.chloe.syntax kernel
+namespaces present sequences splitting urls xml.data xml.syntax
+xml.traversal xml.writer ;
 IN: furnace.chloe-tags
 
 ! Chloe tags
index 81e07b44e6f5ad513f0dbcd00e1c7a4458b25513..2f96010520e07c9b117847b3d497843ea6466fd9 100644 (file)
@@ -1,25 +1,10 @@
 ! Copyright (C) 2007, 2010 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: namespaces assocs sorting sequences kernel accessors
-hashtables db.types db.tuples db combinators
-calendar calendar.format math.parser math.order syndication urls
-xml.writer xmode.catalog validators
-html.forms
-html.components
-html.templates.chloe
-http.server
-http.server.dispatchers
-http.server.redirection
-http.server.responses
-furnace
-furnace.actions
-furnace.redirection
-furnace.auth
-furnace.auth.login
-furnace.boilerplate
-furnace.recaptcha
-furnace.syndication
-furnace.conversations ;
+USING: accessors calendar db db.tuples db.types furnace.actions
+furnace.auth furnace.boilerplate furnace.recaptcha
+furnace.redirection furnace.syndication html.forms
+http.server.dispatchers http.server.responses kernel math.parser
+sequences sorting urls validators xmode.catalog ;
 IN: webapps.pastebin
 
 TUPLE: pastebin < dispatcher ;