www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - So what's stopping -dip1008 from going default?

reply FeepingCreature <feepingcreature gmail.com> writes:
Recently ran into it because I'd love to be able to statically 
prove that formatString is  nogc for certain types and writers, 
but std.string uses enforce all over the place. What's the 
hold-up?
Oct 01 2019
parent Seb <seb wilzba.ch> writes:
On Wednesday, 2 October 2019 at 05:46:08 UTC, FeepingCreature 
wrote:
 Recently ran into it because I'd love to be able to statically 
 prove that formatString is  nogc for certain types and writers, 
 but std.string uses enforce all over the place. What's the 
 hold-up?
https://github.com/dlang/dmd/pull/8508
Oct 03 2019