From: Ricardo Wurmus <rekado@elephly.net>
To: zimoun <zimon.toutoune@gmail.com>
Cc: gwl-devel@gnu.org
Subject: Re: Managing data files in workflows
Date: Mon, 03 May 2021 15:47:22 +0200 [thread overview]
Message-ID: <87y2cwj5ed.fsf@elephly.net> (raw)
In-Reply-To: <86eeeovxjj.fsf@gmail.com>
zimoun <zimon.toutoune@gmail.com> writes:
> Hi,
>
> On Mon, 03 May 2021 at 11:18, Ricardo Wurmus
> <rekado@elephly.net> wrote:
>
>> I’d like to introduce modifiers “immutable” and “mutable”, so
>> that
>> you can write “immutable file "whatever" you "want"” etc.
>> “immutable” would take care of recording hashes and checking
>> previously recorded hashes in a local state directory.
>
> Ah, maybe it is same idea that we discussed some days ago on
> #guix-hpc.
>
> To me, everything should be “immutable“ and stored “somewhere”.
> Somehow, you do not need to hash all the contents but only hash
> all the
> inputs hashes and the ’process’ itself.
This is in fact what we do now. Every process code snippet is
hashed, and we compute the hashes of the chain of processes to
determine whether to re-run something or not.
> However, I miss what “mutable” could be?
It’s a very generous assumption that intermediate output files are
reproducible. Often that’s not actually the case. Having a
“mutable” modifier would allow us to indicate that this is in fact
the case and require recomputation.
--
Ricardo
prev parent reply other threads:[~2021-05-03 13:47 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-25 9:57 Managing data files in workflows Konrad Hinsen
2021-03-26 7:02 ` zimoun
2021-03-26 12:46 ` Konrad Hinsen
2021-03-26 8:47 ` Ricardo Wurmus
2021-03-26 12:30 ` Konrad Hinsen
2021-03-26 12:54 ` Konrad Hinsen
2021-03-26 13:13 ` Ricardo Wurmus
2021-03-26 15:36 ` Konrad Hinsen
2021-04-01 13:27 ` Ricardo Wurmus
2021-04-02 8:41 ` Konrad Hinsen
2021-04-07 11:38 ` Ricardo Wurmus
2021-04-08 7:28 ` Konrad Hinsen
2021-05-03 9:18 ` Ricardo Wurmus
2021-05-03 11:58 ` zimoun
2021-05-03 13:47 ` Ricardo Wurmus [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y2cwj5ed.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=gwl-devel@gnu.org \
--cc=zimon.toutoune@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.