December 17, 2022 [Issue 18840] static foreach over an object's tupleof gives wrong information for const variables | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18840 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 -- |
May 05, 2023 [Issue 18840] static foreach over an object's tupleof gives wrong information for const variables | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18840 RazvanN <razvan.nitu1305@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |razvan.nitu1305@gmail.com Resolution|--- |WORKSFORME --- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> --- I cannot reproduce this. With latest master I get: foreach pass: foo has parent SomeStruct bar has parent SomeStruct anotherConst has parent SomeStruct notAConst has parent SomeStruct static foreach pass: foo has parent SomeStruct bar has parent SomeStruct anotherConst has parent SomeStruct notAConst has parent SomeStruct which is the correct result. -- |
Copyright © 1999-2021 by the D Language Foundation