mps-coderules/coderules/solutions
Grigorii Kirgizov 16e39a9345 Check applicable scope for certain checking rules in BL (workaround for BL for MPSCR-51). Fix SubclassingUtil.
Modified TYPECHECK query to include "checkingScope" query parameter:
it is a root node for which program is generated (for local typechecking it's local node).
Rules additionally match on a constraint `checkDecls(node<>)` bearing this node,
so while rules will be generated for all scopes, only those in applicable scopes will run.

Also split rule for EnumConstantDeclaration on declration checking and just typing rule.
2020-03-17 17:54:38 +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 Check applicable scope for certain checking rules in BL (workaround for BL for MPSCR-51). Fix SubclassingUtil. 2020-03-17 17:54:38 +03:00
jetbrains.mps.coderules.typechecking.test Check applicable scope for certain checking rules in BL (workaround for BL for MPSCR-51). Fix SubclassingUtil. 2020-03-17 17:54:38 +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 Check applicable scope for certain checking rules in BL (workaround for BL for MPSCR-51). Fix SubclassingUtil. 2020-03-17 17:54:38 +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 Apply migration to replace deprecated concept. 2020-02-26 15:03:31 +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 Refactor: drop meaningless DataForm.asRoot (used symbolPath which is deprecated) 2020-03-06 14:04:18 +03:00