Mathias LANG

Results 615 comments of Mathias LANG

> Both LDC and DMD distribute dub on Windows. There is no reason to install it separately unless you are developing it. I disagree. Having it available in various package...

@PxlBuzzard : Looks like it hasn't updated ? I still see v1.11.0.

Jokes aside, the way I wanted to achieve that was to write a Configy backend for SDL (our vendored version of Configy currently uses HEAD so it's "just" writing the...

First thing that comes to mind: We already have a special configuration for unittest, why not do that for integration tests ? Why a special command ?

> What was the motivation for testing all these C++ compiler versions? Was there ever a regression caused/surfacing with a specific C++ compiler version? I have a vague memory of...

@diegomura : This is quite a common bug to hit, and the fix seems fairly straightforward. I have used @Scooter1337 's `patch-package` solution successfully for a week and the problem...

Yeah we should probably relax limitations around this.

> According to @deadalnix the new GC does not currently collect on malloc, but eventually it will. Presumably to improve the GC's handling of memory in applications that use C...