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

Fix annoying warning when running tests on some macOS machines #3346

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

mattpolzin
Copy link
Collaborator

Description

On my machine when I run the test suite, every single test case complains with:

../../testutils.sh: line 113: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory

This seems to be a common issue with macOS, though I can't explain why we don't see that warning in CI. Nevertheless, I found a solution that feels reasonable enough and certainly cleans up the warnings on my machine.

I also bumped the version of the racket setup action being used in response to GitHub's warning about the version of NodeJS that action was using.

  • If this is a fix, user-facing change, a compiler change, or a new paper
    implementation, I have updated CHANGELOG_NEXT.md (and potentially also
    CONTRIBUTORS.md).

@gallais gallais merged commit be2ec7d into idris-lang:main Jul 8, 2024
22 checks passed
@mattpolzin mattpolzin deleted the fix-lc-all-macos branch July 8, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants