mps-coderules/coderules/languages
Fedor Isakov e8a19249e6 Migration to replace spliced LogicalItemExpression on a list node.
Usually one uses Splice with LogicalItemExpression wrapping a logical variable.
Using LogicalDataForm wrapping same variable makes Splice unnecessary.
In order to keep code readable these are wrapped again in a cons list.
In general, one should avoid using bare LogicalDataForm, as these are
indistiguishable from normal LogicalVariable.
2020-04-13 17:58:33 +02:00
..
jetbrains.mps.lang.coderules Prevent bad migrations from being re-applied. 2020-04-13 17:58:33 +02:00
jetbrains.mps.lang.controlflow Apply migrations after switch to MPS 193. Regenerate project. 2020-02-03 11:24:22 +01:00
jetbrains.mps.lang.smodel.types/generator/template Drop language j.m.l.smodel.types containing SNodeTypeOp that is no longer used. 2019-11-11 14:37:41 +01:00
jetbrains.mps.lang.typechecking Apply migrations after switch to MPS 193. Regenerate project. 2020-02-03 11:24:22 +01:00
jetbrains.mps.logic Migration to replace spliced LogicalItemExpression on a list node. 2020-04-13 17:58:33 +02:00
jetbrains.mps.typechecking.annotation Apply migration to replace deprecated concept. 2020-02-26 15:03:31 +01:00
jetbrains.mps.typechecking.testlang Migrate test lang to new macro system. 2020-04-13 17:58:33 +02:00