Razvan Nitu

Results 373 comments of Razvan Nitu

I don't see how randomly choosing a different behavior for `bool` is less controversial. I would rather go all in and deprecate all void initialization in @safe functions, than special...

> Saying that, I don't think it would be untenable to have a simple per-function variable/parameter state tracker, such that fill(buf[]) checks whether the first parameter to fill has a...

@WalterBright ok to close this?

@thewilsonator is this ready for review?

Commit message should contain "Fix Issue 10910" not the actual link.

@WalterBright Please ping me when this is ready for review.

This seems to be causing a regression in tsunami/ocean: ``` ocean.core.Test.TestException@./src/ocean/text/util/DigitGrouping.d(315): expression '1 == 1K' evaluates to false ``` Code is here: https://github.com/sociomantic-tsunami/ocean/blob/v6.x.x/src/ocean/text/util/DigitGrouping.d#LL315C5-L315C56