refresh-all ( -- )
Factor handbook » Developer tools » Runtime code reloading

Prev:refresh ( prefix -- )


Vocabulary
vocabs.refresh

Word description
Reloads source files and documentation for all loaded vocabularies which have been modified on disk.

Notes
After a fresh bootstrap if refresh-all reloads any vocabularies, then the boot image was outdated. You can generate a new boot image with make-my-image and bootstrap again.

See also
refresh

Definition