factor: qualified: to QUALIFIED:

locals-and-roots
Doug Coleman 2016-06-22 09:25:15 -07:00
parent 426013bf80
commit 378c5315b5
20 changed files with 24 additions and 24 deletions

View File

@ -4,7 +4,7 @@ USING: accessors arrays assocs compiler.cfg.dataflow-analysis
compiler.cfg.instructions compiler.cfg.linearization compiler.cfg.registers
compiler.cfg.stacks.local fry kernel math math.order namespaces
sequences ;
qualified: sets
QUALIFIED: sets
IN: compiler.cfg.stacks.padding
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

View File

@ -3,7 +3,7 @@ compiler.cfg.instructions compiler.cfg.stack-frame compiler.cfg.utilities
compiler.codegen.gc-maps compiler.codegen.relocation cpu.architecture
cpu.x86 byte-arrays make namespaces kernel layouts math sequences
specialized-arrays system tools.test ;
qualified: vm
QUALIFIED: vm
specialized-array: uint
IN: compiler.codegen.gc-maps.tests

View File

@ -1,7 +1,7 @@
USING: accessors classes.struct continuations kernel kernel.private literals
math memory sequences system threads.private tools.dispatch.private
tools.test ;
qualified: vm
QUALIFIED: vm
IN: compiler.tests.callstack-overflow
! This test file is for all callstack overflow-related problems.

View File

@ -7,7 +7,7 @@ make alien.c-types alien.data combinators.short-circuit math.order
math.libm math.parser math.functions alien.syntax memory
stack-checker ;
FROM: math => float ;
qualified: namespaces.private
QUALIFIED: namespaces.private
IN: compiler.tests.codegen
! Originally, this file did black box testing of templating

View File

@ -1,5 +1,5 @@
USING: alien alien.syntax eval math tools.test ;
qualified: alien.c-types
QUALIFIED: alien.c-types
IN: compiler.tests.redefine24
TYPEDEF: alien.c-types:int type-1 ;

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors assocs compiler.tree compiler.tree.combinators
fry kernel namespaces sequences stack-checker.branches ;
qualified: sets
QUALIFIED: sets
IN: compiler.tree.def-use
SYMBOL: def-use

View File

@ -6,7 +6,7 @@ io.backend io.backend.unix.multiplexers io.buffers io.files
io.ports io.timeouts kernel kernel.private libc locals make math
namespaces sequences summary system threads unix unix.ffi
unix.stat unix.types ;
qualified: io
QUALIFIED: io
IN: io.backend.unix
CONSTANT: file-mode 0o0666 ;

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: alien.c-types alien.data system kernel unix math sequences
io.backend.unix io.ports libc specialized-arrays accessors unix.ffi ;
qualified: io.pipes
QUALIFIED: io.pipes
SPECIALIZED-ARRAY: int
IN: io.pipes.unix

View File

@ -246,7 +246,7 @@ SYNTAX: \ M:
define ;
! Definition protocol. We qualify core generics here
qualified: syntax
QUALIFIED: syntax
syntax:M: generic definer drop \ GENERIC: f ;

View File

@ -7,7 +7,7 @@ hash-sets hashtables io.pathnames io.styles kernel make math
math.order math.parser namespaces prettyprint.config
prettyprint.custom prettyprint.sections prettyprint.stylesheet
quotations sbufs sequences strings vectors words ;
qualified: sets
QUALIFIED: sets
IN: prettyprint.backend
M: effect pprint* effect>string text ;

View File

@ -1,6 +1,6 @@
USING: accessors classes.struct kernel kernel.private math math.order
tools.test ;
qualified: vm
QUALIFIED: vm
IN: vm.tests
: get-ctx ( -- ctx )

View File

@ -1,6 +1,6 @@
USING: arrays definitions fuel.xref fuel.xref.private io.pathnames kernel math
sequences sets tools.test ;
qualified: tools.crossref
QUALIFIED: tools.crossref
IN: fuel.xref.tests
{ t } [

View File

@ -10,7 +10,7 @@ io.files.info io.directories io.pathnames io.encodings.binary
fry xml.entities destructors urls html xml.syntax
html.templates.fhtml http http.server http.server.responses
http.server.redirection xml.writer ;
qualified: sets
QUALIFIED: sets
TUPLE: file-responder root hook special index-names allow-listings ;

View File

@ -5,7 +5,7 @@ compression.inflate fry grouping images images.loader io io.binary
io.encodings.8-bit.latin1 io.encodings.ascii io.encodings.binary
io.encodings.string io.streams.byte-array io.streams.throwing kernel
locals math math.bitwise math.functions sequences sorting splitting ;
qualified: bitstreams
QUALIFIED: bitstreams
IN: images.png
SINGLETON: png-image

View File

@ -3,7 +3,7 @@ formatting fry grouping io io.crlf io.encodings.ascii io.encodings.binary
io.encodings.string io.encodings.utf7 io.encodings.utf8 io.sockets
io.sockets.secure io.streams.duplex io.streams.string kernel math math.parser
sequences splitting strings ;
qualified: pcre
QUALIFIED: pcre
IN: imap
ERROR: imap4-error ind data ;

View File

@ -3,7 +3,7 @@
USING: logging.analysis logging.server logging smtp kernel
io.files io.streams.string namespaces make timers assocs
io.encodings.utf8 accessors calendar sequences locals ;
qualified: io.sockets
QUALIFIED: io.sockets
IN: logging.insomniac
SYMBOL: insomniac-sender

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: combinators.short-circuit kernel locals namespaces sbufs
sequences splitting unicode.categories unicode.data ;
qualified: ascii
QUALIFIED: ascii
IN: unicode.case
SYMBOL: locale ! Just casing locale, or overall?

View File

@ -12,7 +12,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 source-files ;
qualified: classes.private
QUALIFIED: classes.private
IN: tools.deploy.shaker
! This file is some hairy shit.

View File

@ -1,7 +1,7 @@
USING: accessors alien.c-types classes.struct io kernel math
math.bitwise tools.image-analyzer.gc-info tools.image-analyzer.vm ;
IN: tools.image-analyzer.code-heap-reader
qualified: layouts
QUALIFIED: layouts
: free? ( code-block -- ? )
header>> 1 mask? ;

View File

@ -7,11 +7,11 @@ random sequences sequences.generalizations
tools.image-analyzer.gc-info tools.image-analyzer.utils tools.test vm
vocabs words ;
IN: tools.image-analyzer.gc-info.tests
qualified: cpu.x86.features.private
qualified: crypto.aes.utils
qualified: effects
qualified: gtk-samples.opengl
qualified: opencl
QUALIFIED: cpu.x86.features.private
QUALIFIED: crypto.aes.utils
QUALIFIED: effects
QUALIFIED: gtk-samples.opengl
QUALIFIED: opencl
: normal? ( word -- ? )
{ [ generic? ] [ primitive? ] [ inline? ] [ no-compile? ] } 1|| not ;