update USING:s

db4
Joe Groff 2011-11-15 18:37:30 -08:00
parent 5a66b3b329
commit 36dac58380
2 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,8 @@ locals macros math.parser namespaces parser vocabs.parser
prettyprint quotations sequences source-files splitting
stack-checker summary unicode.case vectors vocabs vocabs.loader
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
TUPLE: test-failure < source-file-error continuation ;

View File

@ -3,8 +3,8 @@
USING: accessors arrays sequences sorting assocs colors.constants fry
combinators combinators.smart combinators.short-circuit editors make
memoize compiler.units fonts kernel io.pathnames prettyprint
source-files.errors math.parser init math.order models models.arrow
models.arrow.smart models.search models.mapping debugger
source-files.errors source-files.errors.debugger math.parser init math.order
models models.arrow models.arrow.smart models.search models.mapping debugger
namespaces summary locals ui ui.commands ui.gadgets ui.gadgets.panes
ui.gadgets.tables ui.gadgets.labeled ui.gadgets.tracks ui.gestures
ui.operations ui.tools.browser ui.tools.common ui.gadgets.scrollers