Thread overview
[Issue 21967] importC: Error function without 'this' cannot be 'const'
May 25, 2021
Iain Buclaw
May 25, 2021
Dlang Bot
May 26, 2021
Iain Buclaw
May 25, 2021
https://issues.dlang.org/show_bug.cgi?id=21967

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
May 25, 2021
https://issues.dlang.org/show_bug.cgi?id=21967

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 #12584 "fix Issue 21967 - importC: Error function without 'this' cannot be 'const'" fixing this issue:

- fix Issue 21967 - importC: Error function without 'this' cannot be 'const'

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

--
May 26, 2021
https://issues.dlang.org/show_bug.cgi?id=21967

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Fixed committed as https://github.com/dlang/dmd/commit/9cff43750aa80bc4880a3bcf0b4d09d03b205a46

--