More load fixes

db4
Slava Pestov 2008-07-29 03:17:21 -05:00
parent 04df07ae7e
commit a9cf3facbb
5 changed files with 18 additions and 18 deletions

View File

@ -1,10 +1,10 @@
! Copyright (C) 2005, 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays io kernel namespaces parser prettyprint
sequences words assocs definitions generic quotations effects
slots continuations classes.tuple debugger combinators vocabs
help.stylesheet help.topics help.crossref help.markup sorting
classes vocabs.loader ;
USING: accessors arrays io io.styles kernel namespaces parser
prettyprint sequences words assocs definitions generic
quotations effects slots continuations classes.tuple debugger
combinators vocabs help.stylesheet help.topics help.crossref
help.markup sorting classes vocabs.loader ;
IN: help
GENERIC: word-help* ( word -- content )

View File

@ -1,5 +1,5 @@
USING: help.markup help.syntax help.topics help.crossref help io
hashtables ;
io.styles hashtables ;
HELP: articles
{ $var-description "Hashtable mapping article names to " { $link article } " instances." } ;

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors namespaces arrays prettyprint sequences kernel
vectors quotations words parser assocs combinators continuations
debugger io io.files vocabs vocabs.loader source-files
debugger io io.styles io.files vocabs vocabs.loader source-files
compiler.units summary inference effects tools.vocabs ;
IN: tools.test

View File

@ -1,9 +1,9 @@
! Copyright (C) 2007, 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: io.files kernel io.encodings.utf8 vocabs.loader vocabs
sequences namespaces math.parser arrays hashtables assocs
memoize summary sorting splitting combinators source-files
io debugger continuations compiler.errors init
USING: kernel io io.styles io.files io.encodings.utf8
vocabs.loader vocabs sequences namespaces math.parser arrays
hashtables assocs memoize summary sorting splitting combinators
source-files debugger continuations compiler.errors init
checksums checksums.crc32 sets ;
IN: tools.vocabs

View File

@ -1,10 +1,10 @@
USING: editors help.markup help.syntax summary inspector io listener
parser prettyprint tools.profiler tools.walker ui.commands
ui.gadgets.editors ui.gadgets.panes ui.gadgets.presentations
ui.gadgets.slots ui.operations ui.tools.browser
ui.tools.interactor ui.tools.inspector ui.tools.listener
ui.tools.operations ui.tools.profiler ui.tools.walker
ui.tools.workspace vocabs ;
USING: editors help.markup help.syntax summary inspector io
io.styles listener parser prettyprint tools.profiler
tools.walker ui.commands ui.gadgets.editors ui.gadgets.panes
ui.gadgets.presentations ui.gadgets.slots ui.operations
ui.tools.browser ui.tools.interactor ui.tools.inspector
ui.tools.listener ui.tools.operations ui.tools.profiler
ui.tools.walker ui.tools.workspace vocabs ;
IN: ui.tools
ARTICLE: "ui-presentations" "Presentations in the UI"