-
Notifications
You must be signed in to change notification settings - Fork 550
Closed as not planned
Description
Looking at issue: #353 and the corresponding PR: #406, there were some problems associated with the fact that decl order is maintained at the scope of a block only, and not at the scope of the entire model. When users add components to blocks in an arbitrary order (e.g., add x to block 1, then y to block 2, then z to block 1, then a to block 2, etc...) we do not maintain this overall ordering. This can cause problems if we need to fire rules later and those rules depend on the overall decl order.
We should explore the idea of maintaining a global (or model-wide) decl order...