diff --git a/dastworx/src/imports.d b/dastworx/src/imports.d index aa308828..09849ed7 100644 --- a/dastworx/src/imports.d +++ b/dastworx/src/imports.d @@ -57,7 +57,6 @@ void listFilesImports(string[] files) writeln('"', mod.moduleDeclaration.moduleName.identifiers .map!(a => a.text).join("."), '"'); il.visit(mod); - stdout.flush; } } diff --git a/dastworx/src/main.d b/dastworx/src/main.d index 52f1aadd..ea621008 100644 --- a/dastworx/src/main.d +++ b/dastworx/src/main.d @@ -66,6 +66,7 @@ void main(string[] args) "s", &handleSymListOption, "t", &handleTodosOption, ); + stdout.flush; } /// Handles the "-s" option: create the symbol list in the output diff --git a/dastworx/src/mainfun.d b/dastworx/src/mainfun.d index 7e988eb8..8273b8a1 100644 --- a/dastworx/src/mainfun.d +++ b/dastworx/src/mainfun.d @@ -25,7 +25,6 @@ void detectMainFun(const(Module) mod) MainFunctionDetector mfd = construct!(MainFunctionDetector); mfd.visit(mod); write(mfd.hasMain); - stdout.flush; } private final class MainFunctionDetector: ASTVisitor diff --git a/dastworx/src/symlist.d b/dastworx/src/symlist.d index f3b66bc0..af6e8954 100644 --- a/dastworx/src/symlist.d +++ b/dastworx/src/symlist.d @@ -24,7 +24,6 @@ void listSymbols(const(Module) mod, AstErrors errors, bool ddeep = true) SL sl = construct!(SL); sl.visit(mod); sl.serialize.writeln; - stdout.flush; } private: diff --git a/dastworx/src/todos.d b/dastworx/src/todos.d index abc337b6..727690b3 100644 --- a/dastworx/src/todos.d +++ b/dastworx/src/todos.d @@ -26,7 +26,6 @@ void getTodos(string[] files) } stream.put(">end"); writeln(stream.data); - stdout.flush; } private void analyze(const(Token) token, string fname) diff --git a/etc/iz b/etc/iz index 8a42cb50..5c91b561 160000 --- a/etc/iz +++ b/etc/iz @@ -1 +1 @@ -Subproject commit 8a42cb50111bb97c78565886b290a0dfab6475bf +Subproject commit 5c91b56151ae9c43c083094d1c81df94a4b8d031