Thread overview
[Issue 22929] importC: extern array with unknown length gives bounds errors
Mar 28, 2022
Dlang Bot
Mar 29, 2022
Walter Bright
Mar 29, 2022
Dlang Bot
March 28, 2022
https://issues.dlang.org/show_bug.cgi?id=22929

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 #13902 "fix Issue 22929 - importC: extern array with unknown length gives bou…" fixing this issue:

- fix Issue 22929 - importC: extern array with unknown length gives bounds errors

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

--
March 29, 2022
https://issues.dlang.org/show_bug.cgi?id=22929

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=22935

--
March 29, 2022
https://issues.dlang.org/show_bug.cgi?id=22929

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 #13902 "fix Issue 22929 - importC: extern array with unknown length gives bou…" was merged into master:

- 9cc80f73952cc486c0689032ae62cb92b93ca249 by Walter Bright:
  fix Issue 22929 - importC: extern array with unknown length gives bounds
errors

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

--