This repository was archived by the owner on Feb 18, 2022. It is now read-only.
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
INTEGER with SIZE checks in the Grammar #28
Open
Description
State
Documentation, chapter 4, grammar:
value : logical_literal | real_literal | regular_expression | string_literal;
Documentation, Table 19, Description of metric values:
SIZE: Indicates the size of a collection or STRING (value is an INTEGER).
Question
value
cannot be type-safely an integer, although there is an int
defined in the grammar. Thoughts?
Proposal
Expand value
to include int_literal
. I can prepare a PR if wished.
Metadata
Metadata
Assignees
Labels
No labels