Thread overview
[Issue 22403] importC: Error: cannot pass argument '0' of type 'int' to parameter 'const(char)*'
Oct 17, 2021
Iain Buclaw
Oct 17, 2021
Dlang Bot
Oct 17, 2021
Iain Buclaw
Oct 19, 2021
Dlang Bot
Oct 21, 2021
Dlang Bot
October 17, 2021
https://issues.dlang.org/show_bug.cgi?id=22403

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid
                 CC|                            |ibuclaw@gdcproject.org

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

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #13185 "fix Issue 22403 - importC: Error: cannot pass argument '0' of type 'int' to parameter 'const(char)*'" fixing this issue:

- fix Issue 22403 - importC: Error: cannot pass argument '0' of type 'int' to parameter 'const(char)*'

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

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

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
*** Issue 22404 has been marked as a duplicate of this issue. ***

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

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 #13185 "fix Issue 22403 - importC: Error: cannot pass argument '0' of type 'int' to parameter 'const(char)*'" was merged into stable:

- 07648ef4aa84a8a2b30e16cb38c276d1c2053b50 by Iain Buclaw:
  fix Issue 22403 - importC: Error: cannot pass argument '0' of type 'int' to
parameter 'const(char)*'

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

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

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

- 501d47b9aeaf427ce17d52905e5e5742ae3cde31 by Iain Buclaw:
  fix Issue 22403 - importC: Error: cannot pass argument '0' of type 'int' to
parameter 'const(char)*' (#13185)

  * fix Issue 22403 - importC: Error: cannot pass argument '0' of type 'int' to
parameter 'const(char)*'

  * fix Issue 22404 - importC: Error: cannot pass argument 'ENUMMEM' of type
'int' to parameter '__tag2'

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

--