Thread overview
[Issue 23058] importC: cannot take address inside multi-dimensional array at compile time
Apr 30, 2022
Walter Bright
Apr 30, 2022
Dlang Bot
May 09, 2022
Dlang Bot
May 11, 2022
Dlang Bot
May 12, 2022
Walter Bright
April 30, 2022
https://issues.dlang.org/show_bug.cgi?id=23058

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|importC: can't take address |importC: cannot take
                   |inside multi-dimensional    |address inside
                   |array at compile time       |multi-dimensional array at
                   |                            |compile time

--
April 30, 2022
https://issues.dlang.org/show_bug.cgi?id=23058

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14044 "fix Issue 23058 - importC: cannot take address inside multi-dimension…" fixing this issue:

- fix Issue 23058 - importC: cannot take address inside multi-dimensional array at compile time

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

--
May 09, 2022
https://issues.dlang.org/show_bug.cgi?id=23058

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14094 "reboot fix Issue 23058 - importC: cannot take address inside multi-di…" mentioning this issue:

- reboot fix Issue 23058 - importC: cannot take address inside multi-dimensional array at compile time

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

--
May 11, 2022
https://issues.dlang.org/show_bug.cgi?id=23058

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14094 "reboot fix Issue 23058 - importC: cannot take address inside multi-di…" was merged into master:

- 83c88962ff673d1eedfe1bffff57b048927e007b by Walter Bright:
  reboot fix Issue 23058 - importC: cannot take address inside
multi-dimensional array at compile time

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

--
May 12, 2022
https://issues.dlang.org/show_bug.cgi?id=23058

Walter Bright <bugzilla@digitalmars.com> changed:

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

--