| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
📝 Walkthrough
WalkthroughRemoved the RustPython-only Reverse { amount: Arg<u32> } opcode variant from the Instruction enum, deleted its execution handling in the VM, and removed related stack-effect, disassembly/formatting, and dead-code paths; also fixed opcode-name generation and inverted a CI workflow check. Changes
Sequence Diagram(s)(omitted) Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem🚥 Pre-merge checks | ✅ 3 ✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📜 Recent review details Configuration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro 📥 CommitsReviewing files that changed from the base of the PR and between ab43e94 and d879bf1. 📒 Files selected for processing (1)
Learnt from: CR Repo: RustPython/RustPython PR: 0 File: .github/copilot-instructions.md:0-0 Timestamp: 2025-12-27T14:03:49.034Z Learning: When modifying bytecode instructions, perform a full clean build by running `rm -r target/debug/build/rustpython-* && find . | grep -E '\.pyc$' | xargs rm -r` .github/workflows/ci.yaml (1) 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. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
|
Code has been automatically formatted The code in this PR has been formatted using cargo fmt --all. git pull origin bytecode-remove-reverse |
Sorry, something went wrong.
Yay #6677 works |
Sorry, something went wrong.
|
Great! The message looks like need to be changed. it is not by fmt --all |
Sorry, something went wrong.
* Remove `Reverse` bytecode * Update crates/compiler-core/src/bytecode.rs Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com> * Gen * Remove Reverse * Auto-format: cargo fmt --all * Revert comment * Remove debug code * Fix CI --------- Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Remove `Reverse` bytecode * Update crates/compiler-core/src/bytecode.rs Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com> * Gen * Remove Reverse * Auto-format: cargo fmt --all * Revert comment * Remove debug code * Fix CI --------- Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Summary by CodeRabbit
Chores
Breaking Changes
✏️ Tip: You can customize this high-level summary in your review settings.