Fix load errors
parent
d4f6a9cb43
commit
aaeeaa1e6f
|
@ -277,8 +277,6 @@ IN: tools.deploy.shaker
|
||||||
compiled-generic-crossref
|
compiled-generic-crossref
|
||||||
compiler-impl
|
compiler-impl
|
||||||
compiler.errors:compiler-errors
|
compiler.errors:compiler-errors
|
||||||
! definition-observers
|
|
||||||
interactive-vocabs
|
|
||||||
lexer-factory
|
lexer-factory
|
||||||
print-use-hook
|
print-use-hook
|
||||||
root-cache
|
root-cache
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
USING: accessors arrays assocs combinators help help.crossref
|
USING: accessors arrays assocs combinators help help.crossref
|
||||||
help.markup help.topics io io.streams.string kernel make namespaces
|
help.markup help.topics io io.streams.string kernel make namespaces
|
||||||
parser prettyprint sequences summary help.vocabs
|
parser prettyprint sequences summary help.vocabs
|
||||||
vocabs vocabs.loader vocabs.hierarchy vocabs.metadata words see ;
|
vocabs vocabs.loader vocabs.hierarchy vocabs.metadata words see
|
||||||
|
listener ;
|
||||||
|
|
||||||
IN: fuel.help
|
IN: fuel.help
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue