]> gitweb.factorcode.org Git - factor.git/commitdiff
formatting: cleanup using
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 13 Feb 2024 01:53:33 +0000 (17:53 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 13 Feb 2024 01:53:33 +0000 (17:53 -0800)
basis/formatting/formatting-tests.factor
basis/formatting/formatting.factor

index 510a070ae436e34db8417c578e043635e77380cd..9487650bceafb44901a1dd9637278a76b68652ec 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 John Benediktsson
 ! See https://factorcode.org/license.txt for BSD license
-USING: calendar formatting kernel literals math math.functions
-sequences strings system tools.test ;
+USING: calendar formatting formatting.private kernel literals
+math math.functions sequences strings system tools.test ;
 IN: formatting.tests
 
 {
index c66f1893c4eeb166e362a311ee39bd034cac108d..53d5c526d05310456586a510d1e52d7939db5bb8 100644 (file)
@@ -1,10 +1,11 @@
 ! Copyright (C) 2008 John Benediktsson
 ! See https://factorcode.org/license.txt for BSD license
-USING: accessors arrays assocs calendar calendar.english
-calendar.private combinators combinators.smart generalizations
-io io.streams.string kernel math math.functions math.parser
-multiline namespaces peg.ebnf present prettyprint quotations
-sequences sequences.generalizations splitting strings unicode ;
+USING: accessors arrays assocs byte-arrays calendar
+calendar.english calendar.private combinators combinators.smart
+generalizations io io.streams.string kernel math math.functions
+math.parser multiline namespaces peg.ebnf present prettyprint
+quotations sequences sequences.generalizations splitting strings
+unicode ;
 IN: formatting
 
 ERROR: unknown-format-directive value ;