Skip to content

Commit

Permalink
Updated IGNORE_OVERLOADING_CHECKS for the benefit of the compiler
Browse files Browse the repository at this point in the history
Note:

We do not know yet why this is necessary and this needs further
exploration.
  • Loading branch information
PaulKlint committed Sep 16, 2023
1 parent fef78f8 commit 39a8d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/usethesource/vallang/type/TypeStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class TypeStore {
* (they play a role in the Rascal bootstrap procedure)
*/
static private final java.util.List<String> IGNORE_OVERLOADING_CHECKS = Arrays.asList(
new String[] {"AType", "Grammar", "RuntimeException"});
new String[] {"AType", "Grammar", "RuntimeException", "ModuleStatus"});

/**
* A type store that is initially empty and imports the given TypeStores.
Expand Down

0 comments on commit 39a8d25

Please sign in to comment.