[Issue 17985] New: Implement -stdin for rdmd
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 16 18:50:15 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=17985
Issue ID: 17985
Summary: Implement -stdin for rdmd
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: tools
Assignee: nobody at puremagic.com
Reporter: andre at s-e-a-p.de
Similiar to the -stdin enhancement for dmd
(https://github.com/dlang/dmd/pull/6880) it would make sense to implement it
for rdmd too. This would enable following command:
echo import std.stdio; void main() { writeln("Success"); } | rdmd -
--
More information about the Digitalmars-d-bugs
mailing list