mps-coderules/coderules/languages/jetbrains.mps.lang.coderules/runtime/models
Fedor Isakov 7570d050c9 Fix type declaration: replace linkedlist with list
A problem with collections language is that linkedlist type
gets generated into a Deque. There is a workaround for this,
which fails to work because of another problem in collections
language: linkedlist not being a direct subtype of LinkedList.
Probably a legacy code issue.
2020-12-27 16:04:06 +01:00
..
jetbrains.mps.lang.coderules.eval.mps Fix type declaration: replace linkedlist with list 2020-12-27 16:04:06 +01:00
jetbrains.mps.lang.coderules.program.analysis.mps refactoring: Adjust uniqueTag usages for Rule.Tag refactoring 2020-12-15 17:59:09 +03:00
jetbrains.mps.lang.coderules.program.mps Avoid NPE during template application, provide appropriate reporting 2020-12-27 16:04:06 +01:00