Thread overview
[Issue 22262] importC: Error: incompatible types for '(buf) is (0)': 'ubyte*' and 'int'
[Issue 22262] importC: Error: incompatible types for `(buf) is (0)`: `ubyte*` and `int`
Sep 01, 2021
Iain Buclaw
Sep 01, 2021
Iain Buclaw
Sep 04, 2021
Dlang Bot
Sep 04, 2021
Dlang Bot
Sep 07, 2021
Dlang Bot
September 01, 2021
https://issues.dlang.org/show_bug.cgi?id=22262

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|importC: Error:             |importC: Error:
                   |incompatible types for      |incompatible types for
                   |`(buf) is (0)`: `ubyte*`    |'(buf) is (0)': 'ubyte*'
                   |and `int`                   |and 'int'

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

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 #13043 "fix Issue 22262 - importC:
Error: incompatible types for '(buf) is (0)': 'ubyte*' and 'int'" fixing this
issue:

- fix Issue 22262 - importC: Error: incompatible types for '(buf) is (0)':
'ubyte*' and 'int'

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

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

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 #13043 "fix Issue 22262 - importC: Error: incompatible
types for '(buf) is (0)': 'ubyte*' and 'int'" was merged into stable:

- fee40ff137d8b5f4e0d859670c3cccb6836f88d2 by Iain Buclaw:
  fix Issue 22262 - importC: Error: incompatible types for '(buf) is (0)':
'ubyte*' and 'int'

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

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

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

- 8cd28bae520db9ba712c2d62206aac80055d7c99 by Iain Buclaw:
  fix Issue 22262 - importC: Error: incompatible types for '(buf) is (0)':
'ubyte*' and 'int'

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

--