Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loader_fputs convert to utf16 only for Windows console #47406

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

apaz-cli
Copy link
Member

We use loader_fputs to write error messages, and when
we write them to files we want those files to be utf8.

This should fix the broken test I introduced in #47343.

We use loader_fputs to write error messages, and when
we write them to files we want those files to be utf8.

This should fix a broken test introduced in JuliaLang#47343.
@DilumAluthge DilumAluthge added the system:windows Affects only Windows label Oct 31, 2022
@DilumAluthge DilumAluthge changed the title loader_fputs convert to utf16 only for win console loader_fputs convert to utf16 only for Windows console Oct 31, 2022
Copy link
Sponsor Member

@vtjnash vtjnash left a comment

Choose a reason for hiding this comment

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

SGTM

@vtjnash
Copy link
Sponsor Member

vtjnash commented Oct 31, 2022

CI error is #47376

Copy link
Sponsor Member

@inkydragon inkydragon left a comment

Choose a reason for hiding this comment

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

LGTM.

Build with mingw64 and run test compiler/codegen works fine locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants