[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2013-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2013-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #25 from bearophile_h...@eml.cc 2013-04-23 01:07:30 PDT --- (In reply to comment #24) > Partial fix for floating point, array, and union field comparison. > https://github.com/D-Programming-Language/dmd/pull/1731 Associative arrays

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2013-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 Kenji Hara changed: What|Removed |Added Keywords||pull Depends on|9671

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2013-03-09 Thread d-bugmail
/3eecfd2b1e6d7b57affbe175ac252149371623e3 fix Issue 3789 - Structs members that require non-bitwise comparison not correctly compared https://github.com/D-Programming-Language/phobos/commit/b4f5c4f6dd8ec65b68528a246e17c1c46c346e29 Merge pull request #1193 from 9rnsr/fix3789 Issue 3789 - Structs members that require non-bitwise

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2013-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 Denis Shelomovskij changed: What|Removed |Added CC||verylonglogin@gmail.com --- C

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #21

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2012-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 jens.k.muel...@gmx.de changed: What|Removed |Added CC||jens.k.muel...@gmx.de --- Comme

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2012-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2012-03-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #18 from bearophile_h...@eml.cc 2012-03-26 15:42:03 PDT --- See also the thread: http://forum.dlang.org/thread/jkpllu$1hss$1...@digitalmars.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2012-03-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #17 from Simen Kjaeraas 2012-03-26 08:07:29 PDT --- To further underline this point: struct S { string x; bool opEquals(const ref S other) const { return x == x; } } struct T { S s; string r; } void m

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2012-03-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #16 from Steven Schveighoffer 2012-03-26 04:46:26 PDT --- (In reply to comment #15) > This is an answer to Walter to Bug 7783 : > > (In reply to comment #2) > > In the absense of a user-defined opEquals for the struct, equality is

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2012-03-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #15 from bearophile_h...@eml.cc 2012-03-26 04:30:41 PDT --- This is an answer to Walter to Bug 7783 : (In reply to comment #2) > In the absense of a user-defined opEquals for the struct, equality is defined > as a bitwise compare. T

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #14 from Kenji Hara 2012-01-22 05:39:37 PST --- *** Issue 7342 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 be

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2011-12-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #13 from Trass3r 2011-12-10 10:01:55 PST --- *** Issue 7089 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 becaus

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2011-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 Kenji Hara changed: What|Removed |Added Keywords||patch --- Comment #12 from Kenji Hara 20

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2011-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 Kenji Hara changed: What|Removed |Added Platform|Other |All Depends on|

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #10 from Kenji Hara 2011-10-13 23:26:11 PDT --- >From bug 6812: (In reply to comment #6) > List of things that do not work: > > floating-point members > array members (including strings) + member classes that have overloaded opE

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #9 from Kenji Hara 2011-10-13 23:22:29 PDT --- *** Issue 6812 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 beca

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2011-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #8 from Simen Kjaeraas 2011-02-04 13:52:43 PST --- *** Issue 5519 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

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2011-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 Simen Kjaeraas changed: What|Removed |Added Keywords||wrong-code Version|2.040