update USING:s
parent
5a66b3b329
commit
36dac58380
|
@ -7,7 +7,8 @@ locals macros math.parser namespaces parser vocabs.parser
|
||||||
prettyprint quotations sequences source-files splitting
|
prettyprint quotations sequences source-files splitting
|
||||||
stack-checker summary unicode.case vectors vocabs vocabs.loader
|
stack-checker summary unicode.case vectors vocabs vocabs.loader
|
||||||
vocabs.files vocabs.metadata words tools.errors
|
vocabs.files vocabs.metadata words tools.errors
|
||||||
source-files.errors io.streams.string make compiler.errors ;
|
source-files.errors source-files.errors.debugger io.streams.string
|
||||||
|
make compiler.errors ;
|
||||||
IN: tools.test
|
IN: tools.test
|
||||||
|
|
||||||
TUPLE: test-failure < source-file-error continuation ;
|
TUPLE: test-failure < source-file-error continuation ;
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
USING: accessors arrays sequences sorting assocs colors.constants fry
|
USING: accessors arrays sequences sorting assocs colors.constants fry
|
||||||
combinators combinators.smart combinators.short-circuit editors make
|
combinators combinators.smart combinators.short-circuit editors make
|
||||||
memoize compiler.units fonts kernel io.pathnames prettyprint
|
memoize compiler.units fonts kernel io.pathnames prettyprint
|
||||||
source-files.errors math.parser init math.order models models.arrow
|
source-files.errors source-files.errors.debugger math.parser init math.order
|
||||||
models.arrow.smart models.search models.mapping debugger
|
models models.arrow models.arrow.smart models.search models.mapping debugger
|
||||||
namespaces summary locals ui ui.commands ui.gadgets ui.gadgets.panes
|
namespaces summary locals ui ui.commands ui.gadgets ui.gadgets.panes
|
||||||
ui.gadgets.tables ui.gadgets.labeled ui.gadgets.tracks ui.gestures
|
ui.gadgets.tables ui.gadgets.labeled ui.gadgets.tracks ui.gestures
|
||||||
ui.operations ui.tools.browser ui.tools.common ui.gadgets.scrollers
|
ui.operations ui.tools.browser ui.tools.common ui.gadgets.scrollers
|
||||||
|
|
Loading…
Reference in New Issue