Mathias LANG

Results 616 comments of Mathias LANG

Needs https://github.com/dlang-community/setup-dlang/pull/57 merged & released

So OpenSSL doesn't support `gdc`. This can be worked around with something like: ```diff +// Used by the CI +configuration "library-nonet-gdc" { + dependency "vibe-d:http" version=">=0.9.0 3.0" + subConfiguration "openssl"...

It doesn't sound like a compiler error. `assert(0)` are turned into HLT (or apparently, ud2) on `-release`. The error you mention points to here: https://github.com/dlang/dub/blob/85b710b7bd1486fbe3f45ce516c0484ef24617eb/source/dub/compilers/dmd.d#L259 (I'm linking DMD but all...

Wouldn't it make more sense to have it be part of `hardLinkFile` ?

I think I know why: https://github.com/dlang/dub/blob/807b6e378403a270e14daa56da513fe6877c654e/source/dub/recipe/json.d#L60-L62

> Please this ASAP or I will really need to stop using dub, it is impossible to use right now. A workaround we are using is to provide a path-based...

Renamed and pinned the issue as it is the most common one.

Modified the title to be a bit more descriptive of the action to take. Note that the fix for this is in `stable`, but didn't make it to 2.090.1 AFAICS...

What's the use case for this ?

Frankly, it doesn't sound like something that should be done via dub settings, but rather CLI arguments. But my knowledge of `xmake` is rather poor, so what's the original reason...