On Wednesday, 24 January 2018 at 13:30:42 UTC, Radu wrote:
Just want to bring to your attention a major regression introduced in 2.078, and still present on current master, re. the new __equals template.

https://issues.dlang.org/show_bug.cgi?id=18252

Comparing arrays of associative arrays is broken!

Not to be insulting, but hoping for better understanding.

Why, even when the compiler almost directly points to the problem at hand (a missing check for associative arrays :o, https://github.com/dlang/druntime/blob/a66f9fa78f2e295146fb2b3fc8e567983c9e9aed/src/object.d#L3486), doesn't this simply convert to a small pull request to fix the problem (https://github.com/dlang/druntime/pull/2058)?

Reply via email to