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
sequences io.encodings.string debugger destructors vocabs.loader
classes.struct math kernel ;
QUALIFIED: math
QUALIFIED: sequences
IN: alien.c-types
HELP: heap-size

View File

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

View File

@ -4,7 +4,6 @@ arrays byte-arrays combinators combinators.short-circuit
cpu.architecture fry generalizations io io.streams.memory kernel
libc locals macros math math.functions parser sequences
stack-checker.dependencies summary words ;
QUALIFIED: math
IN: alien.data
: <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
specialized-arrays stack-checker.dependencies summary vectors
vocabs.loader vocabs.parser words ;
QUALIFIED: math
IN: classes.struct
SPECIALIZED-ARRAY: uchar

View File

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

View File

@ -13,7 +13,6 @@ QUALIFIED: alien.data.private
QUALIFIED: arrays
QUALIFIED: byte-arrays
QUALIFIED: classes.tuple.private
QUALIFIED: kernel
QUALIFIED: kernel.private
QUALIFIED: math.bitwise.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
compression.zlib.ffi continuations destructors fry kernel libc
math math.functions math.ranges sequences system ;
QUALIFIED: compression.zlib.ffi
IN: compression.zlib
ERROR: zlib-failed n string ;

View File

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

View File

@ -9,7 +9,6 @@ continuations destructors calendar ascii
combinators.short-circuit literals locals classes.struct
specialized-arrays alien.data libc windows.shell32 ;
SPECIALIZED-ARRAY: ushort
QUALIFIED: sequences
IN: io.files.info.windows
:: 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
command-line io.pathnames memoize namespaces.private
hashtables locals ;
QUALIFIED: bootstrap.stage2
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
! 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
math.order math.parser math.ranges memoize namespaces sequences
sets simple-flat-file sorting splitting strings.parser ;
QUALIFIED: interval-sets
IN: unicode.data
<PRIVATE

View File

@ -5,7 +5,6 @@ assocs byte-arrays classes.struct combinators
combinators.short-circuit continuations fry io.encodings.utf8
kernel math math.parser namespaces sequences splitting strings
unix unix.ffi unix.users unix.utilities ;
QUALIFIED: unix.ffi
QUALIFIED: grouping
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
sequences splitting system vectors vocabs vocabs.loader words ;
QUALIFIED: bootstrap.image.private
QUALIFIED: hashtables
QUALIFIED: hash-sets
IN: bootstrap.stage1
"Bootstrap stage 1..." print flush

View File

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

View File

@ -9,7 +9,6 @@ compiler.cfg.gvn.graph
compiler.cfg.predecessors
compiler.cfg.renaming.functor
compiler.cfg.rpo ;
QUALIFIED: assocs
IN: compiler.cfg.gvn.avail
: 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.streams.throwing kernel locals math math.bitwise
math.functions math.order math.ranges sequences sorting ;
QUALIFIED-WITH: bitstreams bs
QUALIFIED: math
IN: images.png
SINGLETON: png-image
@ -169,10 +167,10 @@ ERROR: bad-filter n ;
count 2 * count!
] when
bs:<msb0-bit-reader> :> br
bitstreams:<msb0-bit-reader> :> br
height [
count [ depth br bs:read ] B{ } replicate-as
8 br bs:align
count [ depth br bitstreams:read ] B{ } replicate-as
8 br bitstreams:align
] replicate concat ;
:: 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
threads tools.test ;
QUALIFIED: memcached
IN: memcached.tests
! Use a version of with-memcached that sets a timeout

View File

@ -4,8 +4,6 @@
USING: continuations kernel redis math math.parser sequences
sorting tools.test ;
QUALIFIED: redis
IN: redis.tests
: 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
webapps.site-watcher.common webapps.site-watcher.watching
webapps.site-watcher.spidering webapps.utils ;
QUALIFIED: assocs
IN: webapps.site-watcher
: <main-action> ( -- action )