-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove temporary workaround for SR-3202 #1043
Remove temporary workaround for SR-3202 #1043
Conversation
Looks good, thank you! |
@swift-ci please test |
It seems that Locale("en_UK") are returning same value as Locale("en_US") and causing the test failure on linux. The workaround certainly returns different value for "en_UK" and "en_US". I'm a little confused here. What's the expected behavior? |
@swift-ci please test |
Sorry for breaking the tests. I didn't expect such a early merge. I'm not really familiar with the different metrics in the western culture myself. Will look into it. |
Do we need to revert? It seemed to pass the runtime tests when I ran them.
Sent from my iPhone 📱
… On 21 Jun 2017, at 11:21, Chester Liu ***@***.***> wrote:
Sorry for breaking the tests. I didn't expect such a early merge. I'm not really familiar with the different metrics in the western culture myself. Will look into it.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Yeah if that's OK. I can come up with a new PR for this. |
Yeah, reverting only the tests seems like a good idea for now |
The whole commit should be reverted. The GB UK thing doesn't really matter. |
It looks like the issue is due to some state leftover with the regional tests: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/3658/console
|
Yeah, I'll have a look and try to figure out what |
It is short for 'miles' - it's saying that 10 kilometres is 6.214 miles. I think because something is selecting the en_GB locale that it's reporting large distances in miles and kilometres, and small distances in inches instead of millimetres. |
The build of #1056 has succeeded, so master is green again: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/3661/console |
With the help of #1020 I believe we can safely remove the workaround here.
CC @jszumski