bootstrap-new-factor ( path branch/checksum -- path branch/checksum )


Vocabulary
zealot.factor

Inputs
pathan object
branch/checksuman object


Outputs
pathan object
branch/checksuman object


Definition


: bootstrap-new-factor
( path branch/checksum -- path branch/checksum )
{
[
"ZEALOT DOWNLOADING BOOT IMAGE" print
flush download-my-boot-image
]
[
"ZEALOT DOWNLOADING CHECKSUMS" print
flush download-boot-checksums
]
[ "ZEALOT COMPILING" print flush drop compile-factor ]
[
"ZEALOT BOOTSTRAPPING" print flush drop
bootstrap-factor
]
[ ]
} 2cleave ;