Thread overview
[Issue 23886] ImportC preprocessor directives #ident and #sccs are not supported
May 05, 2023
Walter Bright
May 05, 2023
Walter Bright
[Issue 23886] ImportC preprocessor directive #ident not supported
May 06, 2023
Walter Bright
May 06, 2023
Dlang Bot
May 08, 2023
Dlang Bot
May 05, 2023
https://issues.dlang.org/show_bug.cgi?id=23886

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23884

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Reported by Patrick Schluter https://issues.dlang.org/show_bug.cgi?id=23884

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ImportC preprocessor        |ImportC preprocessor
                   |directives #ident and #sccs |directive #ident not
                   |are not supported           |supported

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Don't need to support #sccs because cpp will convert it to #ident.

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

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15190 "fix Issue 23886 - ImportC preprocessor directive #ident not supported" fixing this issue:

- fix Issue 23886 - ImportC preprocessor directive #ident not supported

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

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

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15190 "fix Issue 23886 - ImportC preprocessor directive #ident not supported" was merged into master:

- 07fc6389e3ed1011d7a5ef6ea20caf3b9fa7e56f by Walter Bright:
  fix Issue 23886 - ImportC preprocessor directive #ident not supported

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

--