From d2418886c8f36218a47e4b1552027179ee7dbeaf Mon Sep 17 00:00:00 2001 From: Andrei Alexandrescu Date: Tue, 4 Jul 2017 13:11:11 -0400 Subject: [PATCH] Update imports for --eval and --loop --- rdmd.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rdmd.d b/rdmd.d index 1253fe1f09..af68846fdb 100755 --- a/rdmd.d +++ b/rdmd.d @@ -814,7 +814,7 @@ addition to compiler options, rdmd recognizes the following options: ".format(defaultCompiler, defaultExclusions); } -// For --eval +// For --eval and --loop immutable string importWorld = " module temporary; import std.stdio, std.algorithm, std.array, std.ascii, std.base64, @@ -827,7 +827,7 @@ import std.stdio, std.algorithm, std.array, std.ascii, std.base64, 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.stdint, std.stdio, std.stdiobase, + std.stdint, std.stdio, 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;