Thread overview
[Issue 23719] runnable/test22071.c:22:16: error: ‘abc’ is a pointer; did you mean to use ‘->’?
Feb 15, 2023
Iain Buclaw
Feb 27, 2023
Iain Buclaw
May 31, 2023
Walter Bright
Jun 01, 2023
Dlang Bot
Jun 01, 2023
Dlang Bot
February 15, 2023
https://issues.dlang.org/show_bug.cgi?id=23719

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid, ImportC
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23689
         Depends on|                            |23689


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=23689
[Issue 23689] ImportC: C tests in the testsuite are not valid C
--
February 27, 2023
https://issues.dlang.org/show_bug.cgi?id=23719

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
May 31, 2023
https://issues.dlang.org/show_bug.cgi?id=23719

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Looks like ImportC inherited D's ability to use . instead of ->. Nevertheless, it should be fixed.

--
June 01, 2023
https://issues.dlang.org/show_bug.cgi?id=23719

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 #15287 "fix Issue 23719 - runnable/test22071.c:22:16: error: .abc. is a point…" fixing this issue:

- fix Issue 23719 - runnable/test22071.c:22:16: error: .abc. is a pointer; did you mean to use .->.?

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

--
June 01, 2023
https://issues.dlang.org/show_bug.cgi?id=23719

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 #15287 "fix Issue 23719 - runnable/test22071.c:22:16: error: .abc. is a point…" was merged into master:

- f8dd137b80c1fe9edd7551d70d083838cb930e34 by Walter Bright:
  fix Issue 23719 - runnable/test22071.c:22:16: error: .abc. is a pointer; did
you mean to use .->.?

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

--
December 15
https://issues.dlang.org/show_bug.cgi?id=23719
Issue 23719 depends on issue 23689, which changed state.

Issue 23689 Summary: ImportC: C tests in the testsuite are not valid C https://issues.dlang.org/show_bug.cgi?id=23689

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

--