Skip to content

Commit

Permalink
Merge pull request #202 from wilzbach/fix_rdmd_cstream
Browse files Browse the repository at this point in the history
Remove cstream from rdmd
  • Loading branch information
CyberShadow committed Oct 7, 2016
2 parents 8d5d7e4 + 3741c8c commit 05f37ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rdmd.d
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion travis.sh
Expand Up @@ -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() {
Expand Down

0 comments on commit 05f37ce

Please sign in to comment.