Thread overview
[Issue 24495] ImportC: Struct initialization expression fails to initialize field
Apr 10
Dlang Bot
Apr 10
Dlang Bot
Apr 11
Dennis
Apr 23
Dlang Bot
April 10
https://issues.dlang.org/show_bug.cgi?id=24495

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ArthaTi updated dlang/dmd pull request #16369 "Fix bugzilla issue 24495 - ImportC: Struct initialization expression fails to initialize field" fixing this issue:

- Fix bugzilla issue 24495 - ImportC: Struct initialization expression fails to initialize field

  Makes it possible to use multiple designated initializers for anonymous
  structs in expressions like `{{ .b = 2, .c = 3 }}`. This previously
  worked only if there was one initializer.

https://github.com/dlang/dmd/pull/16369

--
April 10
https://issues.dlang.org/show_bug.cgi?id=24495

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16369 "Fix bugzilla issue 24495 - ImportC: Struct initialization expression fails to initialize field" was merged into stable:

- 20cd1869b086b36e88033be09f8bb1376aebbf5d by Artha:
  Fix bugzilla issue 24495 - ImportC: Struct initialization expression fails to
initialize field

  Makes it possible to use multiple designated initializers for anonymous
  structs in expressions like `{{ .b = 2, .c = 3 }}`. This previously
  worked only if there was one initializer.

https://github.com/dlang/dmd/pull/16369

--
April 11
https://issues.dlang.org/show_bug.cgi?id=24495

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel@live.nl

--- Comment #3 from Dennis <dkorpel@live.nl> ---
*** Issue 24277 has been marked as a duplicate of this issue. ***

--
April 23
https://issues.dlang.org/show_bug.cgi?id=24495

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16406 "Merge stable" was merged into master:

- 4f69ba59f3e9bb8fe012cba701700792a5ab4982 by Artha:
  Fix bugzilla issue 24495 - ImportC: Struct initialization expression fails to
initialize field

  Makes it possible to use multiple designated initializers for anonymous
  structs in expressions like `{{ .b = 2, .c = 3 }}`. This previously
  worked only if there was one initializer.

https://github.com/dlang/dmd/pull/16406

--