Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
autoconf-rp-0.1.0
-
None
-
None
Description
According to 105.13.2.12 in the R42 compendium spec cardinality is interpreted as:
x = Integer.MIN_VALUE no limit, but use Vector
x < 0 -x = max occurrences, store in Vector
x > 0 x = max occurrences, store in array []
x = Integer.MAX_VALUE no limit, but use array []
x = 0 1 occurrence required
This is not what happens in autoconf 0.1. I'll attach a small patch that should be self-expl.