Thread overview
January 15, 2017
https://issues.dlang.org/show_bug.cgi?id=6227

bitter.taste@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bitter.taste@gmx.com

--- Comment #2 from bitter.taste@gmx.com ---
Covered by DMD's PR https://github.com/dlang/dmd/pull/6444

--
May 20, 2017
https://issues.dlang.org/show_bug.cgi?id=6227

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei@erdani.com

--- Comment #3 from Andrei Alexandrescu <andrei@erdani.com> ---
With https://github.com/dlang/phobos/pull/5401 the recommended approach is:

Foo.x.asOriginalType == Bar.y.asOriginalType

i.e. compare the underlying types if that's what's needed. The plan is to fix this bug by deprecating the current behavior. The error message will recommend using asOriginalType.

--
May 23, 2017
https://issues.dlang.org/show_bug.cgi?id=6227

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/c550b03800c0a5aee05820a97cb4da4ad1472eec Fix issue 6227 - Deprecate comparison of different enums

https://github.com/dlang/dmd/commit/00b99a2fa2a43ecd4c9d8931a307bb550b4cc3ce Merge pull request #6821 from UplinkCoder/b6227

Fix issue 6227 - Deprecate comparison of different enums (revamp) merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--
May 23, 2017
https://issues.dlang.org/show_bug.cgi?id=6227

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
June 27, 2017
https://issues.dlang.org/show_bug.cgi?id=6227

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/a89e677820f4ce16d4645a153884b824870e4820 Deprecation: Issue 6227 - Comparison of different enums

https://github.com/dlang/dlang.org/commit/d91842970a436d714b425a97e835e899d69ffd97 Merge pull request #1673 from wilzbach/deprecate-enum-comparison

Deprecation: Issue 6227 - Comparison of different enums merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=6227

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/c550b03800c0a5aee05820a97cb4da4ad1472eec Fix issue 6227 - Deprecate comparison of different enums

https://github.com/dlang/dmd/commit/00b99a2fa2a43ecd4c9d8931a307bb550b4cc3ce Merge pull request #6821 from UplinkCoder/b6227

--
August 14, 2017
https://issues.dlang.org/show_bug.cgi?id=6227

--- Comment #7 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/a89e677820f4ce16d4645a153884b824870e4820 Deprecation: Issue 6227 - Comparison of different enums

https://github.com/dlang/dlang.org/commit/d91842970a436d714b425a97e835e899d69ffd97 Merge pull request #1673 from wilzbach/deprecate-enum-comparison

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=6227

--- Comment #8 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/a89e677820f4ce16d4645a153884b824870e4820 Deprecation: Issue 6227 - Comparison of different enums

https://github.com/dlang/dlang.org/commit/d91842970a436d714b425a97e835e899d69ffd97 Merge pull request #1673 from wilzbach/deprecate-enum-comparison

--