https://issues.dlang.org/show_bug.cgi?id=17985
--- Comment #4 from Andre <[email protected]> --- It's great dmd -run supports now -stdin. Thanks a lot. That is viable workaround. I would like to keep this issue open to get the same functionality for rdmd, because: - rdmd is the advertised tool to work with D in a script like way - dmd -run is a less knower argument. Most developers will try `cat foo.d | rdmd -`. Another benefit is, I always write the run argument wrong "--run". Be able to just write `...| rdmd -` is convenient --
