Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

What is New for Developers?


Tests use Models Repository

Most of the test cases now uses the models repository directly. You can specify the locaton of you models repository in the models_repository variable in your test launch configuration.


API Changes


Assignment Grammar

Valued Objects in assignments and emissions are now valued object references. Hence, they reuse the KExpressions concepts.

If you @inject KEffectsExtensions, you can use the same syntax as before. Otherwise, assignment.reference is the ValuedObjectReference that points to the referenced ValuedObject. You can use the reference as usual. Keep in mind that it is a containment.

Workflow

Esterel Grammer

Be warned. You need a lot of memory to rebuild the complete Esterel & SCEst grammar.

Excerpt from the Esterel MWE file:

/*
 * IMPORTANT:
 * Building this grammar requires more memory than usual builds.
 * 4GB seem to work (JVM argument: -Xmx4g)
 */

V2 Compiler

  • No labels