-
-
Notifications
You must be signed in to change notification settings - Fork 742
Cleanup for Issue 7648: std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8 #3296
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
Conversation
I think the auto-tester needs to have updated |
ping @schveiguy @braddr . |
Ping @schveiguy |
@aka-demik I can't fix this. |
As I see it, the new version SNN.lib gets into setup automatically. But I can not find how to d-tester gets SNN.lib. |
Updated PR title to be more descriptive. |
Does anyone know how to update snn.lib on the autotester? This bugfix has been sitting here idle for a long time. We need to get moving on it. |
Correct, the build script will get the latest snn.lib from the ftp, as for the auto-tester you'll have to write a mail to @braddr. |
Done. |
Thanks to braddr, it's green now. |
It's failing in Mac 32-bit. This makes no sense, and I have no idea what this means:
|
Hmm... |
I don't think the name of the function has to do with git merge (as that is done at the beginning before building). I have absolutely no clue what it means though. |
Yep. This is core.runtime.dmd_coverSetMerge. And it floats.
Fails on macair, passed on D-Autotester.local.
😔 |
Found the issue: https://issues.dlang.org/show_bug.cgi?id=14946 |
I think we can merge this now. |
Auto-merge toggled on |
Cleanup for Issue 7648: std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8
Continue of phobos#3138. Issue 7648 was fixed in DMC runtime.
This PR removes Issue 7648 from bugs list in docs. And add Non-ASCII characters in filename for unittests.