std.experimental Timeline
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Sun Jan 3 14:37:34 PST 2016
On 1/3/16 4:37 PM, Dicebot wrote:
>
> Haven't found any issues with std.allocator so far but std.logger
> definitely is not Phobos ready per my requirements. I have been recently
> re-evaluating it as possible replacement for old Tango logger we use and
> found that in several places it forces unnecessary GC allocations and/or
> immutability (i.e.
> https://github.com/D-Programming-Language/phobos/blob/master/std/experimental/logger/core.d#L742
> requires that log message must be formatted into immutable string before
> it can be passed to another logger). This is a deal breaker that can
> possibly require major API change to fix.
I guess that's a good example of the benefits of std.experimental. Now
you can file bug reports and the module could undergo significant
changes before being moved to std. Have you filed requests yet? -- Andrei
More information about the Digitalmars-d
mailing list