unicodedata: Fix name, unmask test_name - #8599
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe Unicode layer adds version-aware membership checks. The standard library now validates ChangesUnicode membership validation
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This localized change fixes Unicode name handling and restores its test coverage; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
github is having problems again, I've tried to cancel some of the workflows to rerun them but couldn't re-run them, only cancel them. Hopefully I'll remember to re-run them once github fixes it. ping me incase I don't:) |
|
turning it off and on again worked:) |
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [ ] test: cpython/Lib/test/test_unicodedata.py (TODO: 27) dependencies: dependent tests: (no tests depend on unicode) [ ] lib: cpython/Lib/urllib dependencies:
dependent tests: (81 tests)
[x] lib: cpython/Lib/dataclasses.py dependencies:
dependent tests: (98 tests)
[ ] test: cpython/Lib/test/test_descr.py (TODO: 31) dependencies: dependent tests: (no tests depend on descr) [x] test: cpython/Lib/test/test_dict.py (TODO: 4) dependencies: dependent tests: (no tests depend on dict) [ ] test: cpython/Lib/test/test_enumerate.py dependencies: dependent tests: (no tests depend on enumerate) [x] lib: cpython/Lib/compileall.py dependencies:
dependent tests: (1 tests)
[x] lib: cpython/Lib/calendar.py dependencies:
dependent tests: (29 tests)
[x] lib: cpython/Lib/io.py dependencies:
dependent tests: (108 tests)
[x] lib: cpython/Lib/collections dependencies:
dependent tests: (331 tests)
[x] lib: cpython/Lib/codeop.py dependencies:
dependent tests: (104 tests)
[x] lib: cpython/Lib/random.py dependencies:
dependent tests: (141 tests)
Legend:
|
|
Oh wow, so it turns out that there are algorithmically derived names that are not in |
One of checkbox below must be checked.
Summary
unicodedata.nameand unmask its testSummary by CodeRabbit