mps-coderules/coderules/solutions
Grigorii Kirgizov 6348f89d34 Achieve regeneration of rules from deep changes to "imported" data
requiredHash of a rule now includes hashes not only of SNode & SNodeRef
but also of anything except Coderules rt types (e.g. MetaLogical & DataForm).
The motivation is that if something else is used -- then it must come
from AST, so the rule must be regenerated on any changes to that data.
requiredHash is renamed to usedDataHash to reflect that fact.

In particular, fixes dependence of IndexedTupleAccess rule on idx
from `idx = tuple.index.getCompileTimeConstant()`.
2020-04-12 16:11:44 +03:00
..
jetbrains.mps.coderules Fix java stub locations for RxJava. 2020-03-05 16:23:47 +01:00
jetbrains.mps.coderules.build Update to the latest RxJava2 and Swing adapter. 2020-03-05 15:49:04 +01:00
jetbrains.mps.coderules.test Drop ModelPropertiesChecker temporarily from CheckProjectModules test. 2020-03-05 16:48:04 +01:00
jetbrains.mps.coderules.typechecking Fix aspect lookup for typechecking actions and coerceTo query 2020-04-08 19:55:25 +03:00
jetbrains.mps.coderules.typechecking.test Revert temporary workaround for MPSCR-51 from 16e39a93 2020-03-23 14:39:54 +03: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 Revert temporary workaround for MPSCR-51 from 16e39a93 2020-03-23 14:39:54 +03:00
jetbrains.mps.coderules.ui Ensure RxSwingPlugins is unset and scheduler initialized. 2020-03-05 18:18:20 +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 Achieve regeneration of rules from deep changes to "imported" data 2020-04-12 16:11:44 +03: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 Refactor: drop meaningless DataForm.asRoot (used symbolPath which is deprecated) 2020-03-06 14:04:18 +03:00