On Thursday, 20 July 2017 at 19:53:46 UTC, Jack Stouffer wrote:
On Tuesday, 18 July 2017 at 15:46:04 UTC, Seb wrote:https://is.gd/1TCQOhHmmm, that code is printing0 1 2 3 0 1 2 3for me. Shouldn't it just be printing once?
I bet you are using `rdmd`? It runs dmd twice on your main file ;-) See also: https://issues.dlang.org/process_bug.cgi https://github.com/dlang/tools/pull/191 https://github.com/dlang/tools/pull/194 (sadly this was reverted)
