Switch pack flow to generate_api#4787
Open
heaths wants to merge 2 commits into
Open
Conversation
Route Pack-Crates.ps1 through generate_api so packaged crates keep the existing APIView artifact shape by default while exposing a temporary -APIReview path for crate-root API.md generation. Update the generate_api README to describe the current pipeline flow and the temporary markdown testing path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 666bbd92-9ac2-46b9-ba17-90e61a463272
|
Azure Pipelines: Successfully started running 1 pipeline(s). 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Routes crate packaging through generate_api and documents the updated API review workflow.
Changes:
- Adds APIView and temporary Markdown generation paths.
- Sets the generator version to 2.0.0.
- Updates workflow documentation.
Show a summary per file
| File | Description |
|---|---|
eng/scripts/Pack-Crates.ps1 |
Integrates generate_api into packaging. |
eng/tools/generate_api/Cargo.toml |
Sets generator version. |
eng/tools/generate_api/README.md |
Documents pipeline and local testing flows. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Medium
Use the Rust APIView token naming contract when staging generated review files and update the Rust API review artifact finder to look for the same `_rust.json` file name. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6b7c45e8-f2e6-4fb1-a24d-3aed4f9bb98e
xirzec
approved these changes
Jul 17, 2026
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.
Route Pack-Crates.ps1 through generate_api so packaged crates keep the
existing APIView artifact shape by default while exposing a temporary
-APIReview path for crate-root API.md generation.
Update the generate_api README to describe the current pipeline flow and
the temporary markdown testing path.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
Copilot-Session: 666bbd92-9ac2-46b9-ba17-90e61a463272