[Issue 16771] Depreciation of implicit string concatenation in 2.072
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Nov 25 12:03:41 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16771
Iain Buclaw <ibuclaw at gdcproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ibuclaw at gdcproject.org
--- Comment #4 from Iain Buclaw <ibuclaw at gdcproject.org> ---
(In reply to Steven Schveighoffer from comment #3)
> sed 's/\" *$/\" ~/g' myfile.d > newmyfile.d
> mv newmyfile.d myfile.d
>
> The bugs fixed by this update are well worth the burden to run sed on your
> files. Sorry.
I thought that's what dfix is for also?
Semantically parsing your sources, finding deprecations, fixing them inplace.
--
More information about the Digitalmars-d-bugs
mailing list