mps-coderules/coderules/solutions
Grigorii Kirgizov 725a438bca Use same information for incremental program update and types cache invalidation (fixes MPSCR-44)
Previously there were two independent ChangeTracker-s in UpdatesRecorder and UnitTypecheckingCacheHolder.
Now, given more elaborate logic for tracking changes to types (which includes changes in different roots)
this information must be propagated from UpdatesRecorder to cache holder,
so that if there're changes relevant for recomputing types then types cache is also invalidated.
2020-02-18 23:39:26 +03:00
..
jetbrains.mps.coderules Consider possible errors at rule generation stage as non fatal and produce Program with some rules dropped (fixes MPSCR-38) 2020-02-06 01:02:50 +03:00
jetbrains.mps.coderules.build Introduce LogicalItemValueExpr, deprecate ValueOfExpr, migration. 2020-02-12 12:18:30 +01:00
jetbrains.mps.coderules.test Suppress errors reported by constraints on ProjectExpression. 2020-02-03 12:11:49 +01:00
jetbrains.mps.coderules.typechecking Use same information for incremental program update and types cache invalidation (fixes MPSCR-44) 2020-02-18 23:39:26 +03:00
jetbrains.mps.coderules.typechecking.test Restore origin ref in RuleEx interface, fix terminology in templates API. 2020-02-17 11:57:14 +01:00
jetbrains.mps.coderules.typechecking.testlang.sandbox Apply migrations after switch to MPS 193. Regenerate project. 2020-02-03 11:24:22 +01:00
jetbrains.mps.coderules.typechecking.ui Apply migrations after switch to MPS 193. Regenerate project. 2020-02-03 11:24:22 +01:00
jetbrains.mps.coderules.ui Restore origin ref in RuleEx interface, fix terminology in templates API. 2020-02-17 11:57:14 +01:00
jetbrains.mps.controlflow Update Supervisor and TypesIndex to incorporate changes in feedback reporting (MPSCR-32) 2020-02-05 12:29:33 +03:00
jetbrains.mps.controlflow.ui Apply migrations after switch to MPS 193. Regenerate project. 2020-02-03 11:24:22 +01:00
jetbrains.mps.lang.coderules.template Restore origin ref in RuleEx interface, fix terminology in templates API. 2020-02-17 11:57:14 +01:00
jetbrains.mps.lang.controlflow.runtime Apply migrations after switch to MPS 193. Regenerate project. 2020-02-03 11:24:22 +01:00
jetbrains.mps.lang.typechecking.runtime Apply migrations after switch to MPS 193. Regenerate project. 2020-02-03 11:24:22 +01:00
jetbrains.mps.logic.reactor Apply migrations after switch to MPS 193. Regenerate project. 2020-02-03 11:24:22 +01:00
jetbrains.mps.logic.test Apply migration to drop ValueOfExpression. 2020-02-12 12:26:09 +01:00