[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] |PATCH| Enable component dependencies
From: |
felix . winkelmann |
Subject: |
[Chicken-hackers] |PATCH| Enable component dependencies |
Date: |
Mon, 07 May 2018 11:15:43 +0200 |
Hi!
This patch enables the (previously disabled) handling of component
dependencies in .egg files. A "dependencies" property inside a "component"
expression will now declare the dependency on a file in the egg source
tree and will properly trigger a rebuild of the component. Also, any custom
build scripts will be included in the depdency list.
As Kristian pointed out correctly, the 2 different meanings of "dependency"
(egg dep on toplevel, file dep in component) is indeed confusing. Unfortunately,
I couldn't come up with a better name, yet.
felix
0001-Enable-local-inner-dependencies-add-custom-build-scr.patch
Description: Text Data
- [Chicken-hackers] |PATCH| Enable component dependencies,
felix . winkelmann <=