Skip to content

Conversation

@evyncke
Copy link
Collaborator

@evyncke evyncke commented Nov 1, 2025

Fix #9483

Using a new ietf/utils/unicodenormalize.py to basically transform "Éric" into "Eric" and using this ancillary function for ballots, WG AD dashboard, and milestones under review.

@evyncke
Copy link
Collaborator Author

evyncke commented Nov 1, 2025

Working on fixing ietf.iesg.tests.IESGTests.test_working_groups as the test was not expecting a sorted table ;-)

@codecov
Copy link

codecov bot commented Nov 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.54%. Comparing base (cbb0e2e) to head (47a5a0d).
⚠️ Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9836      +/-   ##
==========================================
- Coverage   88.54%   88.54%   -0.01%     
==========================================
  Files         316      317       +1     
  Lines       42265    42273       +8     
==========================================
+ Hits        37423    37430       +7     
- Misses       4842     4843       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rjsparks
Copy link
Member

rjsparks commented Nov 3, 2025

This has the same issue interacting with tablesorter - clicking on the tables won't get the same sort result as this PR passes in now.

@evyncke
Copy link
Collaborator Author

evyncke commented Nov 4, 2025

This has the same issue interacting with tablesorter - clicking on the tables won't get the same sort result as this PR passes in now.

AFAIK, this was taken into consideration and tested with the current IESG for "..., Éric, Erik, ..." whose order is unchanged between Python generated first list and then after applying JS lists.js sorting.

@rjsparks rjsparks merged commit bc4752d into ietf-tools:main Nov 7, 2025
10 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AD order in IESG ballots does not handle UTF-8 collation

3 participants