-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Upgrade radium to 1.1.1 #5971
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
Upgrade radium to 1.1.1 #5971
Conversation
WalkthroughThe patch removes custom Changes
Assessment against linked issues
Assessment against linked issues: Out-of-scope changes
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
💤 Files with no reviewable changes (3)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used📓 Path-based instructions (1)**/*.rsInstructions used from: Sources:
🧠 Learnings (1)vm/src/vm/mod.rs (4)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (11)
🔇 Additional comments (1)
✨ 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
Cargo.toml (1)
84-87
: Empty[patch.crates-io]
table can be dropped (optional)With every override now removed, this table only contains comments. Cargo tolerates an empty table, but deleting it (while keeping the REDOX comments elsewhere) trims a tiny bit of noise and avoids future confusion over whether any patches are active.
📜 Review details
Configuration used: .coderabbit.yml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
Cargo.toml
(1 hunks)example_projects/barebone/Cargo.toml
(0 hunks)example_projects/frozen_stdlib/Cargo.toml
(0 hunks)wasm/wasm-unknown-test/Cargo.toml
(0 hunks)
💤 Files with no reviewable changes (3)
- example_projects/barebone/Cargo.toml
- wasm/wasm-unknown-test/Cargo.toml
- example_projects/frozen_stdlib/Cargo.toml
🧰 Additional context used
🧠 Learnings (1)
Cargo.toml (1)
Learnt from: CR
PR: RustPython/RustPython#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-06-30T10:08:48.858Z
Learning: Applies to **/*.rs : Use the macro system (`pyclass`, `pymodule`, `pyfunction`, etc.) when implementing Python functionality in Rust
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (11)
- GitHub Check: Check the WASM package and demo
- GitHub Check: Run snippets and cpython tests on wasm-wasi
- GitHub Check: Run tests under miri
- GitHub Check: Run rust tests (ubuntu-latest)
- GitHub Check: Check Rust code with rustfmt and clippy
- GitHub Check: Ensure compilation on various targets
- GitHub Check: Run rust tests (macos-latest)
- GitHub Check: Run snippets and cpython tests (macos-latest)
- GitHub Check: Run rust tests (windows-latest)
- GitHub Check: Run snippets and cpython tests (windows-latest)
- GitHub Check: Run snippets and cpython tests (ubuntu-latest)
🔇 Additional comments (1)
Cargo.toml (1)
190-194
: radium bumped to 1.1.1 – looks goodUpgrading to the crates-io release without the git override resolves the nightly-breakage noted in #5768 and keeps the manifest in sync with the rest of the workspace.
Fix #5768
Summary by CodeRabbit
radium
dependency to version 1.1.1 from the official source.radium
crate in multiple project configurations, ensuring all projects now use the standard published version.