Mathias LANG
Mathias LANG
Triggers here: https://github.com/ldc-developers/phobos/blob/f3020fae38144e40c26f477595cf37473a0adfa3/std/datetime/systime.d#L4735-L4755
Edited the title
@Cogitri and myself maintain the Alpine packages. If you use `alpine:edge`, you have `gdc` in main, dub, ldc, and rdmd in `community`, and `dmd` in `testing`. The 3.12 release shouldn't...
> @Geod24 How often do you update the packages? Is it a lot of work to maintain? Could be automated when LDC2 does a release? Preferably it would be nice...
@looked-at-me : This is still listed as a WIP tho
CC @wilzbach
Not tested, but I'd expect this to do what you want: ```D import ocean.util.log.Logger; import ocean.io.Console; void main() { Log.config(Cout.stream()); // This could be set a default argument, perhaps ?...
At the moment `dmd-transitional` does not include Phobos (on purpose) so a simple alias isn't possible.
> Both are clo~j~sures, so the code should be the same. Are they ? I see [this code](https://github.com/sociomantic-tsunami/ocean/blob/a03c7c27f0bdb88ee57a1f98efab3dc94594e0a0/src/ocean/task/Task.d#L356) and d1to2fix should stick a `scope` there, which makes any direct call...
Any reason to use `all-included` over `with-lib` ? I think the latter is mixing concerns and prone to issues, so I have been tempted to deprecate it for a while.