Simon Wegendt

Results 45 issues of Simon Wegendt

Example: Following can be used in application.mita: > var c : LedColor = LedColor.Yellow; But this gives the following error in application.c: ![grafik](https://user-images.githubusercontent.com/38556444/39251336-4a1494f0-48a3-11e8-8d36-2e60121003b6.png)

Bug
Prio.High

When the stdlib can't be loaded correctly that leads to all kind of funky behavior in the test suite. To make debugging the tests easier, we should try and parse/load...

Prio.Low

We need a project `org.eclipse.mita.library.stdlib.tests` with basically two kind of tests: 1. Parse all .x and .platform files and check if they are valid => #7 2. Test Generators that...

At the moment users cannot access configuration items (e.g. the sensor range of an accelerometer) in their code. We should allow fully-qualified, read-only access to configuration items, similar to VCI....

Prio.Low

As a programmer I expect some basic functions over lists: * `min(x : array) : optional` where T is `int32`, `uint32`, `float` finds the minimum of a list of numbers...

Prio.Low