Thread overview
[Issue 18477] -run isn't DRY and leads to unexpected errors
Feb 20, 2018
Timothee Cour
Mar 29, 2018
Seb
Dec 17, 2022
Iain Buclaw
February 20, 2018
https://issues.dlang.org/show_bug.cgi?id=18477

Timothee Cour <timothee.cour2@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2@gmail.com

--- Comment #1 from Timothee Cour <timothee.cour2@gmail.com> ---
or using har syntax (https://github.com/marler8997/har):

```har
--- test.d
import std.stdio;
void main()
{
    writeln("Hello D", __FILE__);
    import bar;
    foo();
}
--- bar.d
void foo(){}
```

another issue is -run disallows things like:
`dmd **/*.d -run`
and leads to complex workarounds

--
March 29, 2018
https://issues.dlang.org/show_bug.cgi?id=18477

--- Comment #2 from Seb <greensunny12@gmail.com> ---
See also: https://github.com/dlang/dmd/pull/7927

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=18477

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 13
https://issues.dlang.org/show_bug.cgi?id=18477

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/19392

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--