Thread overview
[Issue 22275] importC: Error: incompatible types for (dest) !is (buf): char* and char[1]
[Issue 22275] importC: Error: incompatible types for '(dest) !is (buf)': 'char*' and 'char[1]'
Sep 04, 2021
Dlang Bot
Sep 19, 2021
Walter Bright
Sep 19, 2021
Dlang Bot
Sep 24, 2021
Dlang Bot
Sep 30, 2021
Dlang Bot
September 04, 2021
https://issues.dlang.org/show_bug.cgi?id=22275

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 #13049 "fix Issue 22275 - importC:
Error: incompatible types for '(dest) !is (buf)': 'char*' and 'char[1]'" fixing
this issue:

- fix Issue 22275 - importC: Error: incompatible types for '(dest) !is (buf)':
'char*' and 'char[1]'

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

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|importC: Error:             |importC: Error:
                   |incompatible types for      |incompatible types for
                   |'(dest) !is (buf)': 'char*' |(dest) !is (buf): char* and
                   |and 'char[1]'               |char[1]

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #13089 "fix Issue 22275 ImportC incompatible types char* and char[1]" fixing this issue:

- fix Issue 22275 ImportC incompatible types char* and char[1]

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

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

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 #13089 "fix Issue 22275 ImportC incompatible types char* and char[1]" was merged into stable:

- 3dd4adc93907d6ce600920356e0b522c914893af by Walter Bright:
  fix Issue 22275 ImportC incompatible types char* and char[1]

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

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

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

- 3dd351fdffc07c20bbe34518a3d4ba75b961beaa by Walter Bright:
  fix Issue 22275 ImportC incompatible types char* and char[1] (#13089)

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

--