Thread overview
[Issue 22252] ImportC: Array, Function parameter types should be converted to pointers
Sep 01, 2021
Walter Bright
Sep 01, 2021
Dlang Bot
Sep 03, 2021
Dlang Bot
Sep 07, 2021
Dlang Bot
September 01, 2021
https://issues.dlang.org/show_bug.cgi?id=22252

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC
                 CC|                            |bugzilla@digitalmars.com
            Summary|ImportC: C Array syntax is  |ImportC: Array, Function
                   |mapped to D array semantics |parameter types should be
                   |with disastrous             |converted to pointers
                   |consequences.               |

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
See C11 6.7.6.3-7 and 6.7.6.3-8

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

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 #13036 "fix Issue 22252 - ImportC: Array, Function parameter types should be …" fixing this issue:

- fix Issue 22252 - ImportC: Array, Function parameter types should be converted to pointers

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

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

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 #13036 "fix Issue 22252 - ImportC: Array, Function parameter types should be …" was merged into stable:

- 55b2fdc17ab0cb3d1527e60a6fe54ace607eeb18 by Walter Bright:
  fix Issue 22252 - ImportC: Array, Function parameter types should be
converted to pointers

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

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

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

- 5f6e4bd3a741e9d30833e82be90059fb9963f8cb by Walter Bright:
  fix Issue 22252 - ImportC: Array, Function parameter types should be
converted to pointers

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

--