Thread overview
[Issue 18076] dmd -run should work with `-` (stdin) too
December 14, 2017
https://issues.dlang.org/show_bug.cgi?id=18076

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from hsteoh@quickfur.ath.cx ---
https://github.com/dlang/dmd/pull/7435

Turns out, the code change to implement this is trivial.

--
December 15, 2017
https://issues.dlang.org/show_bug.cgi?id=18076

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/91701a41304a4c1eda79ec89420babf0c513bc1d Fix issue 18076: make -run work with - (stdin)

Turns out, a trivial change is all that's needed.

https://github.com/dlang/dmd/commit/0b8d1fc0d5f6d09478d282202ad50a0c964b75b0 Merge pull request #7435 from quickfur/issue18076

Fix issue18076: allow -run to work with - (stdin)

--
December 15, 2017
https://issues.dlang.org/show_bug.cgi?id=18076

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=18076

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/91701a41304a4c1eda79ec89420babf0c513bc1d Fix issue 18076: make -run work with - (stdin)

https://github.com/dlang/dmd/commit/0b8d1fc0d5f6d09478d282202ad50a0c964b75b0 Merge pull request #7435 from quickfur/issue18076

--