[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35318] [PATCH] Update cargo-build-system to expand package inputs
From: |
Ivan Petkov |
Subject: |
[bug#35318] [PATCH] Update cargo-build-system to expand package inputs |
Date: |
Mon, 6 May 2019 09:04:32 -0700 |
Hi Ludo,
> On May 6, 2019, at 1:00 AM, Ludovic Courtès <address@hidden> wrote:
>
> There’s nothing written in terms of “dependencies”; instead everything
> is written in terms of “inputs”, so I’d like to remain consistent here.
I admit, I wasn’t feeling very inspired with coming up with a name, but I wanted
to avoid confusing it with the existing package-transitive-inputs procedure.
> If we need something more specific, I’d rather see it as a private
> procedure in (guix build-system cargo-build-system).
I wanted to reuse the core traversal/memoization that was defined in the
original package-transitive-inputs procedure, but I can fork the implementation
as a private procedure in the cargo-build-system for now.
> I’m not sure I want to know the details :-), but it seems to be what
> ‘package-transitive-inputs’ does, no?
package-transitive-inputs captures all transitive propagated-inputs, but the
cargo-build-system needs all transitive propagated-inputs and regular inputs
as well (modeling cargo dependencies as propagated-inputs does not seem
appropriate).
Thanks,
—Ivan
- [bug#35318] [PATCH] Update cargo-build-system to expand package inputs, Ivan Petkov, 2019/05/04
- [bug#35318] [PATCH] Update cargo-build-system to expand package inputs, Ludovic Courtès, 2019/05/06
- [bug#35318] [PATCH] Update cargo-build-system to expand package inputs,
Ivan Petkov <=
- [bug#35318] [PATCH] Update cargo-build-system to expand package inputs, Ivan Petkov, 2019/05/09
- [bug#35318] [PATCH] Update cargo-build-system to expand package inputs, Ivan Petkov, 2019/05/15
- [bug#35318] [PATCH] Update cargo-build-system to expand package inputs, Ludovic Courtès, 2019/05/15
- [bug#35318] [PATCH] Update cargo-build-system to expand package inputs, Ivan Petkov, 2019/05/19
- [bug#35318] [PATCH] Update cargo-build-system to expand package inputs, Ludovic Courtès, 2019/05/20
- [bug#35318] [PATCH] Update cargo-build-system to expand package inputs, Ivan Petkov, 2019/05/21