factor: qualified: to QUALIFIED:
parent
426013bf80
commit
378c5315b5
|
@ -4,7 +4,7 @@ USING: accessors arrays assocs compiler.cfg.dataflow-analysis
|
||||||
compiler.cfg.instructions compiler.cfg.linearization compiler.cfg.registers
|
compiler.cfg.instructions compiler.cfg.linearization compiler.cfg.registers
|
||||||
compiler.cfg.stacks.local fry kernel math math.order namespaces
|
compiler.cfg.stacks.local fry kernel math math.order namespaces
|
||||||
sequences ;
|
sequences ;
|
||||||
qualified: sets
|
QUALIFIED: sets
|
||||||
IN: compiler.cfg.stacks.padding
|
IN: compiler.cfg.stacks.padding
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
|
@ -3,7 +3,7 @@ compiler.cfg.instructions compiler.cfg.stack-frame compiler.cfg.utilities
|
||||||
compiler.codegen.gc-maps compiler.codegen.relocation cpu.architecture
|
compiler.codegen.gc-maps compiler.codegen.relocation cpu.architecture
|
||||||
cpu.x86 byte-arrays make namespaces kernel layouts math sequences
|
cpu.x86 byte-arrays make namespaces kernel layouts math sequences
|
||||||
specialized-arrays system tools.test ;
|
specialized-arrays system tools.test ;
|
||||||
qualified: vm
|
QUALIFIED: vm
|
||||||
specialized-array: uint
|
specialized-array: uint
|
||||||
IN: compiler.codegen.gc-maps.tests
|
IN: compiler.codegen.gc-maps.tests
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
USING: accessors classes.struct continuations kernel kernel.private literals
|
USING: accessors classes.struct continuations kernel kernel.private literals
|
||||||
math memory sequences system threads.private tools.dispatch.private
|
math memory sequences system threads.private tools.dispatch.private
|
||||||
tools.test ;
|
tools.test ;
|
||||||
qualified: vm
|
QUALIFIED: vm
|
||||||
IN: compiler.tests.callstack-overflow
|
IN: compiler.tests.callstack-overflow
|
||||||
|
|
||||||
! This test file is for all callstack overflow-related problems.
|
! This test file is for all callstack overflow-related problems.
|
||||||
|
|
|
@ -7,7 +7,7 @@ make alien.c-types alien.data combinators.short-circuit math.order
|
||||||
math.libm math.parser math.functions alien.syntax memory
|
math.libm math.parser math.functions alien.syntax memory
|
||||||
stack-checker ;
|
stack-checker ;
|
||||||
FROM: math => float ;
|
FROM: math => float ;
|
||||||
qualified: namespaces.private
|
QUALIFIED: namespaces.private
|
||||||
IN: compiler.tests.codegen
|
IN: compiler.tests.codegen
|
||||||
|
|
||||||
! Originally, this file did black box testing of templating
|
! Originally, this file did black box testing of templating
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: alien alien.syntax eval math tools.test ;
|
USING: alien alien.syntax eval math tools.test ;
|
||||||
qualified: alien.c-types
|
QUALIFIED: alien.c-types
|
||||||
IN: compiler.tests.redefine24
|
IN: compiler.tests.redefine24
|
||||||
|
|
||||||
TYPEDEF: alien.c-types:int type-1 ;
|
TYPEDEF: alien.c-types:int type-1 ;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs compiler.tree compiler.tree.combinators
|
USING: accessors assocs compiler.tree compiler.tree.combinators
|
||||||
fry kernel namespaces sequences stack-checker.branches ;
|
fry kernel namespaces sequences stack-checker.branches ;
|
||||||
qualified: sets
|
QUALIFIED: sets
|
||||||
IN: compiler.tree.def-use
|
IN: compiler.tree.def-use
|
||||||
|
|
||||||
SYMBOL: def-use
|
SYMBOL: def-use
|
||||||
|
|
|
@ -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
|
io.ports io.timeouts kernel kernel.private libc locals make math
|
||||||
namespaces sequences summary system threads unix unix.ffi
|
namespaces sequences summary system threads unix unix.ffi
|
||||||
unix.stat unix.types ;
|
unix.stat unix.types ;
|
||||||
qualified: io
|
QUALIFIED: io
|
||||||
IN: io.backend.unix
|
IN: io.backend.unix
|
||||||
|
|
||||||
CONSTANT: file-mode 0o0666 ;
|
CONSTANT: file-mode 0o0666 ;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.c-types alien.data system kernel unix math sequences
|
USING: alien.c-types alien.data system kernel unix math sequences
|
||||||
io.backend.unix io.ports libc specialized-arrays accessors unix.ffi ;
|
io.backend.unix io.ports libc specialized-arrays accessors unix.ffi ;
|
||||||
qualified: io.pipes
|
QUALIFIED: io.pipes
|
||||||
SPECIALIZED-ARRAY: int
|
SPECIALIZED-ARRAY: int
|
||||||
IN: io.pipes.unix
|
IN: io.pipes.unix
|
||||||
|
|
||||||
|
|
|
@ -246,7 +246,7 @@ SYNTAX: \ M:
|
||||||
define ;
|
define ;
|
||||||
|
|
||||||
! Definition protocol. We qualify core generics here
|
! Definition protocol. We qualify core generics here
|
||||||
qualified: syntax
|
QUALIFIED: syntax
|
||||||
|
|
||||||
syntax:M: generic definer drop \ GENERIC: f ;
|
syntax:M: generic definer drop \ GENERIC: f ;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ hash-sets hashtables io.pathnames io.styles kernel make math
|
||||||
math.order math.parser namespaces prettyprint.config
|
math.order math.parser namespaces prettyprint.config
|
||||||
prettyprint.custom prettyprint.sections prettyprint.stylesheet
|
prettyprint.custom prettyprint.sections prettyprint.stylesheet
|
||||||
quotations sbufs sequences strings vectors words ;
|
quotations sbufs sequences strings vectors words ;
|
||||||
qualified: sets
|
QUALIFIED: sets
|
||||||
IN: prettyprint.backend
|
IN: prettyprint.backend
|
||||||
|
|
||||||
M: effect pprint* effect>string text ;
|
M: effect pprint* effect>string text ;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
USING: accessors classes.struct kernel kernel.private math math.order
|
USING: accessors classes.struct kernel kernel.private math math.order
|
||||||
tools.test ;
|
tools.test ;
|
||||||
qualified: vm
|
QUALIFIED: vm
|
||||||
IN: vm.tests
|
IN: vm.tests
|
||||||
|
|
||||||
: get-ctx ( -- ctx )
|
: get-ctx ( -- ctx )
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
USING: arrays definitions fuel.xref fuel.xref.private io.pathnames kernel math
|
USING: arrays definitions fuel.xref fuel.xref.private io.pathnames kernel math
|
||||||
sequences sets tools.test ;
|
sequences sets tools.test ;
|
||||||
qualified: tools.crossref
|
QUALIFIED: tools.crossref
|
||||||
IN: fuel.xref.tests
|
IN: fuel.xref.tests
|
||||||
|
|
||||||
{ t } [
|
{ t } [
|
||||||
|
|
|
@ -10,7 +10,7 @@ io.files.info io.directories io.pathnames io.encodings.binary
|
||||||
fry xml.entities destructors urls html xml.syntax
|
fry xml.entities destructors urls html xml.syntax
|
||||||
html.templates.fhtml http http.server http.server.responses
|
html.templates.fhtml http http.server http.server.responses
|
||||||
http.server.redirection xml.writer ;
|
http.server.redirection xml.writer ;
|
||||||
qualified: sets
|
QUALIFIED: sets
|
||||||
|
|
||||||
TUPLE: file-responder root hook special index-names allow-listings ;
|
TUPLE: file-responder root hook special index-names allow-listings ;
|
||||||
|
|
||||||
|
|
|
@ -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.8-bit.latin1 io.encodings.ascii io.encodings.binary
|
||||||
io.encodings.string io.streams.byte-array io.streams.throwing kernel
|
io.encodings.string io.streams.byte-array io.streams.throwing kernel
|
||||||
locals math math.bitwise math.functions sequences sorting splitting ;
|
locals math math.bitwise math.functions sequences sorting splitting ;
|
||||||
qualified: bitstreams
|
QUALIFIED: bitstreams
|
||||||
IN: images.png
|
IN: images.png
|
||||||
|
|
||||||
SINGLETON: png-image
|
SINGLETON: png-image
|
||||||
|
|
|
@ -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.encodings.string io.encodings.utf7 io.encodings.utf8 io.sockets
|
||||||
io.sockets.secure io.streams.duplex io.streams.string kernel math math.parser
|
io.sockets.secure io.streams.duplex io.streams.string kernel math math.parser
|
||||||
sequences splitting strings ;
|
sequences splitting strings ;
|
||||||
qualified: pcre
|
QUALIFIED: pcre
|
||||||
IN: imap
|
IN: imap
|
||||||
|
|
||||||
ERROR: imap4-error ind data ;
|
ERROR: imap4-error ind data ;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
USING: logging.analysis logging.server logging smtp kernel
|
USING: logging.analysis logging.server logging smtp kernel
|
||||||
io.files io.streams.string namespaces make timers assocs
|
io.files io.streams.string namespaces make timers assocs
|
||||||
io.encodings.utf8 accessors calendar sequences locals ;
|
io.encodings.utf8 accessors calendar sequences locals ;
|
||||||
qualified: io.sockets
|
QUALIFIED: io.sockets
|
||||||
IN: logging.insomniac
|
IN: logging.insomniac
|
||||||
|
|
||||||
SYMBOL: insomniac-sender
|
SYMBOL: insomniac-sender
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: combinators.short-circuit kernel locals namespaces sbufs
|
USING: combinators.short-circuit kernel locals namespaces sbufs
|
||||||
sequences splitting unicode.categories unicode.data ;
|
sequences splitting unicode.categories unicode.data ;
|
||||||
qualified: ascii
|
QUALIFIED: ascii
|
||||||
IN: unicode.case
|
IN: unicode.case
|
||||||
|
|
||||||
SYMBOL: locale ! Just casing locale, or overall?
|
SYMBOL: locale ! Just casing locale, or overall?
|
||||||
|
|
|
@ -12,7 +12,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 source-files ;
|
hashtables locals source-files ;
|
||||||
qualified: classes.private
|
QUALIFIED: classes.private
|
||||||
IN: tools.deploy.shaker
|
IN: tools.deploy.shaker
|
||||||
|
|
||||||
! This file is some hairy shit.
|
! This file is some hairy shit.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
USING: accessors alien.c-types classes.struct io kernel math
|
USING: accessors alien.c-types classes.struct io kernel math
|
||||||
math.bitwise tools.image-analyzer.gc-info tools.image-analyzer.vm ;
|
math.bitwise tools.image-analyzer.gc-info tools.image-analyzer.vm ;
|
||||||
IN: tools.image-analyzer.code-heap-reader
|
IN: tools.image-analyzer.code-heap-reader
|
||||||
qualified: layouts
|
QUALIFIED: layouts
|
||||||
|
|
||||||
: free? ( code-block -- ? )
|
: free? ( code-block -- ? )
|
||||||
header>> 1 mask? ;
|
header>> 1 mask? ;
|
||||||
|
|
|
@ -7,11 +7,11 @@ random sequences sequences.generalizations
|
||||||
tools.image-analyzer.gc-info tools.image-analyzer.utils tools.test vm
|
tools.image-analyzer.gc-info tools.image-analyzer.utils tools.test vm
|
||||||
vocabs words ;
|
vocabs words ;
|
||||||
IN: tools.image-analyzer.gc-info.tests
|
IN: tools.image-analyzer.gc-info.tests
|
||||||
qualified: cpu.x86.features.private
|
QUALIFIED: cpu.x86.features.private
|
||||||
qualified: crypto.aes.utils
|
QUALIFIED: crypto.aes.utils
|
||||||
qualified: effects
|
QUALIFIED: effects
|
||||||
qualified: gtk-samples.opengl
|
QUALIFIED: gtk-samples.opengl
|
||||||
qualified: opencl
|
QUALIFIED: opencl
|
||||||
|
|
||||||
: normal? ( word -- ? )
|
: normal? ( word -- ? )
|
||||||
{ [ generic? ] [ primitive? ] [ inline? ] [ no-compile? ] } 1|| not ;
|
{ [ generic? ] [ primitive? ] [ inline? ] [ no-compile? ] } 1|| not ;
|
||||||
|
|
Loading…
Reference in New Issue