Alexander Pann
Alexander Pann
``` java.lang.IllegalArgumentException : Argument for @NotNull parameter 'conceptNode' of jetbrains/mps/smodel/adapter/MetaAdapterByDeclaration.getConcept must not be null java.lang.IllegalArgumentException: Argument for @NotNull parameter 'conceptNode' of jetbrains/mps/smodel/adapter/MetaAdapterByDeclaration.getConcept must not be null at jetbrains.mps.smodel.adapter.MetaAdapterByDeclaration.$$$reportNull$$$0(MetaAdapterByDeclaration.java) at jetbrains.mps.smodel.adapter.MetaAdapterByDeclaration.getConcept(MetaAdapterByDeclaration.java)...
There are still a few rare `IndexOfOutBoundsException` exceptions. The selection handling could also be further improved (in addition to https://github.com/JetBrains/MPS-extensions/pull/535), especially when you use the language in `com.mbeddr.doc` documents.
The interpreter language is very slow. The main reason is that it has to evaluate the child constraints of the evaluators, which means checking the types for many nodes. Moreover,...
Example: `1.upto(9).sum` equals 36 and not 45 because it sums up 1 up to 8. This is really counter-intuitive. I propose a second argument `inclusive` that is set to false...
The tracing and REPL language should not be a necessary dependency.
- The goal was to make error messages more friendly, fix the spelling and make them more consistent. - The common super type calculation itself is correct, but we still...
This is a more editor-heavy reimplementation of https://github.com/IETS3/iets3.opensource/pull/630 that is hopefully is not a breaking change anymore. There is only a small issue that when you create a hex value...
This demo shows errors messages because the casts between the algebraic types such as Plus and primitive types such as number are not allowed. How is the relationship between the...
Let's say the user writes: val length: number = 1 km than this is allowed. When implicit conversions are enabled, 1 m would be converted to 1000m and the Type...
@arimer to test the changes, please have a brief look at the MPS-Extensions [Tables Sandbox](http://127.0.0.1:63320/node?ref=r%3A7b909ba9-e58e-4fbd-8829-ecfbd89930fa%28de.slisson.mps.tables.sandbox%29%2F1397920687866914332) to check for broken stuff. I didn't add any delete or insert handlers there. For...