mps-coderules/coderules/solutions
Fedor Isakov 77b02a4e0e Drop tracking unit cache, rely on UpdatesRecorder to provide incrementality
The idea to use "tracking" cache to save on typechecking operations is obsolete.
There is conflict of responsibilities with UpdatesRecorder,
which is to be solely relied upon for all things related to tracking changes.
2021-01-07 13:31:37 +01:00
..
jetbrains.mps.coderules Refactor rule processing: straightforward dependencies, simplify code 2020-12-27 10:36:00 +01:00
jetbrains.mps.coderules.build Upd buildscripts 2020-11-18 11:36:28 +03:00
jetbrains.mps.coderules.runtime Move Result class to commonly-used runtime solution. 2020-06-25 14:30:30 +02:00
jetbrains.mps.coderules.test Add a test for AspectClique for the case of asepct with branches 2020-05-11 15:20:37 +03:00
jetbrains.mps.coderules.typechecking Drop tracking unit cache, rely on UpdatesRecorder to provide incrementality 2021-01-07 13:31:37 +01:00
jetbrains.mps.coderules.typechecking.test Drop tracking unit cache, rely on UpdatesRecorder to provide incrementality 2021-01-07 13:31:37 +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 Fix helper action items not appearing in inspector 2020-12-27 16:04:06 +01:00
jetbrains.mps.coderules.ui Autofix references to method decl 2021-01-07 13:31:37 +01:00
jetbrains.mps.controlflow Refactor effects composition for better readability. A couple of minor fixes. 2020-07-07 18:42:16 +02:00
jetbrains.mps.controlflow.ui Refactor rule processing: straightforward dependencies, simplify code 2020-12-27 10:36:00 +01:00
jetbrains.mps.lang.coderules.template Include languages imported to all imported models of the model that contains node to check 2020-12-27 16:04:05 +01:00
jetbrains.mps.lang.controlflow.runtime Apply automatic migrations. 2020-05-09 15:04:25 +02:00
jetbrains.mps.lang.typechecking.runtime Apply automatic migrations. 2020-05-09 15:04:25 +02:00
jetbrains.mps.logic.reactor Apply automatic migrations. 2020-05-09 15:04:25 +02:00
jetbrains.mps.logic.test Drop mockito lib, replace with ad-hoc solution, fix the tests. 2020-10-25 00:17:25 +02:00