Skip to content

Conversation

@jdx
Copy link
Owner

@jdx jdx commented Dec 3, 2025

Summary

  • Fix duplicate "mise" prefix in verbose footer output (was showing "mise mise 2025.12.0-DEBUG by @jdx")
  • The VerboseReport uses log::info! which already adds "mise" via the logger, so remove it from the footer text passed to VerboseReport
  • Progress bar overlay still shows the full "mise VERSION by @jdx" text

Test plan

  • Run mise install with --verbose flag and verify output shows mise 2025.12.0 by @jdx instead of mise mise 2025.12.0 by @jdx

🤖 Generated with Claude Code


Note

Avoid duplicate "mise" in verbose footer by excluding the prefix for VerboseReport while keeping the full "mise VERSION by @jdx" overlay for progress bars.

  • UI/Progress Footer:
    • Use version_text ("{version} by @jdx") for verbose mode to prevent duplicate "mise" since logger already prefixes.
    • Preserve styled prefix in progress bar overlay: "mise {version_text}".
    • Minor refactor: centralize version formatting and streamline footer bar creation.

Written by Cursor Bugbot for commit 3165cba. This will update automatically on new commits. Configure here.

The VerboseReport uses log::info! which already adds a "mise" prefix
via the logger. The footer_text was also including "mise", resulting
in "mise mise 2025.12.0-DEBUG by @jdx" in verbose output.

Move the "mise" prefix to only be included for progress bar overlay
where it's needed, and use just the version text for VerboseReport.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Copilot AI review requested due to automatic review settings December 3, 2025 16:17
Copy link
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

Fixes duplicate "mise" prefix in verbose footer output by removing the prefix from the text passed to VerboseReport, since the logger already adds it.

Key changes:

  • Extract version text into a shared variable to avoid duplication
  • Use version text with "mise" prefix for progress bar overlay
  • Use version text without "mise" prefix for VerboseReport (logger adds it automatically)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jdx jdx enabled auto-merge (squash) December 3, 2025 16:25
@github-actions
Copy link

github-actions bot commented Dec 3, 2025

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.11.11 x -- echo 18.5 ± 0.4 17.8 22.7 1.00
mise x -- echo 18.8 ± 0.6 18.0 25.7 1.02 ± 0.04

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.11.11 env 17.9 ± 0.3 17.3 19.0 1.00
mise env 18.7 ± 12.6 17.5 299.8 1.04 ± 0.70

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.11.11 hook-env 18.0 ± 0.3 17.4 20.3 1.00
mise hook-env 18.2 ± 0.3 17.7 20.1 1.01 ± 0.03

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.11.11 ls 15.6 ± 0.3 15.0 16.9 1.00
mise ls 15.7 ± 0.4 15.1 19.0 1.01 ± 0.03

xtasks/test/perf

Command mise-2025.11.11 mise Variance
install (cached) 105ms 105ms +0%
ls (cached) 64ms 64ms +0%
bin-paths (cached) 72ms 70ms +2%
task-ls (cached) 429ms 420ms +2%

@jdx jdx merged commit aa10285 into main Dec 3, 2025
30 checks passed
@jdx jdx deleted the fix/duplicate-mise-verbose-footer branch December 3, 2025 16:38
jdx pushed a commit that referenced this pull request Dec 4, 2025
### 🚀 Features

- **(config)** add support for netrc by @RobotSupervisor in
[#7164](#7164)
- **(lock)** add resolve_lock_info to core backends for checksum
fetching by @jdx in [#7180](#7180)
- **(ruby)** Install ruby from a zip file over HTTPS by @KaanYT in
[#7167](#7167)
- **(tasks)** add `usage` args to Tera context in run scripts by
@iamkroot in [#7041](#7041)

### 🐛 Bug Fixes

- **(lock)** validate platform qualifiers when reading from lockfile by
@jdx in [#7181](#7181)
- **(task)** retry shebang scripts on ETXTBUSY by @iamkroot in
[#7162](#7162)
- **(ui)** remove duplicate 'mise' prefix in verbose footer output by
@jdx in [#7174](#7174)

### 📦️ Dependency Updates

- bump usage-lib to 2.9.0 by @jdx in
[#7177](#7177)

### 📦 Registry

- remove duplicated ubi and github backends from gping by @risu729 in
[#7144](#7144)
- disable bashly test (not working in CI) by @jdx in
[#7173](#7173)
- disable cfn-lint test (failing in CI) by @jdx in
[#7176](#7176)

### Chore

- add fd to mise.toml by @blampe in
[#7178](#7178)

### New Contributors

- @RobotSupervisor made their first contribution in
[#7164](#7164)

## 📦 Aqua Registry Updates

#### New Packages (2)

- [`Kitware/CMake`](https://github.com/Kitware/CMake)
- [`quarto-dev/quarto-cli`](https://github.com/quarto-dev/quarto-cli)

#### Updated Packages (6)

- [`apache/jena`](https://github.com/apache/jena)
- [`apache/spark`](https://github.com/apache/spark)
-
[`danielfoehrKn/kubeswitch`](https://github.com/danielfoehrKn/kubeswitch)
-
[`danielfoehrKn/kubeswitch/switch-sh`](https://github.com/danielfoehrKn/kubeswitch/switch-sh)
- [`evilmartians/lefthook`](https://github.com/evilmartians/lefthook)
- [`updatecli/updatecli`](https://github.com/updatecli/updatecli)
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