On Wednesday, 3 June 2015 at 04:53:05 UTC, ketmar wrote:
On Wed, 03 Jun 2015 03:27:35 +0000, weaselcat wrote:
On Wednesday, 3 June 2015 at 03:15:32 UTC, Jonathan M Davis
wrote:
On Sunday, 31 May 2015 at 03:03:22 UTC, Danni Coy wrote:
so is std.xml the exception? How many other parts of the
standard
library are like that?
A few, but not many. Mostly, it's stuff that was done for D1
or very
early D2 which hasn't been removed or replaced yet. std.xml,
std.json,
and std.stream are what come to mind. There may be a few
others, but
most of the stuff in Phobos is more recent and is properly
maintained.
Mostly, it's a question of what hasn't been added to the
standard
library yet rather than what needs to be replaced.
- Jonathan M Davis
std.signals
and there is an excellect replacement[1]!
[1]
https://github.com/phobos-x/phobosx/blob/master/source/phobosx/
signal.d
Nice! just what I've been looking for. I hope it works as
expected.