Weave All should use same order as when reusing

Issue #270 resolved
Matthias Schoettle created an issue

The order of weaving when reusing a concern is level-respecting, i.e., bottom-up and merging instantiations for the same aspects. This ensures that each aspect is only woven once, which makes it easier to deal with duplicates.

When using "weave all" inside the tool, either to compose the final application or seeing the result of a concern design, the same weaving procedure should be used.

Comments (2)

  1. Log in to comment