Thread overview
[Issue 23430] ImportC include <> didn't work but quotes does
Dec 17, 2022
Iain Buclaw
Jan 11, 2023
Ali Cehreli
Apr 09, 2023
Walter Bright
Dec 16, 2023
Walter Bright
Dec 16, 2023
Walter Bright
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23430

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
January 11, 2023
https://issues.dlang.org/show_bug.cgi?id=23430

Ali Cehreli <acehreli@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC
                 CC|                            |acehreli@yahoo.com

--
April 09, 2023
https://issues.dlang.org/show_bug.cgi?id=23430

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
That error message isn't generated by dmd. I don't know what to do with this.

--
December 16, 2023
https://issues.dlang.org/show_bug.cgi?id=23430

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
#include statements are handled by the preprocessor invoked by dmd, not dmd.

--
December 16, 2023
https://issues.dlang.org/show_bug.cgi?id=23430

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
There is insufficient information to determine the cause of the problem. In any case, it does not appear to be a dmd issue at all. I suspect the "tree-sitter project" may be the culprit.

Closing this.

--