Skip to content

pragmasem.d: change stderr to eSink - #23754

Open
WalterBright wants to merge 1 commit into
dlang:masterfrom
WalterBright:pragmasem-stderr
Open

pragmasem.d: change stderr to eSink#23754
WalterBright wants to merge 1 commit into
dlang:masterfrom
WalterBright:pragmasem-stderr

Conversation

@WalterBright

Copy link
Copy Markdown
Member

No description provided.

@WalterBright
WalterBright force-pushed the pragmasem-stderr branch 3 times, most recently from 4ba5064 to 00e88e8 Compare August 30, 2026 17:47
Comment on lines +19 to +24
if (result != expected)
{
import core.stdc.stdio : fprintf, stderr;
fprintf(stderr, "result : [%.*s]\n", cast(int)result.length, result.ptr);
fprintf(stderr, "expected: [%.*s]\n", cast(int)expected.length, expected.ptr);
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

unrelated?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I was trying to find out why the strings did not match. I failed. They look the same, but the assert says they are different.

@thewilsonator thewilsonator added the Merge:Pending CI This PR does not currently pass CI, but once it does, it should be merged. label Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merge:Pending CI This PR does not currently pass CI, but once it does, it should be merged. Review:Easy Review Severity:Refactoring No semantic changes to code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants