On Tuesday, 7 October 2014 at 16:23:19 UTC, grm wrote:
2.) There seems to be a problem with repeated alarms:
When viewing the page source, this link shows up numerous times. See
https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688

That's because of multiple template instantiations of the same function. These should probably be filtered for this use case.

Reply via email to