dsldevkit / dsl-devkit

Developer kit for implementing Domain Specific Languages with Xtext. Format, Check, Export and Scope languages of DSL Developer Kit standardize DSL implementations.
https://ddk.tools.avaloq.com
Eclipse Public License 1.0
42 stars 28 forks source link

Fixed missing FormatRuntimeModule binding, and Incorrect FormatJvmModelInferrer Return Statement. #915

Closed KrisLimbo closed 5 months ago

KrisLimbo commented 5 months ago

Added XTextProjectConfig binding to FormatRuntimeModule. FormatRuntimeModule needs a binding to XTextProjectConfig to make the MWE2 workflow of Format DSL run without problems.

Add missing require-bundles in MANIFEST.MF.

FormatJvmModelInferrer generates a return statement with the wrong data type in inferGetGrammarAccess. Fixed by adding the "GrammarAccess" suffix, as was the case before the PR#905 commit.