Thread overview
[Issue 23003] ImportC should not import object.d
[Issue 23003] importC: name 'object' conflicts with import
Apr 16, 2022
Walter Bright
Apr 16, 2022
Walter Bright
Apr 16, 2022
Dlang Bot
Apr 16, 2022
Dlang Bot
April 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23003

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
The trouble is ImportC shouldn't be importing object.

--
April 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23003

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|importC: name 'object'      |ImportC should not import
                   |conflicts with import       |object.d

--
April 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23003

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #13992 "fix Issue 23003 - ImportC should not import object.d" fixing this issue:

- fix Issue 23003 - ImportC should not import object.d

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

--
April 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23003

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 #13992 "fix Issue 23003 - ImportC should not import object.d" was merged into master:

- 8fae586d1115f00fb9f8bfd5dd1782177fde9e51 by Walter Bright:
  fix Issue 23003 - ImportC should not import object.d

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

--