-
-
Notifications
You must be signed in to change notification settings - Fork 2
📝 update upgrading guide for new stub generation flow #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Revised the `UPGRADING.md` to reflect changes in the stub generation process. Added new commands and steps for improved clarity and streamlined execution. Signed-off-by: burgholzer <[email protected]>
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughThe UPGRADING.md file is updated to refactor the nox-based stub generation workflow. Changes include adding flags to uv sync, converting nanobind.stubgen invocation from a direct function call to Python module execution, extending stub generation with output location and pattern specifications, and introducing pre-check tooling with flexible exit code handling. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Possibly related PRs
Suggested labels
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (3)📓 Common learnings📚 Learning: 2025-12-15T01:54:22.129ZApplied to files:
📚 Learning: 2025-12-15T01:59:17.023ZApplied to files:
🔇 Additional comments (3)
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 |
Description
Revised the
UPGRADING.mdto reflect changes in the stub generation process. Added new commands and steps for improved clarity and streamlined execution.Checklist: