-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
I have identified a couple of changes in the ECL grammar between version 1.5 and 2.2 which were not apparently picked up by the ECL parsers in Hermes:
- In the
typeIdFilter
rule, Hermes looks foreclConceptReference
on the RHS but ECL 2.2 hassubExpressionConstraint
there instead. - In the
acceptabilitySet
rule, Hermes looks foracceptabilityIdSet
on the RHS but ECL 2.2 hasacceptabilityConceptReferenceSet
there instead. - In the
dialectIdFilter
rule, Hermes looks foreclConceptReference
on the RHS but ECL 2.2 hassubExpressionConstraint
there instead. - (This appears to be a copy-paste error rather than an omission in the ECL version upgrade.) In the
dialectIdFilter
rule, Hermes looks fordialectAliasSet
on the RHS but ECL 2.2 hasdialectIdSet
there instead.
Metadata
Metadata
Assignees
Labels
No labels