Thread overview
[Issue 8227] Anonymous member variable of struct get's it's arguments shifted when called.
Dec 17, 2022
Iain Buclaw
July 17, 2014
https://issues.dlang.org/show_bug.cgi?id=8227

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Hmm. On git HEAD, this code now produces this message:
----
test.d(3): Deprecation: variable test.S.foo const field with initializer should be static, __gshared, or an enum
----

Changing it to static, enum, or auto, doesn't exhibit the problem described.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

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

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

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

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

--