Summary
egg format: `components' accepts but ignores `csc-options'
Metadata
- Id: aee498bd09f7afae950ec833406711c0d965ddd1
- Trac id: 1492
- Type: defect
- Reporter: mario
- Owner:
- Cc:
- Status: closed
- Component: core tools
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: 5.4
- Version: 5.0.0
- Changetime: 2023-11-13 08:38:33 UTC
- Created: 2018-07-28 11:23:15 UTC
- Keywords: chicken-install, components, component-options, csc-options
Description
Not sure if that is expected or not, but I made a mistake while using the fix for #1484 and noticed that chicken-install doesn't complain when csc-options is used in components.
Example:
(components (csc-options ...) (extension ...)
Changes and comments
[2023-11-06 23:32:58 UTC] felix changed milestone from someday to 6.0.0
[2023-11-10 15:13:18 UTC] sjamaan changed status from new to closed
[2023-11-10 15:13:18 UTC] sjamaan set resolution to fixed
[2023-11-10 15:13:18 UTC] sjamaan wrote:
With d7150ef1be9a998b507a1230529b472fd1d034d5 chicken-install now gives a warning.