Updating typesystem

  • 16
  • 2

Hello,

I created concept with defined output type by typesystem. This output type depends on parameter, which is in concept as property. If user change this parameter in solution code, the output type is not updated. Each other changes (changing variable to which is output stored, other parametres which are in concept as children) cause update, only this parameter-property doesn't.

P.S. I cannot change this property to children because it is enum data type.

Thanks
Tom
Tom, this issue has been fixed recently. It should work fine in 2.0.2: see http://youtrack.jetbrains.net/issue/MPS-13172. Please check if you have the same problem on 2.0.2 build.

Yes, you are right. It works completely correctly in actual build 2.0.2. Thank you very much for so quick answer.

Tom