-
Notifications
You must be signed in to change notification settings - Fork 318
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
Changing language has no effect when envvar LC_ALL='C.UTF-8' #1925
Comments
Adding |
This is hitting us as well, was this issue ever resolved? |
@torbjorn I received no response from test that. I ended up having to set environment variables on my own to get things working again |
We downgraded to withr 2.5.0 for now |
See also r-lib/withr#254 |
Seems nothing is happening here and nothing is happening in withr. If this is a feature and behavior that is intended, could someone from either camp at least offer guidance on how to code or test differently so this warning doesn't break things that shouldn't break? |
We set these environment variables in an attempt to ensure that you get consistent error message if there are translations present. It looks like we should be able to simplify skip this step if you're not in an environment where translations are possible in the first place. |
Might be fixed by #1879 |
I had a lot of tests that started not passing on a Docker container. They continue to work on my local machine. When I print the traceback, it's complaining about some environment variable.
If
lr
is aListReporter
, then I'm printinglr$results$as_list()[[1]]$results
I assume this is the result of some update. How can I cirumvent this behavior and go back to the old behavior?
The text was updated successfully, but these errors were encountered: