[Issue 16058] `immutable delegate()` and `immutable delegate() immutable` are considered equal but treated differently

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16058 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --

[Issue 16058] `immutable delegate()` and `immutable delegate() immutable` are considered equal but treated differently

2021-04-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16058 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #4 from

[Issue 16058] `immutable delegate()` and `immutable delegate() immutable` are considered equal but treated differently

2021-01-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16058 Bolpat changed: What|Removed |Added CC||qs.il.paperi...@gmail.com --

[Issue 16058] `immutable delegate()` and `immutable delegate() immutable` are considered equal but treated differently

2016-06-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16058 --- Comment #3 from Kenji Hara --- >From the type qualifier transitivity, immutable(int* delegate()) should be same with immutable(int* delegate() immutable). The root problem is in dmd implementation, TypeNext.makeXXX

[Issue 16058] `immutable delegate()` and `immutable delegate() immutable` are considered equal but treated differently

2016-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16058 --- Comment #2 from ag0ae...@gmail.com --- (In reply to Eyal Lotem from comment #1) > I think it makes sense for the types not to be considered equal. > (Head-mutable ptrs to immutable data exist, so why should delegates be > inconsistent?) A head

[Issue 16058] `immutable delegate()` and `immutable delegate() immutable` are considered equal but treated differently

2016-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16058 Sobirari Muhomori changed: What|Removed |Added See Also|

[Issue 16058] `immutable delegate()` and `immutable delegate() immutable` are considered equal but treated differently

2016-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16058 Eyal Lotem changed: What|Removed |Added CC||eyal.lo...@gmail.com ---