[Issue 7151] [CTFE] cannot compare classes with ==

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151

--- Comment #7 from github-bugzi...@puremagic.com ---
Commits pushed to stable 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

--


[Issue 7151] [CTFE] cannot compare classes with ==

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|D1 & D2 |D2

--


[Issue 7151] [CTFE] cannot compare classes with ==

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151

--- Comment #6 from github-bugzi...@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 ==

--


[Issue 7151] [CTFE] cannot compare classes with ==

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151

--- Comment #5 from github-bugzi...@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

--


[Issue 7151] [CTFE] cannot compare classes with ==

2015-02-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151

--- Comment #4 from github-bugzi...@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

--


[Issue 7151] [CTFE] cannot compare classes with ==

2015-02-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 7151] [CTFE] cannot compare classes with ==

2015-02-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151

--- Comment #3 from github-bugzi...@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 ==

--


[Issue 7151] [CTFE] cannot compare classes with ==

2015-02-04 Thread via Digitalmars-d-bugs
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

--


[Issue 7151] [CTFE] cannot compare classes with ==

2015-02-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151

Nils  changed:

   What|Removed |Added

 Depends on||7147

--


[Issue 7151] [CTFE] cannot compare classes with ==

2015-02-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151

Nils  changed:

   What|Removed |Added

 Depends on||14123

--


[Issue 7151] [CTFE] cannot compare classes with ==

2014-07-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151

Nils  changed:

   What|Removed |Added

   Keywords||pull
 CC||nilsboss...@googlemail.com

--- Comment #2 from Nils  ---
https://github.com/D-Programming-Language/druntime/pull/916

--


[Issue 7151] [CTFE] cannot compare classes with ==

2013-03-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7151


Don  changed:

   What|Removed |Added

 CC||k.hara...@gmail.com


--- Comment #1 from Don  2013-03-11 04:10:21 PDT ---
*** Issue 9671 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---