🔥 chore: remove mq-python crate from workspace#1349
Merged
Conversation
- Deleted crates/mq-python and all related files - Updated workspace Cargo.toml and README.md - Cleaned up dependencies and references BREAKING CHANGE: Python bindings are now maintained in https://github.com/harehare/mq-python
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the mq-python crate from the workspace, moving Python bindings to a separate repository. The removal is comprehensive, including the entire crate directory, build configurations, version bump scripts, and most documentation references.
Changes:
- Removed
mq-pythoncrate from workspace members inCargo.toml - Deleted all Python binding source code, tests, and configuration files
- Removed Python-related build recipes from
justfileand version bump logic frombump_version.sh - Updated
README.mdto point to the new standalone repository atgithub.com/harehare/mq-python - Updated documentation files (
CLAUDE.md,AGENTS.md) and configuration (.github/codecov.yml,.claude/rules/mq-python.md) - Cleaned up
Cargo.lockby removing pyo3 and related dependencies
Reviewed changes
Copilot reviewed 21 out of 25 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Removed mq-python from workspace members |
| Cargo.lock | Automatic removal of pyo3 and Python-related dependencies |
| justfile | Removed build-python, publish-python-test, and publish-python targets |
| scripts/bump_version.sh | Removed Python version update commands |
| README.md | Updated mq-python link to point to separate repository |
| CLAUDE.md, AGENTS.md | Removed mq-python from directory structure documentation |
| .github/codecov.yml | Removed mq-python from coverage ignore list |
| .github/copilot-instructions.md | Missing update - still references mq-python |
| .github/instructions/general.instructions.md | Missing update - still references mq-python |
| .gitignore | Added .claude/worktrees (unrelated change) |
| .claude/rules/mq-python.md | Deleted Python-specific rules |
| crates/mq-python/** | Complete removal of Python bindings crate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.