Opened 6 years ago

Closed 6 months ago

Last modified 5 months ago

#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 6 months ago by felix winkelmann

Milestone: someday6.0.0

comment:2 Changed 6 months ago by sjamaan

Resolution: fixed
Status: newclosed

With d7150ef1be9a998b507a1230529b472fd1d034d5 chicken-install now gives a warning.

comment:3 Changed 5 months ago by sjamaan

Milestone: 6.0.05.4
Note: See TracTickets for help on using tickets.