dmd -betterC

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 21 03:20:56 PDT 2017


On Wednesday, 21 June 2017 at 06:21:37 UTC, ketmar wrote:
> but refusing to generate such strings for *all* code

They are not useful enough for that, in 99% of cases location of 
assert is enough to know what's wrong, when it isn't, the string 
is not going to tell where it went wrong, so you need to debug 
it, in which case there's no difference again. Don't fluent 
asserts already do what you want? See 
http://fluentasserts.szabobogdan.com/


More information about the Digitalmars-d mailing list