[Issue 3827] Warn against and then deprecate implicit concatenation of adjacent string literals
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Sep 27 22:11:10 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=3827
--- Comment #41 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/31f070f607398bcef72110f40c125a7f2ea7761b
Fix issue 3827 - Deprecate implicit string concatenation
Implicit string concatenation is an old feature that can now be replaced by
explicit concatenation.
It was also a source of bug, even for experienced D programmer, and the
deprecation has been agreed
on in 2010: http://forum.dlang.org/post/ibi742$gi2$1@digitalmars.com
https://github.com/dlang/dmd/commit/4fa0ddfcfa7e9914a4ce128595f04c67cbb7b5df
Merge pull request #6155 from
mathias-lang-sociomantic/deprecate-implicit-concat
Fix issue 3827 - Deprecate implicit string concatenation
--
More information about the Digitalmars-d-bugs
mailing list