On Sat, 24 Nov 2018 at 11:43, Johannes Pfau wrote:
>
> Currently all identity comparisons for complex types (c1 is c2) return
> true. This is caused by the rrent implementation being only correct for
> real types, so this adds new code for the complex type cases.
>
> Fixes https://bugzilla.gdcproj
Currently all identity comparisons for complex types (c1 is c2) return
true. This is caused by the rrent implementation being only correct for
real types, so this adds new code for the complex type cases.
Fixes https://bugzilla.gdcproject.org/show_bug.cgi?id=309
Tested on x86_64-linux-gnu and on