Alexander Pann
Alexander Pann
This PR replaces the not working optional finder cell of the CoordCellRef editor with a transformation menu so that the finder can be added through the code completion menu of...
(links can be followed in maintenance/mps20213) The mentioned code is [this](http://127.0.0.1:63320/node?ref=r%3A80cf2246-750c-4158-9056-a619ebcf894c%28org.iets3.core.expr.base.typesystem%29%2F6859926652480755127). The main reason are nested dot expressions. Example for such a warning: http://127.0.0.1:63320/node?ref=r%3Aee5b1a89-4907-4bd7-bb79-ba99ef537bd3%28test.ts.expr.os.unitsonly%40tests%29%2F7408964427860868673 As a result, code that asks...
When the devkits for generator tests are not included, generator tests will fail with a `ModuleClassNotFoundException` when executing the test. We could generate a dummy test that gets ignored or...
While you normally don't compare types with assert statements, I believe the actual expression doesn't have to be a subtype of the expected. Can we change it to weak comparability...
They were enabled in https://github.com/IETS3/iets3.opensource/pull/681 but the resulting TEST-checkProject.xml in the build folder is empty and no errors are reported. The linters work fine inside MPS. The startup of the...
I also noticed that for some models in `test.in.expr.os` the generator devkit is included and for other not. There is no way to know that without looking at the properties...
This issue collects issues for `org.iets3.core.expr.doc`. The language is not very polished at the moment. - [ ] This language has overlapping ideas with the `com.mbeddr.mpsutil.favourites` language. It adds more...
This issue collects issues for sheets. They are not very polished at the moment. Example: - [ ] The creation of sheets in libraries and tests is very unclear. You...
This issue collects issues for `org.iets3.expr.repl`. The language is not very polished at the moment. - [ ] Should the REPL really be used in the editor? Would a tool...
- [ ] `IContracted#canHavePlainConstraint` doesn't enforce that you can't add plain constraints - [ ] The plain constraint wrapper for expressions fills up the code completion menu for no reason....