Match float zero-division message with CPython#7426
Match float zero-division message with CPython#7426youknowone merged 1 commit intoRustPython:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughError messages for float division operations are standardized to use "division by zero" consistently across Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [x] test: cpython/Lib/test/test_builtin.py (TODO: 18) dependencies: dependent tests: (no tests depend on builtin) [ ] test: cpython/Lib/test/test_decorators.py (TODO: 1) dependencies: dependent tests: (no tests depend on decorators) [ ] test: cpython/Lib/test/test_marshal.py (TODO: 21) dependencies: dependent tests: (21 tests)
Legend:
|
This pull request lets RustPython raise zero-division error with same message with CPython.
Summary by CodeRabbit