cleanup some QUALIFIED: that are no longer needed.

locals-and-roots
John Benediktsson 2016-03-29 10:06:28 -07:00
parent b1be11f39c
commit 3f18b71d07
19 changed files with 5 additions and 40 deletions

View File

@ -2,8 +2,6 @@ USING: alien help.syntax help.markup libc kernel.private
byte-arrays strings hashtables alien.syntax alien.strings byte-arrays strings hashtables alien.syntax alien.strings
sequences io.encodings.string debugger destructors vocabs.loader sequences io.encodings.string debugger destructors vocabs.loader
classes.struct math kernel ; classes.struct math kernel ;
QUALIFIED: math
QUALIFIED: sequences
IN: alien.c-types IN: alien.c-types
HELP: heap-size HELP: heap-size

View File

@ -4,7 +4,6 @@ USING: accessors alien alien.accessors arrays byte-arrays
classes combinators compiler.units cpu.architecture delegate classes combinators compiler.units cpu.architecture delegate
fry kernel layouts locals macros math math.order quotations fry kernel layouts locals macros math math.order quotations
sequences system words words.symbol summary ; sequences system words words.symbol summary ;
QUALIFIED: math
IN: alien.c-types IN: alien.c-types
SYMBOLS: SYMBOLS:

View File

@ -4,7 +4,6 @@ arrays byte-arrays combinators combinators.short-circuit
cpu.architecture fry generalizations io io.streams.memory kernel cpu.architecture fry generalizations io io.streams.memory kernel
libc locals macros math math.functions parser sequences libc locals macros math math.functions parser sequences
stack-checker.dependencies summary words ; stack-checker.dependencies summary words ;
QUALIFIED: math
IN: alien.data IN: alien.data
: <ref> ( value c-type -- c-ptr ) : <ref> ( value c-type -- c-ptr )

View File

@ -10,7 +10,6 @@ generic.parser io kernel kernel.private lexer libc locals macros
math math.order parser quotations sequences slots slots.private math math.order parser quotations sequences slots slots.private
specialized-arrays stack-checker.dependencies summary vectors specialized-arrays stack-checker.dependencies summary vectors
vocabs.loader vocabs.parser words ; vocabs.loader vocabs.parser words ;
QUALIFIED: math
IN: classes.struct IN: classes.struct
SPECIALIZED-ARRAY: uchar SPECIALIZED-ARRAY: uchar

View File

@ -2,7 +2,6 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: cocoa.messages compiler.units core-foundation.bundles USING: cocoa.messages compiler.units core-foundation.bundles
hashtables init io kernel lexer namespaces sequences vocabs ; hashtables init io kernel lexer namespaces sequences vocabs ;
QUALIFIED: cocoa.messages
IN: cocoa IN: cocoa
SYMBOL: sent-messages SYMBOL: sent-messages

View File

@ -13,7 +13,6 @@ QUALIFIED: alien.data.private
QUALIFIED: arrays QUALIFIED: arrays
QUALIFIED: byte-arrays QUALIFIED: byte-arrays
QUALIFIED: classes.tuple.private QUALIFIED: classes.tuple.private
QUALIFIED: kernel
QUALIFIED: kernel.private QUALIFIED: kernel.private
QUALIFIED: math.bitwise.private QUALIFIED: math.bitwise.private
QUALIFIED: math.floats.private QUALIFIED: math.floats.private

View File

@ -4,7 +4,6 @@ USING: accessors alien alien.c-types alien.data alien.syntax
byte-arrays byte-vectors classes.struct combinators byte-arrays byte-vectors classes.struct combinators
compression.zlib.ffi continuations destructors fry kernel libc compression.zlib.ffi continuations destructors fry kernel libc
math math.functions math.ranges sequences system ; math math.functions math.ranges sequences system ;
QUALIFIED: compression.zlib.ffi
IN: compression.zlib IN: compression.zlib
ERROR: zlib-failed n string ; ERROR: zlib-failed n string ;

View File

@ -2,7 +2,6 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays fry kernel locals math math.order USING: accessors arrays fry kernel locals math math.order
math.ranges models sequences splitting ; math.ranges models sequences splitting ;
QUALIFIED: models
IN: documents IN: documents
: +col ( loc n -- newloc ) [ first2 ] dip + 2array ; : +col ( loc n -- newloc ) [ first2 ] dip + 2array ;

View File

@ -9,7 +9,6 @@ continuations destructors calendar ascii
combinators.short-circuit literals locals classes.struct combinators.short-circuit literals locals classes.struct
specialized-arrays alien.data libc windows.shell32 ; specialized-arrays alien.data libc windows.shell32 ;
SPECIALIZED-ARRAY: ushort SPECIALIZED-ARRAY: ushort
QUALIFIED: sequences
IN: io.files.info.windows IN: io.files.info.windows
:: round-up-to ( n multiple -- n' ) :: round-up-to ( n multiple -- n' )

View File

@ -11,18 +11,7 @@ tools.deploy.config combinators combinators.private classes
vocabs.loader.private classes.builtin slots.private grouping vocabs.loader.private classes.builtin slots.private grouping
command-line io.pathnames memoize namespaces.private command-line io.pathnames memoize namespaces.private
hashtables locals ; hashtables locals ;
QUALIFIED: bootstrap.stage2
QUALIFIED: classes.private QUALIFIED: classes.private
QUALIFIED: compiler.crossref
QUALIFIED: compiler.errors
QUALIFIED: continuations
QUALIFIED: definitions
QUALIFIED: init
QUALIFIED: layouts
QUALIFIED: source-files
QUALIFIED: source-files.errors
QUALIFIED: vocabs
QUALIFIED: vocabs.loader
IN: tools.deploy.shaker IN: tools.deploy.shaker
! This file is some hairy shit. ! This file is some hairy shit.

View File

@ -5,7 +5,6 @@ combinators.short-circuit grouping hashtables interval-sets
io.encodings.utf8 io.files kernel locals make math math.bitwise io.encodings.utf8 io.files kernel locals make math math.bitwise
math.order math.parser math.ranges memoize namespaces sequences math.order math.parser math.ranges memoize namespaces sequences
sets simple-flat-file sorting splitting strings.parser ; sets simple-flat-file sorting splitting strings.parser ;
QUALIFIED: interval-sets
IN: unicode.data IN: unicode.data
<PRIVATE <PRIVATE

View File

@ -5,7 +5,6 @@ assocs byte-arrays classes.struct combinators
combinators.short-circuit continuations fry io.encodings.utf8 combinators.short-circuit continuations fry io.encodings.utf8
kernel math math.parser namespaces sequences splitting strings kernel math math.parser namespaces sequences splitting strings
unix unix.ffi unix.users unix.utilities ; unix unix.ffi unix.users unix.utilities ;
QUALIFIED: unix.ffi
QUALIFIED: grouping QUALIFIED: grouping
IN: unix.groups IN: unix.groups

View File

@ -5,8 +5,6 @@ hash-sets hashtables init io io.files kernel kernel.private
make math memory namespaces parser parser.notes prettyprint make math memory namespaces parser parser.notes prettyprint
sequences splitting system vectors vocabs vocabs.loader words ; sequences splitting system vectors vocabs vocabs.loader words ;
QUALIFIED: bootstrap.image.private QUALIFIED: bootstrap.image.private
QUALIFIED: hashtables
QUALIFIED: hash-sets
IN: bootstrap.stage1 IN: bootstrap.stage1
"Bootstrap stage 1..." print flush "Bootstrap stage 1..." print flush

View File

@ -1,9 +1,7 @@
! Copyright (C) 2009 Slava Pestov. ! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors assocs combinators kernel locals math USING: accessors assocs combinators grouping kernel locals math
math.ranges memoize sequences strings hashtables math.parser math.ranges memoize sequences ;
math.parser grouping ;
QUALIFIED: assocs
IN: benchmark.hashtables IN: benchmark.hashtables
MEMO: strings ( -- str ) MEMO: strings ( -- str )

View File

@ -9,7 +9,6 @@ compiler.cfg.gvn.graph
compiler.cfg.predecessors compiler.cfg.predecessors
compiler.cfg.renaming.functor compiler.cfg.renaming.functor
compiler.cfg.rpo ; compiler.cfg.rpo ;
QUALIFIED: assocs
IN: compiler.cfg.gvn.avail IN: compiler.cfg.gvn.avail
: defined ( bb -- vregs ) : defined ( bb -- vregs )

View File

@ -6,8 +6,6 @@ images images.loader io io.binary io.encodings.ascii
io.encodings.binary io.encodings.string io.streams.byte-array io.encodings.binary io.encodings.string io.streams.byte-array
io.streams.throwing kernel locals math math.bitwise io.streams.throwing kernel locals math math.bitwise
math.functions math.order math.ranges sequences sorting ; math.functions math.order math.ranges sequences sorting ;
QUALIFIED-WITH: bitstreams bs
QUALIFIED: math
IN: images.png IN: images.png
SINGLETON: png-image SINGLETON: png-image
@ -169,10 +167,10 @@ ERROR: bad-filter n ;
count 2 * count! count 2 * count!
] when ] when
bs:<msb0-bit-reader> :> br bitstreams:<msb0-bit-reader> :> br
height [ height [
count [ depth br bs:read ] B{ } replicate-as count [ depth br bitstreams:read ] B{ } replicate-as
8 br bs:align 8 br bitstreams:align
] replicate concat ; ] replicate concat ;
:: reverse-interlace-none ( bytes loading-png -- array ) :: reverse-interlace-none ( bytes loading-png -- array )

View File

@ -6,8 +6,6 @@ io.timeouts kernel math math.functions memcached
memcached.private namespaces present sequences sorting system memcached.private namespaces present sequences sorting system
threads tools.test ; threads tools.test ;
QUALIFIED: memcached
IN: memcached.tests IN: memcached.tests
! Use a version of with-memcached that sets a timeout ! Use a version of with-memcached that sets a timeout

View File

@ -4,8 +4,6 @@
USING: continuations kernel redis math math.parser sequences USING: continuations kernel redis math math.parser sequences
sorting tools.test ; sorting tools.test ;
QUALIFIED: redis
IN: redis.tests IN: redis.tests
: with-redis ( quot -- ) : with-redis ( quot -- )

View File

@ -10,7 +10,6 @@ http.server.dispatchers kernel namespaces site-watcher site-watcher.db
site-watcher.private urls sequences validators site-watcher.private urls sequences validators
webapps.site-watcher.common webapps.site-watcher.watching webapps.site-watcher.common webapps.site-watcher.watching
webapps.site-watcher.spidering webapps.utils ; webapps.site-watcher.spidering webapps.utils ;
QUALIFIED: assocs
IN: webapps.site-watcher IN: webapps.site-watcher
: <main-action> ( -- action ) : <main-action> ( -- action )