From 36dac583807dfa3e2a18c1528337b2fbc2781e84 Mon Sep 17 00:00:00 2001 From: Joe Groff <arcata@gmail.com> Date: Tue, 15 Nov 2011 18:37:30 -0800 Subject: [PATCH] update USING:s --- basis/tools/test/test.factor | 3 ++- basis/ui/tools/error-list/error-list.factor | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/basis/tools/test/test.factor b/basis/tools/test/test.factor index 47602e78f5..b85bf2a84a 100644 --- a/basis/tools/test/test.factor +++ b/basis/tools/test/test.factor @@ -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 ; diff --git a/basis/ui/tools/error-list/error-list.factor b/basis/ui/tools/error-list/error-list.factor index 5ae094b0bf..08a2f11c88 100644 --- a/basis/ui/tools/error-list/error-list.factor +++ b/basis/ui/tools/error-list/error-list.factor @@ -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