Fix issue 3827 - Deprecate implicit string concatenation#6155
Merged
WalterBright merged 2 commits intodlang:masterfrom Sep 28, 2016
mathias-lang-sociomantic:deprecate-implicit-concat
Merged
Fix issue 3827 - Deprecate implicit string concatenation#6155WalterBright merged 2 commits intodlang:masterfrom mathias-lang-sociomantic:deprecate-implicit-concat
WalterBright merged 2 commits intodlang:masterfrom
mathias-lang-sociomantic:deprecate-implicit-concat
Conversation
mathias-lang-sociomantic
added a commit
to mathias-lang-sociomantic/dlang.org
that referenced
this pull request
Sep 26, 2016
UplinkCoder
approved these changes
Sep 26, 2016
Contributor
Author
Hum ? I see a concatenation on that line(permalink for ref). |
|
Local phobos was not up to date. Sorry. |
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
Member
|
Nice! |
mathias-lang-sociomantic
added a commit
to mathias-lang-sociomantic/dlang.org
that referenced
this pull request
Oct 20, 2016
mathias-lang-sociomantic
added a commit
to mathias-lang-sociomantic/dlang.org
that referenced
this pull request
Oct 24, 2016
PetarKirov
added a commit
to PetarKirov/D-YAML
that referenced
this pull request
Nov 4, 2016
Implicit string litaral concatenation was deprecated with this DMD PR: dlang/dmd/pull/6155.
PetarKirov
added a commit
to wilzbach/D-YAML
that referenced
this pull request
Nov 15, 2016
Implicit string litaral concatenation was deprecated with this DMD PR: dlang/dmd/pull/6155.
PetarKirov
added a commit
to PetarKirov/mustache-d
that referenced
this pull request
Nov 15, 2016
Implicit string litaral concatenation was deprecated with this DMD PR: dlang/dmd#6155.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed in:
And the spec P.R.: dlang/dlang.org#1487
Ping @WalterBright @andralex for re-approval.