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

chore: Update nix lockfile #6130

Merged
merged 3 commits into from
Jan 8, 2025
Merged

Conversation

I-Al-Istannen
Copy link
Collaborator

@I-Al-Istannen I-Al-Istannen commented Jan 7, 2025

The existing PR by dependabot fails because either the LANG variable has changed, or how java interprets it. On the runner the lang var is C.UTF-8, which does not contain all unicode mappings required for the JavaOutputProcessorTest. This test creates a file with accents in its name, causing a java file malformed input exception.

Closes #6124

@I-Al-Istannen I-Al-Istannen changed the title Update lockfile Update nix lockfile Jan 7, 2025
@I-Al-Istannen I-Al-Istannen marked this pull request as ready for review January 7, 2025 13:42
@I-Al-Istannen I-Al-Istannen marked this pull request as draft January 7, 2025 13:42
For some reason GitHub runners use C.UTF-8 as their locale, which does
not contain the correct mappings for unicode characters used in the
JavaOutputProcessor test: `ÈmptyÇlàss`.
@I-Al-Istannen I-Al-Istannen marked this pull request as ready for review January 7, 2025 13:55
@I-Al-Istannen I-Al-Istannen changed the title Update nix lockfile review: Update nix lockfile Jan 7, 2025
@I-Al-Istannen I-Al-Istannen requested a review from SirYwell January 7, 2025 13:55
@SirYwell SirYwell changed the title review: Update nix lockfile chore: Update nix lockfile Jan 8, 2025
@SirYwell SirYwell merged commit a9a6121 into INRIA:master Jan 8, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants