On Sun, Aug 14, 2016 at 5:21 AM, Stefan Koch via Digitalmars-d-announce <digitalmars-d-announce@puremagic.com> wrote:
Hi,

I took a break from work on string operations and focused instead of improving the robustness of the engine.
I.E. for it not to halt the compiler on unsupported expressions.

right now,
I can compile druntime without failures.
Phobos should be working by the end of next week.

Have a nice Sunday,

Stefan

PS. String foreach regressed.
And Struct-handling regressed.
Due to a change of memory-layout.

I will fix this as soon as the engine does no longer abort.

 
Nice! thanks! Will be nice to be able to test newCTFE with our "normal" code every now and then.