TelluIoT / ThingML

The ThingML modelling language
https://github.com/TelluIoT/ThingML
Apache License 2.0
101 stars 32 forks source link

UML Compiler crashes after the introduction of new litterals #206

Closed ffleurey closed 6 years ago

ffleurey commented 6 years ago

Please contact the ThingML development team (though GitHub's issue tracker) with 1) your input model, and 2) the following stack trace: FATAL ERROR: Exeption calling ThingML Compiler: java.lang.UnsupportedOperationException: This expression (org.thingml.xtext.thingML.impl.ByteLiteralImpl) is platform-specific and should be refined! org.thingml.compilers.thing.ThingActionCompiler.generate(ThingActionCompiler.java:317) org.thingml.compilers.thing.ThingActionCompiler.generate(ThingActionCompiler.java:212) org.thingml.compilers.uml.PlantUMLCfgMainGenerator.generateClass(PlantUMLCfgMainGenerator.java:107) org.thingml.compilers.uml.PlantUMLCfgMainGenerator.generateClass(PlantUMLCfgMainGenerator.java:180) org.thingml.compilers.uml.PlantUMLCfgMainGenerator.generateClass(PlantUMLCfgMainGenerator.java:180) org.thingml.compilers.uml.PlantUMLCfgMainGenerator.generateMainAndInit(PlantUMLCfgMainGenerator.java:216) org.thingml.compilers.uml.PlantUMLCompiler.compile(PlantUMLCompiler.java:85) org.thingml.compilers.uml.PlantUMLCompiler.do_call_compiler(PlantUMLCompiler.java:74) org.thingml.compilers.utils.OpaqueThingMLCompiler.compile(OpaqueThingMLCompiler.java:95) org.thingml.compilers.ThingMLCompiler.compile(ThingMLCompiler.java:297)