No need for specificity here, only in unit tests

parser.sync-conflict-20210405-185821-O3W7KWN
Tristan B. V. Kildaire 2021-04-01 14:52:52 +02:00
parent 49b9ac29d1
commit ede134e9d8
1 changed files with 6 additions and 6 deletions

View File

@ -52,14 +52,14 @@ void beginCompilation(string[] sourceFiles)
{ {
TypeChecker typeChecker = new TypeChecker(modulle); TypeChecker typeChecker = new TypeChecker(modulle);
} }
catch(CollidingNameException e) // catch(CollidingNameException e)
{ // {
gprintln(e.msg, DebugType.ERROR); // gprintln(e.msg, DebugType.ERROR);
//gprintln("Stack trace:\n"~to!(string)(e.info)); // //gprintln("Stack trace:\n"~to!(string)(e.info));
} // }
catch(TypeCheckerException e) catch(TypeCheckerException e)
{ {
gprintln(e.msg, DebugType.ERROR);
} }
// typeChecker.check(); // typeChecker.check();