registry: use github backend for xchtmlreport#7442
Merged
Conversation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates the xchtmlreport tool from an ASDF backend to a GitHub backend, improving maintainability by using the official upstream repository directly. The change also adds platform restrictions and test coverage for the tool.
Key changes:
- Switched from custom ASDF plugin to direct GitHub backend (
XCTestHTMLReport/XCTestHTMLReport) - Added macOS-only platform restriction
- Added version test command
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 x -- echo |
19.9 ± 0.3 | 19.3 | 21.4 | 1.00 |
mise x -- echo |
20.0 ± 0.4 | 19.0 | 21.0 | 1.01 ± 0.02 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 env |
19.3 ± 0.7 | 18.3 | 24.6 | 1.00 |
mise env |
19.4 ± 0.5 | 18.4 | 21.1 | 1.01 ± 0.05 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 hook-env |
19.4 ± 0.7 | 18.5 | 21.3 | 1.00 |
mise hook-env |
20.1 ± 0.6 | 18.6 | 22.3 | 1.03 ± 0.05 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.12.12 ls |
17.3 ± 0.6 | 16.2 | 18.6 | 1.00 |
mise ls |
17.7 ± 0.7 | 16.4 | 19.6 | 1.02 ± 0.05 |
xtasks/test/perf
| Command | mise-2025.12.12 | mise | Variance |
|---|---|---|---|
| install (cached) | 111ms | 110ms | +0% |
| ls (cached) | 66ms | 66ms | +0% |
| bin-paths (cached) | 73ms | 73ms | +0% |
| task-ls (cached) | 280ms | 290ms | -3% |
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
os = ["macos"]restriction since it's an Xcode toolTest plan
mise test-tool xchtmlreport- installs and runs successfully🤖 Generated with Claude Code
Note
No changes detected in this diff.
Written by Cursor Bugbot for commit 35bafd1. This will update automatically on new commits. Configure here.