DUB 0.9.11 released

Sönke Ludwig sludwig at outerproduct.org
Sun Mar 10 23:58:04 PDT 2013


Am 11.03.2013 04:20, schrieb Jonathan M Davis:
> Okay, it seems to work if I install dmd 2.062, but with the latest github 
> master, build.sh is now failing with
> 
> source/app.d(162): Error: need 'this' for 'UninstallVersionWildcard' of type 
> 'immutable(char[])'
> Failed: 'dmd' '-g' '-debug' '-Isource' '-L-lcurl' '-v' '-o-' 'source/app.d' '-
> Isource'
> 
> I don't know why it was failing before without an error message, but I guess 
> that something was updated in the D stuff since last night which affected it. 
> Without digging into it though, I don't know if the error is a regression in 
> the D stuff somewhere, or if the dub code has a legitimate problem that the 
> compiler complains about now when it didn't before.
> 
> - Jonathan M Davis
> 

Somtimes I really wonder what's up with DMDs error messages. This code
has been there since ages and never triggered an error here, even on DMD
2.062 (and it rightfully should have triggered one). Anyway, It's fixed
now on master.



More information about the Digitalmars-d-announce mailing list