Opened 5 years ago
#1492 new defect
egg format: `components' accepts but ignores `csc-options'
Reported by: | Mario Domenech Goulart | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | someday |
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.
Note: See
TracTickets for help on using
tickets.