hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 4f1dad5b834207164e02f125eccfaf19849486c3
parent aedd3dc7e23b33b3fe7c5bd41acc36ec1887285f
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed, 24 Mar 2021 12:55:19 -0400

cmd/hare: add TODO regarding manifests

Diffstat:
Mcmd/hare/schedule.ha | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/cmd/hare/schedule.ha b/cmd/hare/schedule.ha @@ -166,6 +166,8 @@ fn sched_hare_object( fmt::asprintf("HARE_VERSION_{}", env), version, )); + // TODO: Keep this around and append new versions, rather than + // overwriting with just the latest let manifest = match (module::manifest_load( plan.context, namespace)) { err: module::error => fmt::fatal(