]> gitweb.factorcode.org Git - factor.git/commitdiff
core: trim using lists with tool
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 20 Jan 2022 00:38:43 +0000 (18:38 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 20 Jan 2022 02:14:15 +0000 (20:14 -0600)
57 files changed:
core/checksums/checksums-docs.factor
core/checksums/crc32/crc32-docs.factor
core/classes/classes-docs.factor
core/classes/intersection/intersection-docs.factor
core/classes/mixin/mixin-docs.factor
core/classes/predicate/predicate-docs.factor
core/classes/singleton/singleton-docs.factor
core/definitions/definitions-docs.factor
core/definitions/definitions.factor
core/fry/fry.factor
core/generalizations/generalizations-docs.factor
core/generic/generic-docs.factor
core/generic/generic.factor
core/generic/hook/hook-docs.factor
core/generic/math/math-docs.factor
core/generic/parser/parser-docs.factor
core/generic/parser/parser.factor
core/generic/single/single-docs.factor
core/growable/growable-docs.factor
core/hashtables/hashtables-docs.factor
core/hashtables/identity/identity.factor
core/hashtables/wrapped/wrapped.factor
core/init/init.factor
core/io/backend/backend-docs.factor
core/io/encodings/encodings.factor
core/io/encodings/utf16/utf16-docs.factor
core/io/encodings/utf16/utf16.factor
core/io/io-docs.factor
core/io/streams/byte-array/byte-array.factor
core/io/streams/c/c-docs.factor
core/io/streams/plain/plain-docs.factor
core/kernel/kernel.factor
core/layouts/layouts-docs.factor
core/lexer/lexer-docs.factor
core/lexer/lexer.factor
core/locals/locals-docs.factor
core/locals/parser/parser-docs.factor
core/macros/macros-docs.factor
core/math/parser/parser-docs.factor
core/math/ratios/ratios-docs.factor
core/memory/memory-docs.factor
core/namespaces/namespaces.factor
core/parser/parser-docs.factor
core/sbufs/sbufs-docs.factor
core/sequences/sequences-docs.factor
core/sets/sets-docs.factor
core/sets/sets.factor
core/slots/slots-docs.factor
core/sorting/sorting-docs.factor
core/source-files/errors/errors-docs.factor
core/source-files/source-files-docs.factor
core/strings/parser/parser-docs.factor
core/strings/parser/parser.factor
core/strings/strings-docs.factor
core/vocabs/loader/loader-docs.factor
core/words/alias/alias.factor
core/words/constant/constant.factor

index cef909bb1e17888154aedaf605572661b1426be1..e3ebf2a4a9171de0be810928fa35fe15254d8e78 100644 (file)
@@ -1,4 +1,4 @@
-USING: byte-arrays help.markup help.syntax sequences strings ;
+USING: byte-arrays help.markup help.syntax ;
 IN: checksums
 
 HELP: checksum
index 512e433eb5581906cc28da752de3c177c179d6a5..6263e7adcc7e45913b5a1564ba7a85cce887bd27 100644 (file)
@@ -1,4 +1,4 @@
-USING: help.markup help.syntax math ;
+USING: help.markup help.syntax ;
 IN: checksums.crc32
 
 HELP: crc32
index a7e802d70cb44c3c0f286f24ecb4bfb11b10e159..7581a900c5d1c1c694cec75060428dc904d67ebd 100644 (file)
@@ -1,5 +1,4 @@
-USING: classes.private help.markup help.syntax kernel quotations
-sequences words ;
+USING: classes.private help.markup help.syntax kernel sequences words ;
 IN: classes
 
 ARTICLE: "class-predicates" "Class predicate words"
index 3c8b3f72931095db9fe3651189291a70b1e43797..010082daaa7ceb7735c1237f188c4862297bc504 100644 (file)
@@ -1,6 +1,4 @@
-USING: generic help.markup help.syntax kernel kernel.private
-namespaces sequences words arrays help effects math
-layouts classes.private classes compiler.units ;
+USING: classes compiler.units help.markup help.syntax ;
 IN: classes.intersection
 
 ARTICLE: "intersections" "Intersection classes"
index 9dad65a203a50c8225987cc706c653b8823cc89b..ad76c8b4018623d1b17e5cb1e763f6ac0c5aa1a9 100644 (file)
@@ -1,4 +1,4 @@
-USING: help.markup help.syntax help words compiler.units
+USING: help.markup help.syntax words compiler.units
 classes sequences ;
 IN: classes.mixin
 
index 153bcbae67c31b042b0604b92f4066021ba665e0..a93ce9fceb7eb704075ca6bffd15b34884efbe5a 100644 (file)
@@ -1,6 +1,4 @@
-USING: generic help.markup help.syntax kernel kernel.private
-namespaces sequences words arrays layouts help effects math
-classes.private classes compiler.units ;
+USING: classes compiler.units help.markup help.syntax ;
 IN: classes.predicate
 
 ARTICLE: "predicates" "Predicate classes"
index 698aa1a68255bd5c995bca4de625bc27d5a40123..21a6897a70c9b7385bf4bc92582c2e17f53fc651 100644 (file)
@@ -1,4 +1,4 @@
-USING: help.markup help.syntax kernel words ;
+USING: help.markup help.syntax ;
 IN: classes.singleton
 
 ARTICLE: "singletons" "Singleton classes"
index 43177fb6175593702966aaca97465075124291c7..ca7b556d505025c6ecedd9d4fb2aed2168fc38eb 100644 (file)
@@ -1,5 +1,5 @@
-USING: generic hash-sets help.markup help.syntax words math source-files
-parser quotations compiler.units ;
+USING: compiler.units generic hash-sets help.markup help.syntax
+parser ;
 IN: definitions
 
 ARTICLE: "definition-protocol" "Definition protocol"
index 350268630ca8ac57a960a5a452050772837440f8..f1713a87d48775419c02768f8b32cb515342edf2 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2006, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs kernel namespaces sequences sets ;
+USING: accessors kernel namespaces sequences sets ;
 IN: definitions
 
 MIXIN: definition-mixin
index 5c39197d5a22571a0f4fe508b4678c11401f52fe..d083094aa12f56a09e20a192ccddfa4bead5a511 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2009 Slava Pestov, Eduardo Cavazos, Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays classes combinators generic kernel
-locals.backend math quotations sequences sequences.private sets
-splitting vectors words ;
+USING: accessors combinators kernel locals.backend math
+quotations sequences sets splitting vectors words ;
 IN: fry
 
 ERROR: not-in-a-fry ;
index f750f5f494a00d8ac9d76559e34e645dbbe0582d..1b1c7f5cc53cf3a71c3583a3b225401aa36a2085 100644 (file)
@@ -1,5 +1,5 @@
-USING: help.syntax help.markup kernel sequences quotations
-math arrays combinators ;
+USING: combinators help.markup help.syntax kernel math
+quotations ;
 IN: generalizations
 
 HELP: nsum
index be247856bc9083f40d59bf5cecb772e45c1e5f3f..c8a545431f34ddaeac3d718b39d5d2e674824441 100644 (file)
@@ -1,7 +1,6 @@
-USING: help.markup help.syntax words classes classes.algebra
-definitions kernel alien sequences math quotations
-generic.single generic.standard generic.hook generic.math
-combinators prettyprint effects ;
+USING: classes classes.algebra combinators effects generic.hook
+generic.math generic.single generic.standard help.markup
+help.syntax math words ;
 IN: generic
 
 ARTICLE: "method-order" "Method precedence"
index 7571eb66b9f459cb5b08b2195f958fa84abcb5da..fdfd864216cb4f8b1a553581db3a54bdd52fa61e 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs classes classes.algebra
 classes.algebra.private classes.maybe classes.private
-combinators definitions kernel make math namespaces sequences
+combinators definitions kernel make namespaces sequences
 sets words ;
 IN: generic
 
index 88f57a8cc89595b6cefcc0942e6900fb9b8566d8..f34d17997de3e019987bae867d651fc6a94f66cc 100644 (file)
@@ -1,5 +1,4 @@
-USING: generic generic.single generic.standard help.markup help.syntax sequences math
-math.parser effects ;
+USING: generic.standard help.markup help.syntax ;
 IN: generic.hook
 
 HELP: hook-combination
index 29ad191343046618897bc424b9c5e891ae47c76d..25430d093f9ea5c8a039c0d3db3f5b8e4102999a 100644 (file)
@@ -1,5 +1,5 @@
 USING: kernel generic help.markup help.syntax math classes
-sequences quotations generic.math.private ;
+quotations generic.math.private ;
 IN: generic.math
 
 HELP: math-class-max
index ef56739f45de46b3f9c59e0bbb97661dbf95afd1..6434ea3de19d1a8879b6d87b84d934b85ff616d7 100644 (file)
@@ -1,4 +1,4 @@
-USING: effects generic.single help.markup help.syntax math words ;
+USING: effects help.markup help.syntax words ;
 IN: generic.parser
 
 HELP: generic-effect
index aeaff1a8116fac68a304c16e832f3a055c590479..41cd9a9f54ded1d70a37e37d6b784114752b2347 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays combinators effects.parser generic
+USING: accessors combinators effects.parser generic
 kernel namespaces parser quotations sequences words ;
 IN: generic.parser
 
index 382337dcbfb55102db996b6760d39080525eba58..f1c8ec23af51b5ae80841ff04094562f13c91c55 100644 (file)
@@ -1,5 +1,4 @@
-USING: effects generic help.markup help.syntax kernel math
-math.parser sequences ;
+USING: help.markup help.syntax kernel math math.parser ;
 IN: generic.single
 
 HELP: no-method
index 4433688b777be061f8a4809105518a81c9389d4d..b6d1272669464865f55be1fe1493f30fde29daa8 100644 (file)
@@ -1,5 +1,4 @@
-USING: help.markup help.syntax kernel sequences
-sequences.private ;
+USING: help.markup help.syntax sequences sequences.private ;
 IN: growable
 
 ARTICLE: "growable" "Resizable sequence implementation"
index 25df26b7faf9210d01512cd433473c5c2b3d4002..7fb99af93a06dc98cacc183bb80b7846b93693c9 100644 (file)
@@ -1,5 +1,4 @@
-USING: assocs hashtables.private help.markup help.syntax kernel
-sequences ;
+USING: assocs help.markup help.syntax kernel hashtables.private ;
 IN: hashtables
 
 ARTICLE: "hashtables.private" "Hashtable implementation details"
index 53d1b14461f31f5d6460888dcec38aff724d55ba..5d7354b5776087b8617523b3611d7872ebce29d6 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs hashtables hashtables.wrapped kernel
-parser vocabs.loader ;
+vocabs.loader ;
 IN: hashtables.identity
 
 <PRIVATE
index a4cfde302812070461504a42907c0eb1ad0994fe..e2e00e05168f8e755c73d848f52acce04f4221b4 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2011 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
-
-USING: accessors arrays assocs hashtables kernel sequences
+USING: accessors assocs hashtables kernel sequences
 vocabs.loader ;
 IN: hashtables.wrapped
 
index f18a9b88ad1b6bfbf562ddda22ca8a32f3d34fb3..e55480792e23ae1e6e21e5fd1455860e6adc96d2 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2004, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: assocs continuations continuations.private kernel
-kernel.private namespaces ;
+USING: assocs continuations.private kernel kernel.private
+namespaces ;
 IN: init
 
 SYMBOL: startup-hooks
index 8cbd41e02f77f3492bc707d9339a27446e9f64dc..11ce4e0935e66704b10568e1adf35f37f134a4c5 100644 (file)
@@ -1,5 +1,5 @@
-USING: help.markup help.syntax io io.backend strings
-byte-arrays ;
+USING: help.markup help.syntax io io.backend ;
+IN: io.backend
 
 HELP: io-multiplex
 { $values { "nanos" "a non-negative integer" } }
index fd945bdf20599fb961c588fcdd5c00878fe1e908..7c97c67b247723ab64acbaaa4ba0dc680bec1685 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors byte-arrays combinators destructors io
 io.streams.plain kernel kernel.private math namespaces sbufs
-sequences sequences.private splitting strings strings.private ;
+sequences sequences.private strings strings.private ;
 IN: io.encodings
 
 ! The encoding descriptor protocol
index 4e8e778edfcf83c7cd4aa584fdd73468b14ce2cb..6b046f3e69b506a82e2740be701851477308d05e 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
-USING: help.markup help.syntax io.encodings strings ;
+USING: help.markup help.syntax ;
 IN: io.encodings.utf16
 
 ARTICLE: "io.encodings.utf16" "UTF-16 encoding"
index d8896529094fb686cb6939dd7fabf46e164a55b4..2777649aa9d84f328273cd11645a3541907d5c8f 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2006, 2009 Daniel Ehrenberg.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors byte-arrays combinators io io.encodings kernel
-math math.private namespaces sbufs sequences sequences.private
-splitting strings strings.private vectors ;
+USING: accessors byte-arrays io io.encodings kernel math
+math.private sequences sequences.private strings strings.private ;
 IN: io.encodings.utf16
 
 SINGLETON: utf16be
index 91fba6bfafa2036479bd83817fff4c89f4f2f6c3..3a15419455fa11e31bd831af8d5dffc0497bad05 100644 (file)
@@ -1,6 +1,5 @@
-USING: help.markup help.syntax quotations hashtables kernel
-classes strings continuations destructors math byte-arrays
-alien specialized-arrays sequences ;
+USING: alien byte-arrays destructors help.markup help.syntax
+kernel math quotations sequences specialized-arrays strings ;
 IN: io
 
 ARTICLE: "stream-types" "Binary and text streams"
index fd2b79b81995840698c7c54cfd98bf26eab52f87..008fbd06d0281f0acde9c5279581acdd525d3665 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008, 2009 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors byte-arrays byte-vectors destructors io
-io.encodings io.streams.sequence kernel math namespaces
-sequences sequences.private ;
+io.encodings io.streams.sequence kernel sequences
+sequences.private ;
 IN: io.streams.byte-array
 
 INSTANCE: byte-vector output-stream
index 1cb286dc877c2c36c2367764d89049cbadbd6bb1..a7512a03263ab51793b85a2af340794b765542eb 100644 (file)
@@ -1,5 +1,4 @@
-USING: help.markup help.syntax io io.files threads
-strings byte-arrays io.streams.plain alien math ;
+USING: alien help.markup help.syntax io.files math ;
 IN: io.streams.c
 
 ARTICLE: "io.streams.c" "ANSI C streams"
index 4ebdc20216514806a1a027bab83cc8d4bd43ebe0..fd2a96029bca294ce2ec0a6f898451ec9eef283e 100644 (file)
@@ -1,4 +1,4 @@
-USING: help.markup help.syntax io ;
+USING: help.markup help.syntax ;
 IN: io.streams.plain
 
 ABOUT: "io.streams.plain"
index 01096c35447a765353bc436fa4a27ec5443f003b..e102818c4b183fcf605666062d1fd8bc3811e6e9 100644 (file)
@@ -1,7 +1,9 @@
 ! Copyright (C) 2004, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 IN: math DEFER: <= DEFER: - ! for bootstrap
-USING: kernel.private slots.private math.private ;
+USE: slots.private
+USE: kernel.private
+USE: math.private
 IN: kernel
 
 BUILTIN: callstack ;
index fcf1192d1837435d2cf07fccd5d4402405e1bea4..9e8a30bae73daf828c5fb72409f7b5fd86200747 100644 (file)
@@ -1,6 +1,5 @@
-USING: generic help.markup help.syntax kernel math
-memory namespaces sequences kernel.private classes
-classes.builtin sequences.private ;
+USING: help.markup help.syntax math kernel.private classes
+classes.builtin ;
 IN: layouts
 
 HELP: tag-bits
index 919ffef37effd97512a8b148e3e23a6d5999a7e3..41515d676d5065659a391e28a227c6cf27bcf4e9 100644 (file)
@@ -1,5 +1,4 @@
-USING: help.markup help.syntax kernel math sequences strings
-words quotations ;
+USING: help.markup help.syntax kernel strings words quotations ;
 IN: lexer
 
 HELP: lexer
index f576d9d3b825c402a6c2861cff2aa9ecc35724fa..438ab1ac186b640c2e7d26c24c1014a8d407d53a 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008, 2010 Slava Pestov, Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays classes combinators continuations io
-kernel kernel.private math math.parser namespaces sequences
-sequences.private source-files.errors strings vectors ;
+kernel math math.parser namespaces sequences source-files.errors
+strings vectors ;
 IN: lexer
 
 TUPLE: lexer
index 9503cd437d53b8ae0ed82faf0279ee27bdde9c54..17d806896587c4d767a0a78e6fd9e4a0b8e8ff8d 100644 (file)
@@ -1,5 +1,5 @@
-USING: help.syntax help.markup kernel macros prettyprint
-memoize combinators arrays generalizations see ;
+USING: help.syntax help.markup kernel
+combinators arrays generalizations ;
 IN: locals
 
 HELP: [|
index 33669b460a4c6ae18f8f83b1c558ff1154a6e31f..0fdfaa2bdd103a6cd9a17f7f46d66cd0f1f8d05c 100644 (file)
@@ -1,4 +1,4 @@
-USING: help.markup help.syntax locals locals.types quotations strings
+USING: help.markup help.syntax locals.types quotations strings
 vocabs.parser ;
 IN: locals.parser
 
index 8bc58fb2eff3245f4aca5791c9fd5c3f73bd0995..9d3c8c112684201db2a3041a48771cecac515a29 100644 (file)
@@ -1,5 +1,5 @@
-USING: help.markup help.syntax quotations kernel
-stack-checker.transforms sequences combinators ;
+USING: help.markup help.syntax kernel
+stack-checker.transforms combinators ;
 IN: macros
 
 HELP: MACRO:
index 211a2f7f94726e1565dbee7c84b7f79cb56a2c51..74895e0baa9e075328b254758efadf33a2b0035a 100644 (file)
@@ -1,5 +1,5 @@
 USING: byte-arrays help.markup help.syntax math
-math.parser.private prettyprint namespaces make sequences
+math.parser.private prettyprint make sequences
 strings ;
 
 IN: math.parser
index 57b37f1bb7ab71bd25a72da8c175e2828b6238ee..f3d95827863276dfe2a64642b698e851ca98edaa 100644 (file)
@@ -1,5 +1,4 @@
-USING: help.markup help.syntax math math.private
-math.ratios.private math.functions ;
+USING: help.markup help.syntax math math.ratios.private ;
 IN: math.ratios
 
 ARTICLE: "rationals" "Rational numbers"
index 39e0e79fe3288e4dfd4938dd58734185e6025b19..b89a242e7c37bb2c1350876231e5a3393c5fdded 100644 (file)
@@ -1,5 +1,4 @@
-USING: help.markup help.syntax debugger sequences kernel
-quotations math ;
+USING: help.markup help.syntax kernel ;
 IN: memory
 
 HELP: instances
index f393b4bbb3e3377f45f07765eec1fe0dc4ddee82..b8486750b5766fe9aaf8032d24ff6aa74fe92b22 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2003, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs hashtables kernel kernel.private
-math sequences vectors ;
+USING: accessors assocs hashtables kernel kernel.private math
+sequences vectors ;
 IN: namespaces
 
 <PRIVATE
index c0274c833e962c4816e20a5984176e07dd9d7acf..050b152f79361f0ec3c13b9403dd4c352d772d2d 100644 (file)
@@ -1,6 +1,6 @@
 USING: arrays compiler.units definitions help.markup help.syntax
-kernel lexer math namespaces quotations sequences source-files strings
-vectors vocabs vocabs.parser words words.symbol ;
+kernel lexer math namespaces quotations sequences source-files
+strings vectors vocabs vocabs.parser words words.symbol ;
 IN: parser
 
 ARTICLE: "reading-ahead" "Reading ahead"
index 24765b1a70fb16b25a7c31eb3062b2ef19411e9b..f9d97a73501d1c5bcfe8d6b9afef45d9dc9bcc73 100644 (file)
@@ -1,5 +1,4 @@
-USING: strings arrays byte-arrays help.markup
-help.syntax kernel vectors ;
+USING: help.markup help.syntax ;
 IN: sbufs
 
 ARTICLE: "sbufs" "String buffers"
index 74e437ded3773be5a638fd2b2a7279bd74222fc8..2b725c50b49bc11954e588462b383a63a0a356bd 100644 (file)
@@ -1,4 +1,4 @@
-USING: assocs arrays generic.single help.markup help.syntax kernel
+USING: arrays generic.single help.markup help.syntax kernel
 layouts math math.order quotations sequences.private vectors ;
 IN: sequences
 
index 15cab025f8d1b4b63cbd61a11574af6f0187cf8a..3fecbd4b6065696ff7d23e045887cb0d262d9031 100644 (file)
@@ -1,5 +1,5 @@
-USING: assocs hashtables help.markup help.syntax kernel
-quotations sequences vectors ;
+USING: assocs help.markup help.syntax kernel
+sequences vectors ;
 IN: sets
 
 ARTICLE: "sets" "Sets"
index 87f1adaf3b8887a61211e9ea1a70d0b2abab068f..d6c0107e1aab24349ab5676d1e0d1ad4e491f027 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2010 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
-USING: assocs hashtables kernel math sequences vectors ;
+USING: assocs kernel math sequences ;
 IN: sets
 
 ! Set protocol
index 19bb68a5454a3e24725a3988f0c89033e7b191e9..047aa1cba8135ddb5e5799fe31fab88a693b3188 100644 (file)
@@ -1,5 +1,5 @@
-USING: help.markup help.syntax generic kernel.private parser
-kernel quotations namespaces sequences arrays effects
+USING: help.markup help.syntax
+kernel quotations sequences
 generic.standard classes.builtin slots.private classes strings math
 assocs byte-arrays alien classes.tuple ;
 IN: slots
index 26f0ae9358ec25b3676482b999fd55a39520b54a..0df1d919188198706f42f5b5b7db1db9cab4ad79 100644 (file)
@@ -1,4 +1,4 @@
-USING: help.markup help.syntax kernel words math
+USING: help.markup help.syntax kernel math
 sequences math.order ;
 IN: sorting
 
index 3c93706405f3a1fe50285f2e05a15c49f24f2226..e0412e70feae9d01c3a1e6e76e24fb62c582dfe4 100644 (file)
@@ -1,4 +1,4 @@
-USING: arrays help.markup help.syntax math kernel sequences ;
+USING: help.markup help.syntax sequences ;
 IN: source-files.errors
 
 HELP: error-type-holder
index cb5224a0a3c3d5577a81cb4892b2dc15135185ed..2f07e148f5df5e76ac48f0e2bed303aaa4b5a512 100644 (file)
@@ -1,5 +1,5 @@
-USING: help.markup help.syntax vocabs.loader io.pathnames strings
-definitions quotations compiler.units ;
+USING: help.markup help.syntax vocabs.loader io.pathnames
+quotations compiler.units ;
 IN: source-files
 
 ARTICLE: "source-files" "Source files"
index 3079f108e694e48607626bc474487c88a024d144..215fa63f90a383c604a447b2d722d4f539c37bc5 100644 (file)
@@ -1,4 +1,4 @@
-USING: help.markup help.syntax strings lexer ;
+USING: help.markup help.syntax strings ;
 IN: strings.parser
 
 HELP: bad-escape
index 6590fb1e26be19a9fb263b0a706e19bca56d76b6..98f43be80d8ea35593b08bce7a8471a999959694 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2008, 2009 Slava Pestov, Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs combinators continuations kernel
-kernel.private lexer math math.parser namespaces sbufs sequences
-splitting strings ;
+USING: accessors assocs combinators kernel kernel.private lexer
+math math.parser namespaces sbufs sequences splitting strings ;
 IN: strings.parser
 
 ERROR: bad-escape char ;
index 62f7b49be35db6cd099b6ca97a42f22354e3f147..992b6ea9e59ff61db4eeada3629a77dc8cee569b 100644 (file)
@@ -1,6 +1,5 @@
-USING: arrays byte-arrays help.markup help.syntax
-kernel kernel.private strings.private sequences vectors
-sbufs math help.vocabs ;
+USING: help.markup help.syntax strings.private sequences math
+help.vocabs ;
 IN: strings
 
 ARTICLE: "strings" "Strings"
index 5b62ab58bcc83bbfbab6bc526c810295cbfeb5f3..bff9ada6c3f0c357f11d1d935d313130c5af2ded 100644 (file)
@@ -1,5 +1,5 @@
 USING: vocabs vocabs.loader.private help.markup help.syntax
-words strings io hashtables ;
+words hashtables ;
 IN: vocabs.loader
 
 ARTICLE: "add-vocab-roots" "Working with code outside of the Factor source tree"
index 81923af5ec4439635381f91f5e32c77ddaa513b3..d1472505bd7d509222640f26d88ba06c53d038a0 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors definitions effects kernel quotations
-sequences words ;
+USING: definitions effects kernel quotations words ;
 IN: words.alias
 
 PREDICATE: alias < word "alias" word-prop ;
index 9572500e70a5f64f75574f99dd81f04704f3ed96..b5e482230221f52d2d53acb10ee3797c3a4d34d1 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: definitions kernel quotations words ;
+USING: definitions kernel words ;
 IN: words.constant
 
 PREDICATE: constant < word "constant" word-prop >boolean ;