[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] ⌦PATCH⌫ cond-expand + error for .egg files
From: |
kooda |
Subject: |
Re: [Chicken-hackers] ⌦PATCH⌫ cond-expand + error for .egg files |
Date: |
Sun, 18 Nov 2018 19:04:06 +0100 |
address@hidden wrote:
> 2 patches: first one fixes the problem that program components
> are not considered when resolving component dependencies,
Pushed, thanks :)
> second adds "cond-expand" + "error" forms to the egg specification
> format and resurrects "chicken-install"s "-feature" option.
It looks fine, but I have one question: does it make sense to keep the
cond-expand clauses in the installed egg-info file? Shouldn’t the expanded
version be installed instead, to avoid losing some information about how the
egg was compiled?