[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] Fix error in "chicken-status -c" when c-object component
From: |
Mario Domenech Goulart |
Subject: |
Re: [PATCH 0/2] Fix error in "chicken-status -c" when c-object components are installed |
Date: |
Sun, 16 May 2021 17:54:53 +0200 |
On Mon, 19 Apr 2021 19:40:47 +1200 Evan Hanson <evhan@foldling.org> wrote:
> Currently, listing components with chicken-status fails when any egg
> includes a `c-object'.
>
> To reproduce, just run:
>
> chicken-install tweetnacl
> chicken-status -c
>
> The first patch adds a case for `c-object' in the procedure that gathers
> installed egg components, and the second patch adds a default case that
> will prevent this problem whenever we add more component types in the
> future (it's optional, and we could produce a more specific error
> instead, but this seemed like a natural safety valve).
Thanks, Evan. Pushed both patches.
All the best.
Mario
--
http://parenteses.org/mario
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 0/2] Fix error in "chicken-status -c" when c-object components are installed,
Mario Domenech Goulart <=