3.6.0
enekomartinmartinez
released this
31 Aug 10:44
·
226 commits
to master
since this release
New Features
- Include warning messages when a variable is defined in more than one view, when a control variable appears in a view or when a variable doesn’t appear in any view as a workbench variable (issue #357).
- Force variables in a module to be saved alphabetically for being able to compare differences between versions (only for the models that are split by views).
Bug fixes
- Classify control variables in the main file always (issue #357).
Internal Changes
- Include pysd.translators.structures.abstract_model.AbstractControlElement child of pysd.translators.structures.abstract_model.AbstractElement to differentiate the control variables.