From c75253e3103bdff80522e2c27be6db6fcb6e644c Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 2 May 2018 23:50:36 +0200 Subject: [PATCH] dastworx, handleArgs, in some cases, dont generate code for throwing --- dastworx/src/main.d | 4 ++-- etc/iz | 2 +- etc/libdparse | 2 +- etc/stdx-allocator | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dastworx/src/main.d b/dastworx/src/main.d index 8e96e206..712ba1f3 100644 --- a/dastworx/src/main.d +++ b/dastworx/src/main.d @@ -4,7 +4,7 @@ import core.memory; import std.array, std.getopt, std.stdio, std.path, std.algorithm, std.functional, - std.file, std.typecons; + std.file; import iz.memory, iz.options; import @@ -17,7 +17,7 @@ void main(string[] args) { foreach(ref buffer; stdin.byChunk(4096)) Launcher.source.put(buffer); - handleArguments!(Yes.Throw, Launcher)(args[1..$]); + handleArguments!(CantThrow, Launcher)(args[1..$]); } struct Launcher diff --git a/etc/iz b/etc/iz index 4124a206..24ad1b81 160000 --- a/etc/iz +++ b/etc/iz @@ -1 +1 @@ -Subproject commit 4124a206ed9c88037f2394887e74b260d05acca4 +Subproject commit 24ad1b81e47dd4a490f8adf654e015473d547c1d diff --git a/etc/libdparse b/etc/libdparse index 82290cb6..6be87e9b 160000 --- a/etc/libdparse +++ b/etc/libdparse @@ -1 +1 @@ -Subproject commit 82290cb64bfb4cd7d645dad1cfbf077f75272356 +Subproject commit 6be87e9b47c456c20ce297afcbf83f4a1ca4d397 diff --git a/etc/stdx-allocator b/etc/stdx-allocator index 7487970b..0ca6b234 160000 --- a/etc/stdx-allocator +++ b/etc/stdx-allocator @@ -1 +1 @@ -Subproject commit 7487970b58f4a2c0d495679329a8a2857111f3fd +Subproject commit 0ca6b234e6046dafb643f3825fc57bc7e7b8a19e