Fix load errors
parent
d4f6a9cb43
commit
aaeeaa1e6f
|
@ -277,8 +277,6 @@ IN: tools.deploy.shaker
|
|||
compiled-generic-crossref
|
||||
compiler-impl
|
||||
compiler.errors:compiler-errors
|
||||
! definition-observers
|
||||
interactive-vocabs
|
||||
lexer-factory
|
||||
print-use-hook
|
||||
root-cache
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
USING: accessors arrays assocs combinators help help.crossref
|
||||
help.markup help.topics io io.streams.string kernel make namespaces
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue