Thread overview
[Issue 8596] Indeterministic assertion failure in rehash
Jul 28, 2014
Ivan Kazmenko
July 28, 2014
https://issues.dlang.org/show_bug.cgi?id=8596

Jonathan Crapuchettes <jcrapuchettes@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jcrapuchettes@gmail.com

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

Ivan Kazmenko <gassa@mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gassa@mail.ru

--
August 06, 2014
https://issues.dlang.org/show_bug.cgi?id=8596

hsteoh@quickfur.ath.cx changed:

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

--
August 06, 2014
https://issues.dlang.org/show_bug.cgi?id=8596

--- Comment #31 from hsteoh@quickfur.ath.cx ---
Possibly related fix: https://github.com/D-Programming-Language/dmd/pull/3844

--
August 06, 2014
https://issues.dlang.org/show_bug.cgi?id=8596

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

https://github.com/D-Programming-Language/dmd/commit/53be7a304512b1eadd18537ce7472bf4fb847fb6 Fix comparisons functions, likely fixes issue #8596.

--