Thread overview
[Issue 22080] ImportC: Error: cannot implicitly convert expression of type 'extern(C) function' to 'function'
Jun 23, 2021
Iain Buclaw
Jun 23, 2021
Dlang Bot
Jun 24, 2021
Dlang Bot
June 23, 2021
https://issues.dlang.org/show_bug.cgi?id=22080

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
June 23, 2021
https://issues.dlang.org/show_bug.cgi?id=22080

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 #12738 "fix Issue 22080 - ImportC: Error: cannot implicitly convert expression of type 'extern(C) function' to 'function'" fixing this issue:

- fix Issue 22080 - ImportC: Error: cannot implicitly convert expression of type 'extern(C) function' to 'function'

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

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

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 #12738 "fix Issue 22080 - ImportC: Error: cannot implicitly convert expression of type 'extern(C) function' to 'function'" was merged into master:

- df3b6807e17bfd05b941d9ddec5605611d78e945 by Iain Buclaw:
  fix Issue 22080 - ImportC: Error: cannot implicitly convert expression of
type 'extern(C) function' to 'function'

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

--