Handbook
Glossary
build-child ( -- status )
Vocabulary
mason
.
child
Inputs
None
Outputs
status
an
object
Definition
USING:
mason.notify
mason.report
;
IN:
mason.child
:
build-child
( -- status )
{
{
[
notify-make-vm
make-mason-child-vm
]
[
compile-failed
]
}
{
[
notify-boot
bootstrap-mason-child
]
[
boot-failed
]
}
{
[
notify-test
test-mason-child
]
[
test-failed
]
}
[
success
]
}
recover-cond
;