Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Jan 21, 2025
1 parent 7b20d29 commit cbf4a04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/org/rascalmpl/core/library/GenerateTestSources.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ void generateTestSources(list[str] cmdLineArgs) {
println("Skipping the generation of test sources.");
return;
}
genCompilerConfig = getRascalCoreCompilerConfig()[logPathConfig=false];

genCompilerConfig = getAllSrcCompilerConfig()[logPathConfig=false];

map[str,int] durations = ();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ModuleStatus getImportAndExtendGraph(str qualifiedModuleName, ModuleStatus ms){
ms.status[m] -= {tpl_uptodate(), checked()};
ms.status[qualifiedModuleName] -= tpl_saved();
if(ms.compilerConfig.verbose){
println("--- using <lm> (most recent) version of <m>,
println("--- using <getLastModified(m,ms.moduleLastModified,pcfg)> (most recent) version of <m>,
' older <timestampInBom> version was used in previous check of <qualifiedModuleName>");
}
}
Expand Down

0 comments on commit cbf4a04

Please sign in to comment.