]> gitweb.factorcode.org Git - factor.git/commitdiff
db: Fix using list for walker.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 27 Aug 2020 15:28:12 +0000 (10:28 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 27 Aug 2020 15:28:12 +0000 (10:28 -0500)
basis/db/db-docs.factor
basis/db/db.factor

index dae81e5904cc1963a4535e3f6f7bc8c5d4cda903..f0d631f9602f6f5ee2059f91da689df04ba9b056 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: classes kernel help.markup help.syntax sequences
-alien assocs strings math quotations db.private ;
+USING: alien assocs classes db.private help.markup help.syntax
+kernel math quotations sequences strings ;
 IN: db
 
 HELP: db-connection
index e6b0549612aaced57aae0983e3fa91b61ac71f4b..9c57ae65b3ede39c88e51a017fc6b466e5ccea27 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays assocs classes continuations destructors kernel math
-namespaces sequences classes.tuple words strings
-tools.walker accessors combinators fry db.errors ;
+USING: accessors assocs continuations destructors fry kernel
+namespaces sequences strings ;
 IN: db
 
 TUPLE: db-connection