Handbook
Glossary
default-config ( vocab -- assoc )
Factor handbook
»
Developer tools
»
Application deployment
»
Preparing to deploy an application
»
Deployment configuration
Next:
deploy-config ( vocab -- assoc )
Vocabulary
tools
.
deploy
.
config
Inputs
vocab
a vocabulary specifier
Outputs
assoc
an
assoc
Word description
Outputs the default deployment configuration for a vocabulary.
Definition
USING:
assocs
hashtables
vocabs
;
IN:
tools.deploy.config
:
default-config
( vocab -- assoc )
vocab-name
deploy-name
associate
H{
{
deploy-console?
t
}
{
deploy-io
3
}
{
deploy-reflection
1
}
{
deploy-ui?
f
}
{
deploy-word-defs?
f
}
{
deploy-threads?
t
}
{
"stop-after-last-window?"
t
}
{
deploy-math?
t
}
{
deploy-word-props?
f
}
{
deploy-c-types?
f
}
{
deploy-help?
f
}
{
deploy-unicode?
f
}
}
assoc-union
;