[Issue 16771] Depreciation of implicit string concatenation in 2.072

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Nov 25 08:18:56 PST 2016


https://issues.dlang.org/show_bug.cgi?id=16771

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |schveiguy at yahoo.com
         Resolution|---                         |WONTFIX

--- Comment #3 from Steven Schveighoffer <schveiguy at yahoo.com> ---

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.

--


More information about the Digitalmars-d-bugs mailing list