-
C allows something like
`
double d[100] = {0.0};
`
to initialize every member of d with value 0.0. mbeddr flags an error on this:
> array size does not match (expected: 100 was: 1)
-
The action filter causes assertion:
Exception
java.lang.Throwable: Assertion failed: assert !app.isDispatchThread()
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:220)
…
-
The following list of code wizards (Toolbar: Code->Wizards) that we ship with the mbeddr RCP produce broken mbeddr code that is either incomplete in terms of missing config items / language imports or…
-
Some of the open source packages that are used in mbeddr.platform (e.g. CSV reading library, XML library, etc.) have to be mentioned/attributed due to their license. It seems that mbeddr.platform does…
-
I have a table row in which the row editor is a partial table:
editor for concept DDEntry
node cell layout:
partial table {
horizontal r {
cell [- ?[- % ty…
-
From mps-plaintextgen created by [eugenschindler](https://github.com/eugenschindler): DSLFoundry/mps-plaintextgen#18
Also explore a menu that is node-context dependent. For example: grey out projec…
-
The [mbeddr User Guide](http://mbeddr.com/userguide/UserGuideExport.html) says in [section 5.2](http://mbeddr.com/userguide/UserGuideExport.html#sid3082376456307360126):
> The second option is to s…
-
When having worked in an mbeddr project for a while a lot of stuff in gets accumulated in "imports" section of modules and "included modules" section of build configuration. It'd be cool if mbeddr wou…
-
I think we should include a section in to the readme that links to the [specificlanguages/mps-gradle-plugin](https://github.com/specificlanguages/mps-gradle-plugin).
I think for many use cases, es…
-
In the code/applications/HeartBleed on the fortissStable branch running the robustness analyses on Linux generates 36 claims and the defect is detected. On Mac OS X only 12 claims generate and the def…