Thread overview
[Issue 22253] ImportC expressions inadvertently supporting D properties
[Issue 22253] ImportC: Strange things happen with postfix x.y expressions .
Sep 01, 2021
Walter Bright
Sep 08, 2021
Walter Bright
Sep 14, 2021
Dlang Bot
Sep 14, 2021
Dlang Bot
Sep 30, 2021
Dlang Bot
September 01, 2021
https://issues.dlang.org/show_bug.cgi?id=22253

Walter Bright <bugzilla@digitalmars.com> changed:

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

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ImportC: Strange things     |ImportC expressions
                   |happen with postfix x.y     |inadvertently supporting D
                   |expressions .               |properties

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

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #13066 "https://dlang.org/spec/expression.html#cat_expressions" fixing this issue:

- fix Issue 22253 - ImportC expressions inadvertently supporting D properties

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

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

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 #13066 "fix Issue 22253 - ImportC expressions inadvertently supporting D properties" was merged into stable:

- 0733ba83f7c81b1f2393c1572582dd1c88edc065 by Walter Bright:
  fix Issue 22253 - ImportC expressions inadvertently supporting D properties

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

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

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

- 602d0b135b2b59f988591851117e058733b45e06 by Walter Bright:
  fix Issue 22253 - ImportC expressions inadvertently supporting D properties

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

--