October 27, 2014
On Mon, 27 Oct 2014 02:25:50 +0200
ketmar via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com>
wrote:

p.s. i know how to block using non-dynamic arrays in this case, but i don't want to. i found this when writing writef-like function with CTFE parsing of formatting string and spent alot of time looking for bug in my code. ;-)


October 27, 2014
On Mon, 27 Oct 2014 02:25:50 +0200
ketmar via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com>
wrote:

for those who interested here is the patch that broke everything: https://github.com/D-Programming-Language/dmd/pull/3806/

i simply forgot that i included it for testing purposes, and it breaks something inside Phobos.