[Issue 20316] array properties fail hasMember

2019-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20316 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20316] array properties fail hasMember

2019-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20316 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #5

[Issue 20316] array properties fail hasMember

2019-10-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20316 --- Comment #4 from RazvanN --- As for capacity, it is not listed on the list of properties for arrays and it is implemented as a druntime function. I guess this bug report opens the philosophical question of what hasMember actually means. For

[Issue 20316] array properties fail hasMember

2019-10-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20316 --- Comment #3 from RazvanN --- Note that if a variable is declared: int[] a; traits(hasMember) on a works properly. --

[Issue 20316] array properties fail hasMember

2019-10-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20316 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #2 from

[Issue 20316] array properties fail hasMember

2019-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20316 John Colvin changed: What|Removed |Added Severity|major |regression --- Comment #1 from John Colvin