From 39f7ded3f488ce1e60611193e2776846a7d7ab21 Mon Sep 17 00:00:00 2001 From: Fedor Isakov Date: Mon, 8 Mar 2021 12:33:39 +0100 Subject: [PATCH] Implement missing methods in typechecking provider --- ...ains.mps.coderules.typechecking.plugin.mps | 309 ++++++++++++++++++ ...ins.mps.coderules.typechecking.service.mps | 48 +++ 2 files changed, 357 insertions(+) diff --git a/coderules/solutions/jetbrains.mps.coderules.typechecking/models/jetbrains.mps.coderules.typechecking.plugin.mps b/coderules/solutions/jetbrains.mps.coderules.typechecking/models/jetbrains.mps.coderules.typechecking.plugin.mps index 34c929b6..bd150d40 100644 --- a/coderules/solutions/jetbrains.mps.coderules.typechecking/models/jetbrains.mps.coderules.typechecking.plugin.mps +++ b/coderules/solutions/jetbrains.mps.coderules.typechecking/models/jetbrains.mps.coderules.typechecking.plugin.mps @@ -177,6 +177,9 @@ + + + @@ -388,6 +391,7 @@ + @@ -2431,6 +2435,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2458,6 +2512,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2503,6 +2585,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2758,6 +2888,9 @@ + + + @@ -2824,6 +2957,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3091,6 +3252,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/coderules/solutions/jetbrains.mps.coderules.typechecking/models/jetbrains.mps.coderules.typechecking.service.mps b/coderules/solutions/jetbrains.mps.coderules.typechecking/models/jetbrains.mps.coderules.typechecking.service.mps index c23d5abf..5f342ad9 100644 --- a/coderules/solutions/jetbrains.mps.coderules.typechecking/models/jetbrains.mps.coderules.typechecking.service.mps +++ b/coderules/solutions/jetbrains.mps.coderules.typechecking/models/jetbrains.mps.coderules.typechecking.service.mps @@ -7435,6 +7435,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7628,6 +7666,16 @@ + + + + + + + + + +