diff --git a/dastworx/src/main.d b/dastworx/src/main.d index 712ba1f3..d70e9b53 100644 --- a/dastworx/src/main.d +++ b/dastworx/src/main.d @@ -6,7 +6,9 @@ import std.array, std.getopt, std.stdio, std.path, std.algorithm, std.functional, std.file; import - iz.memory, iz.options; + iz.memory: construct; +import + iz.options: Argument, ArgFlags, ArgFlag, handleArguments, CantThrow; import dparse.lexer, dparse.parser, dparse.ast, dparse.rollback_allocator; import diff --git a/dastworx/src/symlist.d b/dastworx/src/symlist.d index 25ec918a..a4ff1e07 100644 --- a/dastworx/src/symlist.d +++ b/dastworx/src/symlist.d @@ -4,7 +4,9 @@ import std.stdio, std.array, std.traits, std.conv, std.json, std.format, std.algorithm; import - iz.memory, iz.containers; + iz.memory: construct; +import + iz.containers : Array; import dparse.lexer, dparse.ast, dparse.parser, dparse.formatter : Formatter; import diff --git a/etc/iz b/etc/iz index ac8b2e23..a3a6cd82 160000 --- a/etc/iz +++ b/etc/iz @@ -1 +1 @@ -Subproject commit ac8b2e23214ec8c2d3a1000895b374f9c73f8ca7 +Subproject commit a3a6cd82de2914232168ce28b78052a89bff71f9