On Thursday, 3 November 2016 at 12:17:29 UTC, Sönke Ludwig wrote:
Am 03.11.2016 um 06:58 schrieb Andre Pany:

Temp-folder builds are only done if the special shebang invocation syntax is used (i.e. "dub file.d <program args"). Building with "dub --single file.d" should build normally. This was the case within the thread, too. Has anything changed since then?

Unfortunately yes, the behavior of dub included in dmd 2.072 is not as expected (windows & linux).

/+ dub.sdl:
        name "app"
+/
void main(){}

dub --single app.d
Running ..\..\..\..\..\Users\abcdef\AppData\Local\Temp\.dub\build\app-~master\application-debug-windows-x86-dmd_2072-A4FA96FDE8C9353FB025486E4835F2E0\app.exe

Same behavior for dub build --single app.d

Kind regards
André

Reply via email to