From 72c3540a7f86904b437c7402b910d3f4caffbbeb Mon Sep 17 00:00:00 2001 From: n4n5 Date: Thu, 18 Sep 2025 18:51:50 -0600 Subject: [PATCH 1/2] code typos --- CHANGELOG.md | 12 ++++++------ docs/dev-tools/backends/ubi.md | 2 +- e2e/generate/test_generate_bootstrap | 6 +++--- e2e/tasks/test_task_run_output | 2 +- src/cli/self_update.rs | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4742524cc6..591759699a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -251,10 +251,10 @@ ### 🐛 Bug Fixes - **(aqua)** respect order of asset_strs by @risu729 in [#6143](https://github.com/jdx/mise/pull/6143) -- **(java)** treat freebsd as linux (assuming linux compatability) by @roele in [#6161](https://github.com/jdx/mise/pull/6161) +- **(java)** treat freebsd as linux (assuming linux compatibility) by @roele in [#6161](https://github.com/jdx/mise/pull/6161) - **(nushell/windows)** Fix $env.PATH getting converted to a string by @zackyancey in [#6157](https://github.com/jdx/mise/pull/6157) - **(sync)** create uv_versions_path dir if it doesn't exist by @risu729 in [#6142](https://github.com/jdx/mise/pull/6142) -- **(ubi)** show relevent error messages for v-prefixed tags by @risu729 in [#6183](https://github.com/jdx/mise/pull/6183) +- **(ubi)** show relevant error messages for v-prefixed tags by @risu729 in [#6183](https://github.com/jdx/mise/pull/6183) - remove nodejs/golang alias migrate code by @risu729 in [#6141](https://github.com/jdx/mise/pull/6141) - mise activate not working on powershell v5 by @L0RD-ZER0 in [#6168](https://github.com/jdx/mise/pull/6168) @@ -2122,7 +2122,7 @@ ### 🐛 Bug Fixes -- **(ubi)** API URL for GitHub should not have /repos segement by @roele in [#4848](https://github.com/jdx/mise/pull/4848) +- **(ubi)** API URL for GitHub should not have /repos segment by @roele in [#4848](https://github.com/jdx/mise/pull/4848) - **(ubi)** URL syntax fails by @roele in [#4859](https://github.com/jdx/mise/pull/4859) - allow to install non-numeric elixir versions by @roele in [#4850](https://github.com/jdx/mise/pull/4850) - removed possible single-point-of-failure while running `mise upgrade` by @hitblast in [#4847](https://github.com/jdx/mise/pull/4847) @@ -2771,7 +2771,7 @@ ### Chore - make self_update optional by @jdx in [#4230](https://github.com/jdx/mise/pull/4230) -- added some defaul reqwest features by @jdx in [#4232](https://github.com/jdx/mise/pull/4232) +- added some default reqwest features by @jdx in [#4232](https://github.com/jdx/mise/pull/4232) ### New Contributors @@ -3701,9 +3701,9 @@ ### 🚀 Features - add the users PATH to `mise doctor` by @syhol in [#3474](https://github.com/jdx/mise/pull/3474) -- feat : Add superfile with aqua backend to registery by @yodatak in [#3479](https://github.com/jdx/mise/pull/3479) +- feat : Add superfile with aqua backend to registry by @yodatak in [#3479](https://github.com/jdx/mise/pull/3479) - added `task_auto_install` setting by @jdx in [#3481](https://github.com/jdx/mise/pull/3481) -- Add yazi with aqua backend to registery by @yodatak in [#3485](https://github.com/jdx/mise/pull/3485) +- Add yazi with aqua backend to registry by @yodatak in [#3485](https://github.com/jdx/mise/pull/3485) - Migrating Terragrunt asdf plugin over to gruntwork-io by @yhakbar in [#3486](https://github.com/jdx/mise/pull/3486) - add settings for python venv creation by @jdx in [#3489](https://github.com/jdx/mise/pull/3489) - added MISE_ARCH setting by @jdx in [#3490](https://github.com/jdx/mise/pull/3490) diff --git a/docs/dev-tools/backends/ubi.md b/docs/dev-tools/backends/ubi.md index f3fecf583b..55aa65d080 100644 --- a/docs/dev-tools/backends/ubi.md +++ b/docs/dev-tools/backends/ubi.md @@ -155,7 +155,7 @@ authenticate with the API. ### `ubi` resolver can't find os/arch Sometimes vendors use strange formats for their releases that ubi can't figure out, possibly for a -specific os/arch combination. For example this recently happend in [this ticket](https://github.com/houseabsolute/ubi/issues/79) because a vendor used +specific os/arch combination. For example this recently happened in [this ticket](https://github.com/houseabsolute/ubi/issues/79) because a vendor used "mac" instead of the more common "macos" or "darwin" tags. Try using ubi by itself to see if the issue is related to mise or ubi: diff --git a/e2e/generate/test_generate_bootstrap b/e2e/generate/test_generate_bootstrap index 5c1cbbf6a9..8e0ee1fbe5 100644 --- a/e2e/generate/test_generate_bootstrap +++ b/e2e/generate/test_generate_bootstrap @@ -10,8 +10,8 @@ assert "./bin/xxx" "running xxx" assert "mise generate bootstrap -l -w" # ensure that that the commands don't rely on the global mise bin -orginal_mise="$(which mise)" -mv "$orginal_mise" "orginal_mise" +original_mise="$(which mise)" +mv "$original_mise" "original_mise" assert_contains "./bin/mise tasks ls" "xxx" @@ -27,4 +27,4 @@ run = ["{{mise_bin}} run other_task"] assert_contains "./bin/mise run my_task" "running other_task" -mv "orginal_mise" "$orginal_mise" +mv "original_mise" "$original_mise" diff --git a/e2e/tasks/test_task_run_output b/e2e/tasks/test_task_run_output index a2bdf2568e..be47a5b627 100644 --- a/e2e/tasks/test_task_run_output +++ b/e2e/tasks/test_task_run_output @@ -35,7 +35,7 @@ MISE_TASK_OUTPUT=prefix assert "mise run all" "[a] running a [c] running c [all] running all [z] running z" -# defaults to interleave if linear depedency graph +# defaults to interleave if linear dependency graph assert "mise run all" "running a running b running c diff --git a/src/cli/self_update.rs b/src/cli/self_update.rs index e3ba2a6750..bdc55e327a 100644 --- a/src/cli/self_update.rs +++ b/src/cli/self_update.rs @@ -105,7 +105,7 @@ impl SelfUpdate { .and_then(|p| p.parent().map(|p| p.to_path_buf())) .and_then(|p| p.parent().map(|p| p.to_path_buf())) .map(|p| { - p.join("lib").join(".disable-self-update").exists() // kept for compability, see #4476 + p.join("lib").join(".disable-self-update").exists() // kept for compatibility, see #4476 || p.join("lib") .join("mise") .join(".disable-self-update") From bb5035f19c6dab44732cc66922d1273b17d81e81 Mon Sep 17 00:00:00 2001 From: n4n5 Date: Thu, 18 Sep 2025 18:51:56 -0600 Subject: [PATCH 2/2] registry typos --- .../aqua-registry/pkgs/Songmu/maltmill/registry.yaml | 2 +- .../aqua-registry/pkgs/cnosuke/kushi/registry.yaml | 2 +- .../aqua-registry/aqua-registry/pkgs/goark/depm/registry.yaml | 2 +- .../aqua-registry/pkgs/ipld/go-car/registry.yaml | 2 +- .../aqua-registry/pkgs/kudobuilder/kuttl/registry.yaml | 2 +- registry.toml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/crates/aqua-registry/aqua-registry/pkgs/Songmu/maltmill/registry.yaml b/crates/aqua-registry/aqua-registry/pkgs/Songmu/maltmill/registry.yaml index a7cc2e88bd..bebc25d321 100644 --- a/crates/aqua-registry/aqua-registry/pkgs/Songmu/maltmill/registry.yaml +++ b/crates/aqua-registry/aqua-registry/pkgs/Songmu/maltmill/registry.yaml @@ -5,7 +5,7 @@ packages: repo_name: maltmill asset: maltmill_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}} format: zip - description: create and update Homebrew thrid party Formulae + description: create and update Homebrew third party Formulae overrides: - goos: linux format: tar.gz diff --git a/crates/aqua-registry/aqua-registry/pkgs/cnosuke/kushi/registry.yaml b/crates/aqua-registry/aqua-registry/pkgs/cnosuke/kushi/registry.yaml index a46a79e507..3a7da71460 100644 --- a/crates/aqua-registry/aqua-registry/pkgs/cnosuke/kushi/registry.yaml +++ b/crates/aqua-registry/aqua-registry/pkgs/cnosuke/kushi/registry.yaml @@ -3,7 +3,7 @@ packages: - type: github_release repo_owner: cnosuke repo_name: kushi - description: Auto SSH port-fowarding agent which gets forwarding configs from URL + description: Auto SSH port-forwarding agent which gets forwarding configs from URL version_constraint: "false" version_overrides: - version_constraint: semver("<= 0.6.1") diff --git a/crates/aqua-registry/aqua-registry/pkgs/goark/depm/registry.yaml b/crates/aqua-registry/aqua-registry/pkgs/goark/depm/registry.yaml index 15698d672a..61d3ab8bf9 100644 --- a/crates/aqua-registry/aqua-registry/pkgs/goark/depm/registry.yaml +++ b/crates/aqua-registry/aqua-registry/pkgs/goark/depm/registry.yaml @@ -3,7 +3,7 @@ packages: - type: github_release repo_owner: goark repo_name: depm - description: Visualize depndency packages and modules + description: Visualize dependency packages and modules version_constraint: "false" version_overrides: - version_constraint: semver("<= 0.3.1") diff --git a/crates/aqua-registry/aqua-registry/pkgs/ipld/go-car/registry.yaml b/crates/aqua-registry/aqua-registry/pkgs/ipld/go-car/registry.yaml index 29be1e892b..f9788fdc62 100644 --- a/crates/aqua-registry/aqua-registry/pkgs/ipld/go-car/registry.yaml +++ b/crates/aqua-registry/aqua-registry/pkgs/ipld/go-car/registry.yaml @@ -3,7 +3,7 @@ packages: - type: github_release repo_owner: ipld repo_name: go-car - description: A content addressible archive utility + description: A content addressable archive utility asset: go-car_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} format: zip files: diff --git a/crates/aqua-registry/aqua-registry/pkgs/kudobuilder/kuttl/registry.yaml b/crates/aqua-registry/aqua-registry/pkgs/kudobuilder/kuttl/registry.yaml index 1964909c5d..664d7eb682 100644 --- a/crates/aqua-registry/aqua-registry/pkgs/kudobuilder/kuttl/registry.yaml +++ b/crates/aqua-registry/aqua-registry/pkgs/kudobuilder/kuttl/registry.yaml @@ -3,7 +3,7 @@ packages: - type: github_release repo_owner: kudobuilder repo_name: kuttl - description: KUbernetes Test TooL (kuttl) + description: Kubernetes Test TooL (kuttl) supported_envs: - darwin - linux diff --git a/registry.toml b/registry.toml index 33f5218625..651a4bbf39 100644 --- a/registry.toml +++ b/registry.toml @@ -1917,7 +1917,7 @@ kubectl-kots.backends = [ ] kubectl-kots.test = ["kots version", "Replicated KOTS {{version}}"] kubectl-kuttl.aliases = ["kuttl"] -kubectl-kuttl.description = "KUbernetes Test TooL (kuttl)" +kubectl-kuttl.description = "Kubernetes Test TooL (kuttl)" kubectl-kuttl.backends = [ "aqua:kudobuilder/kuttl", "asdf:jimmidyson/asdf-kuttl" @@ -2457,7 +2457,7 @@ periphery.backends = [ ] perl.description = "self-contained, portable perl binaries" perl.backends = ["aqua:skaji/relocatable-perl", "asdf:ouest/asdf-perl"] -php.description = "popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the worl" +php.description = "popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world" php.backends = ["asdf:mise-plugins/asdf-php", "vfox:mise-plugins/vfox-php"] pinact.description = "pinact is a CLI to edit GitHub Workflow and Composite action files and pin versions of Actions and Reusable Workflows. pinact can also update their versions and verify version annotations" pinact.backends = ["aqua:suzuki-shunsuke/pinact", "ubi:suzuki-shunsuke/pinact"]