slisson / shadowmodels

Incremental model transformations for JetBrains MPS
2 stars 0 forks source link

Forkdependency children types not checks #176

Closed arimer closed 5 years ago

arimer commented 5 years ago

Since #175 we can now activiate transivite fork dep. resoution, which is nice! But unfortunatelly the expression type is not checked, so it is quite easy to break the compliation by adding non-boolean expressions.

image