Thread overview
[Issue 22321] ImportC: non-static arrays can’t be initialized by an initializer list.
Sep 27, 2021
Walter Bright
Sep 27, 2021
Dlang Bot
Sep 29, 2021
Dlang Bot
Oct 08, 2021
Dlang Bot
September 19, 2021
https://issues.dlang.org/show_bug.cgi?id=22321

dave287091@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid

--
September 27, 2021
https://issues.dlang.org/show_bug.cgi?id=22321

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
To fix this properly requires the initializerSemantic() function to properly convert a C initializer to a D initializer.

--
September 27, 2021
https://issues.dlang.org/show_bug.cgi?id=22321

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #13101 "fix Issue 22321 - ImportC: non-static arrays can.t be initialized by …" fixing this issue:

- fix Issue 22321 - ImportC: non-static arrays can.t be initialized by an initializer list

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

--
September 29, 2021
https://issues.dlang.org/show_bug.cgi?id=22321

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13101 "fix Issue 22321 - ImportC: non-static arrays can.t be initialized by …" was merged into stable:

- 64fdefb0cc9ba288aeecc7c7f3929d76d3e9aade by Walter Bright:
  fix Issue 22321 - ImportC: non-static arrays can.t be initialized by an
initializer list

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

--
October 08, 2021
https://issues.dlang.org/show_bug.cgi?id=22321

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

- 94645f7c9897569bc37410de0a8932c37bd7bd51 by Walter Bright:
  fix Issue 22321 - ImportC: non-static arrays can.t be initialized by an
initializer list (#13101)

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

--