Skip to content

♻️ chore: remove mq-check and mq-docs crates#1271

Merged
harehare merged 1 commit intomainfrom
chore/remove-mq-check-docs
Feb 13, 2026
Merged

♻️ chore: remove mq-check and mq-docs crates#1271
harehare merged 1 commit intomainfrom
chore/remove-mq-check-docs

Conversation

@harehare
Copy link
Copy Markdown
Owner

  • Remove mq-check and mq-docs from workspace and dependencies
  • Delete crates/mq-check and crates/mq-docs directories
  • Update CI workflow, Cargo.toml, Cargo.lock, and related files
  • Clean up built-in and section module comments

Removes deprecated CLI tools and cleans up workspace structure.

- Remove mq-check and mq-docs from workspace and dependencies
- Delete crates/mq-check and crates/mq-docs directories
- Update CI workflow, Cargo.toml, Cargo.lock, and related files
- Clean up built-in and section module comments

Removes deprecated CLI tools and cleans up workspace structure.
Copilot AI review requested due to automatic review settings February 13, 2026 12:21
Copy link
Copy Markdown
Contributor

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 PR removes two deprecated CLI tool crates (mq-check and mq-docs) from the mq workspace. These tools are being converted to external standalone repositories. The PR also adds documentation comments to two functions in .mq query files and includes a Windows-specific CI configuration change.

Changes:

  • Removes mq-check and mq-docs from workspace members in Cargo.toml
  • Deletes all source files, documentation, and configuration for both crates
  • Updates Cargo.lock to remove the deleted crate entries
  • Adds documentation comments to each() in builtin.mq and sections() in section.mq
  • Adds Windows RUSTFLAGS configuration to CI workflow

Reviewed changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Cargo.toml Removes mq-check and mq-docs from workspace members list
Cargo.lock Removes lock file entries for deleted crates
crates/mq-check/* Complete deletion of mq-check crate (main.rs, lib.rs, README.md, Cargo.toml)
crates/mq-docs/* Complete deletion of mq-docs crate (main.rs, lib.rs, README.md, Cargo.toml)
crates/mq-lang/builtin.mq Adds documentation comment for each() function
crates/mq-lang/modules/section.mq Adds documentation comment for sections() function
.github/workflows/ci.yml Adds Windows stack size configuration before running tests

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Feb 13, 2026

Merging this PR will not alter performance

✅ 29 untouched benchmarks


Comparing chore/remove-mq-check-docs (b49e735) with main (ab6afb5)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (5e4d750) during the generation of this report, so ab6afb5 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@harehare harehare merged commit 50eee78 into main Feb 13, 2026
15 checks passed
@harehare harehare deleted the chore/remove-mq-check-docs branch February 13, 2026 12:47
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