Per discussion during pairing and code review with @david-waltermire today, the index constraint spec is missing processing requirements for when a processor encounters duplicate keys.
Who is the bug affecting?
Developers using the specs.
What is affected by this bug?
Writing a spec-conformant processor supporting syntax and semantics of all Metaschema constraints.
When does this occur?
Consistently
How do we replicate the issue?
Review constraints docs specifically for index.
Expected behavior (i.e. solution)
Clear documentation on errors that should or should not occur during a key collision or conflict.
Describe the bug
Per discussion during pairing and code review with @david-waltermire today, the
index
constraint spec is missing processing requirements for when a processor encounters duplicate keys.Who is the bug affecting?
Developers using the specs.
What is affected by this bug?
Writing a spec-conformant processor supporting syntax and semantics of all Metaschema constraints.
When does this occur?
Consistently
How do we replicate the issue?
Expected behavior (i.e. solution)
Clear documentation on errors that should or should not occur during a key collision or conflict.
Other Comments
N/A