On 5/24/18 2:21 PM, Mike Franklin wrote:
On Thursday, 24 May 2018 at 18:08:35 UTC, Patrick Schluter wrote:As a contrived illustration, take a look at the code in https://github.com/dlang/druntime/blob/master/src/core/internal/string.d Those same features are also in Phobos.OT, numberDigits enters an infinite loop if radix == 1.and crashes for radix == 0All the more reason to implement my proposal.
Why? they are just bugs. https://github.com/dlang/druntime/pull/2192 -Steve
