Re: [PATCH 1/2, d] Fix hashing of complex reals

2019-02-10 Thread Iain Buclaw
On Thu, 29 Nov 2018 at 11:51, Iain Buclaw wrote: > > On Wed, 28 Nov 2018 at 22:44, Johannes Pfau wrote: > > > > Hashing of complex types where the floating point type used > > for the real and imaginary parts has padding (such as X86 80 bit reals) > > has padding, is currently broken in druntime.

Re: [PATCH 1/2, d] Fix hashing of complex reals

2018-11-29 Thread Iain Buclaw
On Wed, 28 Nov 2018 at 22:44, Johannes Pfau wrote: > > Hashing of complex types where the floating point type used > for the real and imaginary parts has padding (such as X86 80 bit reals) > has padding, is currently broken in druntime. > > Fixed by backporting https://github.com/dlang/druntime/pu

[PATCH 1/2, d] Fix hashing of complex reals

2018-11-28 Thread Johannes Pfau
Hashing of complex types where the floating point type used for the real and imaginary parts has padding (such as X86 80 bit reals) has padding, is currently broken in druntime. Fixed by backporting https://github.com/dlang/druntime/pull/2356 from druntime commit 29ce0543cb62229f005b2bc8540416dbcc