Thread overview
[Issue 23570] UDAs do not carry over in foreach over tupleof
Dec 20, 2022
RazvanN
Dec 22, 2022
Iain Buclaw
December 20, 2022
https://issues.dlang.org/show_bug.cgi?id=23570

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
I don't think this can be "fixed". The problem is that the foreach is technically a runtime construct, therefore, the compiler sees `i` and `symbol` as runtime variables. I'm not sure if this can be fixed, looking into it.

--
December 22, 2022
https://issues.dlang.org/show_bug.cgi?id=23570

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 13
https://issues.dlang.org/show_bug.cgi?id=23570

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/20206

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--