Release D 2.072.0

Andre Pany via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Nov 3 06:18:45 PDT 2016


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é


More information about the Digitalmars-d-announce mailing list