Jump to page: 1 2
Thread overview
[Issue 13074] Old opCmp requirement for AA keys should be detected
Jul 08, 2014
Kenji Hara
Jul 26, 2014
Walter Bright
Jul 26, 2014
Walter Bright
Nov 24, 2019
Basile-z
Mar 21, 2020
Basile-z
July 08, 2014
https://issues.dlang.org/show_bug.cgi?id=13074

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3731

--
July 09, 2014
https://issues.dlang.org/show_bug.cgi?id=13074

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/22de6917b800150a662e31da8ec5a8ead0dd65a9 Merge pull request #2313 from 9rnsr/fix13074

Supplemental fix for issue 13074 - Revert "Merge pull request #1827 from WalterBright/add-opCmp"

--
July 10, 2014
https://issues.dlang.org/show_bug.cgi?id=13074

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/70d5539b889bd9a6b073664c989d46f2b35fad7d
Supplemental fix for issue 13074 - revert opEquals and add toHash in
std.typecons.Tuple

https://github.com/D-Programming-Language/phobos/commit/5c6884a1768da64ba95534504d51e3c5e94ecc29 Merge pull request #2314 from 9rnsr/fix13074

Supplemental fix for issue 13074 - revert opEquals and add toHash in std.typecons.Tuple

--
July 11, 2014
https://issues.dlang.org/show_bug.cgi?id=13074

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to 2.066 at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/bc4d38f9aefc89a7568669fc3cb1070523f6813d Merge pull request #2313 from 9rnsr/fix13074

Supplemental fix for issue 13074 - Revert "Merge pull request #1827 from WalterBright/add-opCmp"

https://github.com/D-Programming-Language/phobos/commit/742889a2e514533edd83d9574ee1c721138f23f5 Merge pull request #2314 from 9rnsr/fix13074

Supplemental fix for issue 13074 - revert opEquals and add toHash in std.typecons.Tuple

--
July 11, 2014
https://issues.dlang.org/show_bug.cgi?id=13074

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/11a29600c94a599ea670c8ba1a134a6ea5bcf491 fix Issue 13074 - Old opCmp requirement for AA keys should be detected

https://github.com/D-Programming-Language/dmd/commit/8bee69a9262cbd6b47528f8f09e15b70e0a9a605 Merge pull request #3731 from 9rnsr/fix13074

Issue 13074 - Old opCmp requirement for AA keys should be detected

--
July 11, 2014
https://issues.dlang.org/show_bug.cgi?id=13074

github-bugzilla@puremagic.com changed:

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

--
July 11, 2014
https://issues.dlang.org/show_bug.cgi?id=13074

--- Comment #6 from github-bugzilla@puremagic.com ---
Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/601d4786af647204779488844e50e6906ce43e0d Merge pull request #3731 from 9rnsr/fix13074

Issue 13074 - Old opCmp requirement for AA keys should be detected

--
July 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13074

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
July 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13074

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=13179

--
July 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13074

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|FIXED                       |---

--- Comment #7 from Walter Bright <bugzilla@digitalmars.com> ---
This should be resolve as invalid, here's the PR to revert it:

https://github.com/D-Programming-Language/dmd/pull/3813

--
« First   ‹ Prev
1 2