Thread overview
[Issue 21141] No introspection access to a field's default value
Aug 10, 2020
Adam D. Ruppe
Aug 10, 2020
Walter Bright
Dec 17, 2022
Iain Buclaw
August 10, 2020
https://issues.dlang.org/show_bug.cgi?id=21141

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |All
                 OS|Mac OS X                    |All

--
August 10, 2020
https://issues.dlang.org/show_bug.cgi?id=21141

Adam D. Ruppe <destructionator@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator@gmail.com

--- Comment #1 from Adam D. Ruppe <destructionator@gmail.com> ---
A string is going to hit trouble with module imports and such. It could possibly be a function though, and a void function represents the void initializer. (hopefully this would be a function the compiler knows it can always ctfe optimize away).

--
August 10, 2020
https://issues.dlang.org/show_bug.cgi?id=21141

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
The difficulty with a field-by-field initializer is being careful about where the holes go and overlapping fields.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

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

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

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

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

--