| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Caution Review failedThe pull request is closed. WalkthroughThis PR adds a helper singleton_node_to_object, renames PY_COMPILE_FLAG_AST_ONLY → PY_CF_ONLY_AST (and updates derived flags/masks), and consistently renames underscore-prefixed AST API parameters (_vm, _object, _cls, _range) to vm, object, cls, range across AST modules. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Suggested reviewers
Poem🚥 Pre-merge checks | ✅ 1 | ❌ 2 ❌ Failed checks (1 warning, 1 inconclusive)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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.
- Extract singleton_node_to_object() helper for operator/context nodes - Rename PY_COMPILE_FLAG_AST_ONLY to PY_CF_ONLY_AST - Rename populate_match_args_and_attributes to populate_repr - Set _attributes in impl_base_node! no-args variant - Simplify ast_reduce with .is_some() instead of drop(value) - Remove _ prefix from used parameters across ast/ files - Fix slot_new comment to explain why slot_init is called
| Back | FazBrowse Home | New Git URL |
Summary by CodeRabbit
Performance Improvements
Refactor
Chores