Skip to content

Model-wide declaration order #407

@carldlaird

Description

@carldlaird

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...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions