chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] Fix error in "chicken-status -c" when c-object components ar


From: Evan Hanson
Subject: [PATCH 0/2] Fix error in "chicken-status -c" when c-object components are installed
Date: Mon, 19 Apr 2021 19:40:47 +1200

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).

Cheers,

Evan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]