[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40770] [PATCH 0/5] Add declarative profiles
From: |
Ludovic Courtès |
Subject: |
[bug#40770] [PATCH 0/5] Add declarative profiles |
Date: |
Wed, 22 Apr 2020 21:46:56 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hello,
Mathieu Othacehe <address@hidden> skribis:
>> 2. To potentially improve high-level caching in the object cache
>> as well as “parallelism” (see <https://bugs.gnu.org/40612>).
>>
>> Feedback welcome!
>
> This is really nice and it all looks good to me.
Cool, thanks for the quick feedback!
> Any reason not to use it in "package-cache-file" to get rid of the
> mlet?
No good reason, it’s a good candidate. It’ll still be monadic though,
because of ‘gexp->derivation-in-inferior’, but perhaps we can make that
non-monadic as well eventually.
Thanks,
Ludo’.