fix: reduce PathBuf hot-path clones in include expansion loop#51
Merged
randlee merged 1 commit intointegrate/phase-HTML-reportfrom Apr 20, 2026
Merged
Conversation
randlee
added a commit
that referenced
this pull request
Apr 20, 2026
* feat(H1): structured object input support (FR-12) (#45) * feat(html-report): add H1 object input support * docs: align H1 structured-input docs * Fix H1 QA follow-up cleanup --------- Co-authored-by: Rand Lee <randlee@users.noreply.github.com> * feat(H2): arrays of objects input support (FR-13) (#47) * feat: add H2 arrays-of-objects support * Fix HTML H2 QA findings --------- Co-authored-by: Rand Lee <randlee@users.noreply.github.com> * feat(H3): sprint-report-html bundled example (FR-14, FR-15) (#48) * Add H3 HTML sprint report example * Fix HTML H3 QA findings * Remove duplicate S8 plan block --------- Co-authored-by: Rand Lee <randlee@users.noreply.github.com> * feat(H4): multi-panel report and wrapper integration (#49) * Add H3 HTML sprint report example * Fix HTML H4 QA findings * Remove duplicated HTML example tests --------- Co-authored-by: Rand Lee <randlee@users.noreply.github.com> * Fix HTML phase-end findings and scope drift * Reduce include expansion PathBuf cloning (#51) Co-authored-by: Rand Lee <randlee@users.noreply.github.com> --------- Co-authored-by: Rand Lee <randlee@users.noreply.github.com>
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.
Summary
PathBufclone count incrates/sc-composer/src/include.rs:99-103Test plan
cargo test --workspacepassescargo clippy --all-targets --all-features -- -D warningscleancargo fmt --all --checkclean🤖 Generated with Claude Code