-
This issue is to discuss the set of rules that should be checked in the future ThingML checker. This will be used e.g. by the compilers to refuse to generate erroneous code, warn about potential probl…
-
-
ThingML is under development and there is no 100% complete documentation about the language and its syntax. Here are the resources we have for you to learn about it:
1. [ThingML Basics Tutorial](https…
-
Hi ,
the problems with parsing the ThingML CEP features still exist .
None of the examples provided in the training section are parsable with the ThingMl IDE .
( https://github.com/HEADS-project/trai…
-
Hello,
I opened the project on eclipse on linux and I am trying to run the CheckBGAPIVersion sample and it seems that it doesn't find any com port, the function getAvailableSerialPorts() is returning…
-
There is an exception that started happening to me. Since it happen on library level hope that you could fix that. Did anybody else met that too ?
Exception in thread "Thread-3" java.util.ConcurrentMo…
ghost updated
10 years ago
-
Hi Brice,
Thank you for the tutorial. It works fine with the ThingML use case. However, I am having some trouble to run it over the Proactive server.
The PID of ThingML running process is 941 an…
-
Hi,
There is an issue when using ThingML as a maven dependency, maven fails to import it, it seems that there is a problem in the repository. I get this error :
```Failed to collect dependencies…
-
java.util.ConcurrentModificationException
at java.util.ArrayList$ArrayListIterator.next(ArrayList.java:569)
at org.thingml.chestbelt.driver.ChestBelt.run(ChestBelt.java:197)
at java.lang.T…
-
org.thingml.xtext.helpers.ThingMLSerializer contains a pretty printer.
It works but the formatting is not pretty. It is using the default OneWhitespaceFormatter.
I do not understand why it does no…