#1492 closed defect (fixed)
egg format: `components' accepts but ignores `csc-options'
| Reported by: | Mario Domenech Goulart | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 5.4 |
| Component: | core tools | Version: | 5.0.0 |
| Keywords: | chicken-install, components, component-options, csc-options | Cc: | |
| Estimated difficulty: |
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 ...)
csc-options is just ignored. No error nor warning.
Change History (3)
comment:1 Changed 2 years ago by
| Milestone: | someday → 6.0.0 |
|---|
comment:2 Changed 2 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 Changed 2 years ago by
| Milestone: | 6.0.0 → 5.4 |
|---|
Note: See
TracTickets for help on using
tickets.

With d7150ef1be9a998b507a1230529b472fd1d034d5 chicken-install now gives a warning.