tools.deploy.shaker: another global to strip
parent
0a5f1689e1
commit
64d3c01523
|
@ -1,17 +1,15 @@
|
||||||
! Copyright (C) 2007, 2010 Slava Pestov.
|
! Copyright (C) 2007, 2010 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays alien.libraries accessors io.backend
|
USING: accessors alien.libraries arrays assocs byte-arrays classes
|
||||||
io.encodings.utf8 io.files io.streams.c init fry namespaces math
|
classes.builtin combinators combinators.private command-line
|
||||||
make assocs kernel parser parser.notes lexer strings.parser
|
compiler.crossref compiler.errors compiler.units continuations
|
||||||
vocabs sequences sequences.deep sequences.private words memory
|
definitions fry generic generic.single generic.standard grouping
|
||||||
kernel.private continuations io vocabs.loader system strings
|
hashtables init io io.backend io.encodings.utf8 io.files io.pathnames
|
||||||
sets vectors quotations byte-arrays sorting compiler.units
|
io.streams.c kernel kernel.private locals make math memoize memory
|
||||||
definitions generic generic.standard generic.single
|
namespaces parser parser.notes quotations sequences sequences.deep
|
||||||
compiler.crossref compiler.errors source-files.errors
|
sequences.private sets slots.private source-files source-files.errors
|
||||||
tools.deploy.config combinators combinators.private classes
|
strings strings.parser system tools.deploy.config vocabs vocabs.loader
|
||||||
vocabs.loader.private classes.builtin slots.private grouping
|
vocabs.loader.private vocabs.parser words ;
|
||||||
command-line io.pathnames memoize namespaces.private
|
|
||||||
hashtables locals source-files ;
|
|
||||||
QUALIFIED: classes.private
|
QUALIFIED: classes.private
|
||||||
IN: tools.deploy.shaker
|
IN: tools.deploy.shaker
|
||||||
|
|
||||||
|
@ -365,6 +363,7 @@ IN: tools.deploy.shaker
|
||||||
vocabs:require-hook
|
vocabs:require-hook
|
||||||
vocabs:vocab-observers
|
vocabs:vocab-observers
|
||||||
vocabs.loader:add-vocab-root-hook
|
vocabs.loader:add-vocab-root-hook
|
||||||
|
vocabs.parser:manifest
|
||||||
word
|
word
|
||||||
parser-quiet?
|
parser-quiet?
|
||||||
} %
|
} %
|
||||||
|
|
Loading…
Reference in New Issue