Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 89b6e0c

Browse files
committed
Minor change related to representing messages in a set instead of a list
1 parent 6547e59 commit 89b6e0c

File tree

1 file changed

+1
-1
lines changed
  • src/org/rascalmpl/core/library/lang/rascalcore/check

1 file changed

+1
-1
lines changed

src/org/rascalmpl/core/library/lang/rascalcore/check/Checker.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ list[ModuleMessages] check(list[loc] moduleLocs, RascalCompilerConfig compilerCo
536536
pcfg1 = compilerConfig.typepalPathConfig; pcfg1.classloaders = []; pcfg1.javaCompilerPath = [];
537537
compilerConfig.typepalPathConfig = pcfg1;
538538
ms = rascalTModelForLocs(moduleLocs, compilerConfig, dummy_compile1);
539-
messagesNoModule = [];
539+
messagesNoModule = {};
540540
for(mname <- ms.messages, !ms.moduleLocs[mname]?){
541541
messagesNoModule += ms.messages[mname];
542542
}

0 commit comments

Comments
 (0)