From 5ed4f176f41b7559c64cf525c07ccf13ca3a5160 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Tue, 4 Oct 2016 23:41:11 +0200 Subject: [PATCH 1/2] Remove cstream, stream, socketstream from rdmd --- rdmd.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rdmd.d b/rdmd.d index bd82637c3c..b93ab397f8 100644 --- a/rdmd.d +++ b/rdmd.d @@ -842,14 +842,14 @@ module temporary; import std.stdio, std.algorithm, std.array, std.ascii, std.base64, std.bigint, std.bitmanip, std.compiler, std.complex, std.concurrency, std.container, std.conv, - std.cstream, std.csv, + std.csv, std.datetime, std.demangle, std.digest.md, std.encoding, std.exception, std.file, std.format, std.functional, std.getopt, std.json, std.math, std.mathspecial, std.mmfile, std.numeric, std.outbuffer, std.parallelism, std.path, std.process, std.random, std.range, std.regex, std.signals, std.socket, - std.socketstream, std.stdint, std.stdio, std.stdiobase, std.stream, + std.stdint, std.stdio, std.stdiobase, std.string, std.windows.syserror, std.system, std.traits, std.typecons, std.typetuple, std.uni, std.uri, std.utf, std.variant, std.xml, std.zip, std.zlib; From 3741c8c615dbb272585eb90601e6d54f9cef0b95 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Fri, 7 Oct 2016 20:23:26 +0200 Subject: [PATCH 2/2] Build digger with rdmd --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 3034054cdb..90c577e121 100755 --- a/travis.sh +++ b/travis.sh @@ -24,7 +24,7 @@ test_rdmd() { build_digger() { git clone --recursive https://github.com/CyberShadow/Digger "$DIGGER_DIR" - dub --root="$DIGGER_DIR" build + (cd "$DIGGER_DIR" && rdmd --build-only -debug digger) } install_digger() {