[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] ☠PATCH☠ Rename dependency properties
From: |
Kooda |
Subject: |
Re: [Chicken-hackers] ☠PATCH☠ Rename dependency properties |
Date: |
Sun, 27 May 2018 01:59:05 +0200 |
On Mon, 21 May 2018 11:28:06 +0200 address@hidden wrote:
> The attached patch addresses the ambiguous meaning of the "dependency"
> egg property, that Kristian correctly pointed out. Inter-component
> dependencies are now specified with "(component-dependency NAME ...)",
> dependencies on source-files that are not themselves components
> are expressed with "(source-dependencies FILENAME ...)".
>
> This patch also fixes a bug in the handling of the "scheme-include"
> component description and introduces an additional validation test
> that checks whether toplevel properties (like "dependencies") are not
> used in non-toplevel contexts.
>
>
> felix
pushed!