Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

common dependency in workspace #5624

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

Merged
merged 2 commits into from
Mar 27, 2025
Merged

Conversation

youknowone
Copy link
Member

No description provided.

@youknowone youknowone changed the title libffi in workspace common dependency in workspace Mar 26, 2025
@youknowone youknowone requested a review from Copilot March 27, 2025 04:30
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request consolidates dependency definitions by transitioning several packages to use workspace-managed dependencies. The key changes include updating multiple Cargo.toml files to remove explicit version and path specifications in favor of workspace usage, adding new dependencies consistently across the project, and aligning dependency features where applicable.

Reviewed Changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pylib/Cargo.toml Changed rustpython-derive to use the workspace dependency flag.
Cargo.toml Added several dependencies (e.g., libffi, optional) with explicit versioning.
vm/Cargo.toml Converted dependencies such as optional, unicode-casing, and unic-ucd-* to workspace.
vm/sre_engine/Cargo.toml Updated optional to use workspace dependency.
jit/Cargo.toml Removed redundant libffi dependency block and added workspace-managed dependency.
compiler/literal/Cargo.toml Converted unic-ucd-category to workspace dependency.
derive-impl/Cargo.toml Replaced version-specific proc-macro2 and quote with workspace versions.
compiler/core/Cargo.toml Switched serde dependency to workspace management.
stdlib/Cargo.toml Updated unicode-casing and unic-* dependencies to use workspace.
Comments suppressed due to low confidence (1)

Cargo.toml:181

  • The 'optional' dependency is added with a version string here, which is inconsistent with other manifests that convert it to a workspace dependency. Consider aligning its definition to { workspace = true } if that is the intended consolidation.
optional = "0.5"

Cargo.toml Show resolved Hide resolved
@youknowone youknowone merged commit f27c1f7 into RustPython:main Mar 27, 2025
11 checks passed
@youknowone youknowone deleted the libffi-workspace branch March 27, 2025 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.