mecfs_bio.build_system.rebuilder
A rebuilder performs the following key operations: A) Decide whether a given asset is up-to-date using the info-store. B) If the asset is up-to-date, return it together with the info-store. C) If the asset is not up-to-date, bring it up-to-date, update the info-store, and return the new values of both.
Modules:
-
base_rebuilder–Abstract base class for Rebuilders. See Andrey Mokhov, Neil Mitchell, and Simon Peyton Jones. Build systems à la carte.
-
fetch– -
metadata_to_path– -
sandboxed_execute– -
tracking_sandboxed_execute– -
verifying_trace_rebuilder–