Thread overview
[Issue 21931] importC: 'alias time_t = time_t; ' cannot alias itself, use a qualified name to create an overload set
May 19, 2021
Dlang Bot
May 20, 2021
Dlang Bot
May 20, 2021
Iain Buclaw
May 19, 2021
https://issues.dlang.org/show_bug.cgi?id=21931

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 #12538 "fix Issue 21931 - importC: 'alias time_t = time_t;' cannot alias itself, use a qualified name to create an overload set" fixing this issue:

- fix Issue 21931 - importC: 'alias time_t = time_t;' cannot alias itself, use a qualified name to create an overload set

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

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

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 #12538 "fix Issue 21931 - importC: 'alias time_t = time_t;' cannot alias itself, use a qualified name to create an overload set" was merged into master:

- 96be90eea6f6793937dd92f37c3a263f48322975 by Iain Buclaw:
  fix Issue 21931 - importC: 'alias time_t = time_t;' cannot alias itself, use
a qualified name to create an overload set

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

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--