builder: trim down USING:
parent
b3a4c89c12
commit
e1d43475b5
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
USING: kernel namespaces sequences splitting system combinators continuations
|
USING: kernel namespaces sequences splitting system combinators continuations
|
||||||
parser io io.files io.launcher io.sockets prettyprint threads
|
parser io io.files io.launcher io.sockets prettyprint threads
|
||||||
bootstrap.image benchmark accessors vars bake smtp builder.util ;
|
bootstrap.image benchmark vars bake smtp builder.util accessors ;
|
||||||
|
|
||||||
IN: builder
|
IN: builder
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ USING: kernel words namespaces classes parser continuations
|
||||||
io io.files io.launcher io.sockets
|
io io.files io.launcher io.sockets
|
||||||
math math.parser
|
math math.parser
|
||||||
combinators sequences splitting quotations arrays strings tools.time
|
combinators sequences splitting quotations arrays strings tools.time
|
||||||
parser-combinators accessors assocs.lib
|
parser-combinators new-slots accessors assocs.lib
|
||||||
combinators.cleave bake calendar new-slots ;
|
combinators.cleave bake calendar ;
|
||||||
|
|
||||||
IN: builder.util
|
IN: builder.util
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue