Skip to content

Fix wide strings with L prefix#310

Open
davispuh wants to merge 1 commit into
jacob-carlborg:masterfrom
davispuh:wide
Open

Fix wide strings with L prefix#310
davispuh wants to merge 1 commit into
jacob-carlborg:masterfrom
davispuh:wide

Conversation

@davispuh

Copy link
Copy Markdown

If you have C code that uses wide strings like

#define H L"hello world"

Then currently dstep doesn't convert it causing wrong D code to be created.

This PR implements converting such code to valid D.

Copilot AI review requested due to automatic review settings June 30, 2026 19:14

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants