Jump to page: 1 2
Thread overview
[Issue 7151] [CTFE] cannot compare classes with ==
Jul 30, 2014
Nils
Feb 04, 2015
Nils
Feb 04, 2015
Nils
July 30, 2014
https://issues.dlang.org/show_bug.cgi?id=7151

Nils <nilsbossung@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |nilsbossung@googlemail.com

--- Comment #2 from Nils <nilsbossung@googlemail.com> ---
https://github.com/D-Programming-Language/druntime/pull/916

--
February 04, 2015
https://issues.dlang.org/show_bug.cgi?id=7151

Nils <nilsbossung@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |14123

--
February 04, 2015
https://issues.dlang.org/show_bug.cgi?id=7151

Nils <nilsbossung@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |7147

--
February 05, 2015
https://issues.dlang.org/show_bug.cgi?id=7151
Issue 7151 depends on issue 14123, which changed state.

Issue 14123 Summary: cannot compare typeid(object.Object) at compile time https://issues.dlang.org/show_bug.cgi?id=14123

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

--
February 06, 2015
https://issues.dlang.org/show_bug.cgi?id=7151

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

https://github.com/D-Programming-Language/druntime/commit/8a3ea8160d940dc22916cbd3e18e5eb19ece8b28 mostly fix Issue 7151 - [CTFE] cannot compare classes with ==

Essentially, copy the implementation of opEquals into object.di. Comparison of TypeInfo objects still doesn't work. Seems to be a dmd issue.

https://github.com/D-Programming-Language/druntime/commit/8c13443c436a453e01c6319f74e2e6d54f44a547 Merge pull request #916 from NilsBossung/7151

mostly fix Issue 7151 - [CTFE] cannot compare classes with ==

--
February 06, 2015
https://issues.dlang.org/show_bug.cgi?id=7151

github-bugzilla@puremagic.com changed:

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

--
February 07, 2015
https://issues.dlang.org/show_bug.cgi?id=7151

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

https://github.com/D-Programming-Language/druntime/commit/8a3ea8160d940dc22916cbd3e18e5eb19ece8b28 mostly fix Issue 7151 - [CTFE] cannot compare classes with ==

https://github.com/D-Programming-Language/druntime/commit/8c13443c436a453e01c6319f74e2e6d54f44a547 Merge pull request #916 from NilsBossung/7151

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=7151

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

https://github.com/D-Programming-Language/druntime/commit/8a3ea8160d940dc22916cbd3e18e5eb19ece8b28 mostly fix Issue 7151 - [CTFE] cannot compare classes with ==

https://github.com/D-Programming-Language/druntime/commit/8c13443c436a453e01c6319f74e2e6d54f44a547 Merge pull request #916 from NilsBossung/7151

--
March 30, 2015
https://issues.dlang.org/show_bug.cgi?id=7151

--- Comment #6 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/fbfbb381b5843e7a9a05b6511f8a47955cdb1e3b add test for Issue 7151 - [CTFE] cannot compare classes with ==

https://github.com/D-Programming-Language/dmd/commit/7627755d6da699893ee6087e28cf2728e1484fac Merge pull request #3837 from NilsBossung/7151

add test for Issue 7151 - [CTFE] cannot compare classes with ==

--
June 10, 2015
https://issues.dlang.org/show_bug.cgi?id=7151

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--
« First   ‹ Prev
1 2