Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
588c640
fix bug & add tests (#739)
dbinkele Apr 17, 2026
e5f4aa6
Merge remote-tracking branch 'origin/maintenance/mps20241' into maint…
dbinkele Apr 21, 2026
fe2f8c3
Merge branch 'maintenance/mps20241' into bugfix/Creating-a-Feature-sh…
dbinkele Apr 28, 2026
bf5753f
Merge branch 'maintenance/mps20241' into bugfix/Creating-a-Feature-sh…
dbinkele May 13, 2026
f3e6412
Merge branch 'maintenance/mps20241' into bugfix/Creating-a-Feature-sh…
dbinkele Jun 11, 2026
140ccdb
Fix: Type ':' at Feature to get FeatureModelInclude (#739)
dbinkele Jun 12, 2026
d2722e0
Fix: Type ':' at Feature with Cardinality to get FeatureModelInclude …
dbinkele Jun 12, 2026
9aa2d1d
Refactor common code to method (#739)
dbinkele Jun 12, 2026
9e2584e
Fix Test (#739)
dbinkele Jun 12, 2026
127773e
migrate (#739)
dbinkele Jun 12, 2026
c2d4094
Add Editortest typing cardinality bracket before semicolon (#739)
dbinkele Jun 15, 2026
de5b827
migrate (#739)
dbinkele Jun 15, 2026
7402314
Merge branch 'maintenance/mps20241' into bugfix/Creating-a-Feature-sh…
dbinkele Jun 16, 2026
6d8c4d7
Merge branch 'maintenance/mps20241' into bugfix/Creating-a-Feature-sh…
dbinkele Jun 16, 2026
c133633
Merge branch 'maintenance/mps20241' into bugfix/Creating-a-Feature-sh…
dbinkele Jun 18, 2026
2fc5437
Merge branch 'maintenance/mps20241' into bugfix/Creating-a-Feature-sh…
kbirken Jun 29, 2026
cbf9d9a
Fix shortcomings of old Change-To behavior and update CHANGELOG (#739).
kbirken Jun 30, 2026
04f1198
Merge branch 'maintenance/mps20241' into bugfix/Creating-a-Feature-sh…
kbirken Jun 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented

### Fixed

- Variability: The editing of feature models in tree layout has been improved. E.g., typing ENTER on a feature will create a new sibling. Typing ":" in a feature's name will change it to a feature model include node. The intentions "Change to feature / feature model include" previously lost information about the feature, this is also fixed.
- Variability: Fix workaround for using for-all-variants checking rules outside the IDE (e.g., on a build server). Due to MPS-34340, the for-all-variants checking cannot be done outside the IDE if the model under check has more than one root nodes. This bugfix includes roots of LogicalChildren in the list of used root nodes.
- Physical units (language `org.iets3.core.expr.typetags.physunits`): Update unit in typesystem after prefix has been removed (e.g., from "cm" to "m").

Expand Down
Loading