You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aggregate definitions in riddl should allow the aggregate to be mixed into identical kinds of aggregates (Command, Record, etc).
Scala's inheritance linearization should be used:
Only one copy of each named aggregate will be present in the final aggregate
Field/method conflicts from different inherited aggregates should be reported as errors
The text was updated successfully, but these errors were encountered:
Aggregate definitions in riddl should allow the aggregate to be mixed into identical kinds of aggregates (Command, Record, etc).
Scala's inheritance linearization should be used:
The text was updated successfully, but these errors were encountered: