Kenneth Lausdahl

Results 20 issues of Kenneth Lausdahl

This adds parity and stop bits. It isn't merged with head yet but points to the git hash specified in the issue #5

The classmapper contains both System prints and `System.exit` call which makes it hard to embed into other software. Before this class only raised error messages while it currently both prints...

If maestro is started as: ``` java -cp maestro.jar:extension.jar .....Main ``` then the extension classes in `extension.jar` is not found. Same goes if `-cp` points to two directories. However it...

bug

Why did we switch to Junit 5 when it doesn't support the test structure we have with parametric tests? https://github.com/junit-team/junit5/issues/990 It is pretty difficult to figure out what goes wrong...

question
maestrov2

The class `ToParExp` is used to add parentheses around but I dont know why. Is this really needed, if so do we have an example of what fails. It sounds...

question
maestrov2

The test examples contains config.json data which is send in through expansion but the data they contain is not even related to the model loaded through the env.json file. These...

bug
maestrov2

The release contains the wrong jar file for the COE it should be the one with dependencies

bug