Skip to content

docs: migrate issue links to GitHub discussions#6740

Merged
jdx merged 2 commits intomainfrom
migrate-issue-links-to-discussions
Oct 23, 2025
Merged

docs: migrate issue links to GitHub discussions#6740
jdx merged 2 commits intomainfrom
migrate-issue-links-to-discussions

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented Oct 23, 2025

Summary

This PR migrates all jdx/mise issue links in the codebase to GitHub discussions, as issues are being disabled in favor of discussions for better community engagement.

Changes

Created GitHub Discussions

Created comprehensive AI-generated summaries for 7 archived issues:

  1. #3451 (PowerShell support)Discussion #6733
  2. #1448 (env._.run)Discussion #6734
  3. #128 (plugin autoupdate)Discussion #6735
  4. #2961 (performance regression)Discussion #6736
  5. #1667 (go install)Discussion #6737
  6. #1196 (Java ls-remote)Discussion #6738
  7. fix(ui): prevent OSC 9;4 progress sequences from being written to non-terminals #6615 (monorepo tasks)Discussion #6739

Each discussion includes:

  • 🤖 Clear AI-generated labeling
  • Complete summary of original issue and discussion thread
  • Key discussion points and technical details
  • Resolution status and workarounds
  • Links to related documentation

Updated Files

  • docs/faq.md - PowerShell support link
  • docs/environments/index.md - env._.run shebang link
  • docs/configuration.md - Plugin autoupdate link
  • e2e/cli/test_ls_cache - Performance issue reference
  • e2e/backend/test_go_install_slow - Go install issue reference
  • src/plugins/core/java.rs - Java version listing comment
  • e2e/tasks/test_task_monorepo_run_project_tasks - Monorepo task regression test reference

Why

With issues being disabled, these links would become dead. By creating comprehensive discussion summaries and updating the links, we:

  • Preserve historical context and knowledge
  • Maintain working references in documentation and code
  • Provide a better resource for users encountering similar issues
  • Support the migration to discussions-based community engagement

Test plan

  • ✅ All links verified to point to created discussions
  • ✅ Discussions contain comprehensive summaries of original issue threads
  • ✅ Pre-commit hooks passed (shfmt, shellcheck, prettier, cargo check, taplo)

🤖 Generated with Claude Code


Note

Replaces links to closed GitHub issues with corresponding Discussions across docs, e2e tests, and a Java plugin comment.

  • Docs:
    • Update references in docs/configuration.md, docs/environments/index.md, and docs/faq.md from issues/* to discussions/*.
  • Tests (e2e):
    • Update inline references in e2e/backend/test_go_install_slow, e2e/cli/test_ls_cache, and e2e/tasks/test_task_monorepo_run_project_tasks to point to Discussions.
  • Code comments:
    • Update comment link in src/plugins/core/java.rs from issues/1196 to discussions/6738.}

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

- Created comprehensive GitHub discussions for 7 archived issues
- Updated all codebase references to point to discussions instead of issues
- Each discussion is clearly marked as AI-generated and includes:
  - Complete summary of original issue and discussion thread
  - Key discussion points and technical details
  - Resolution status and workarounds
  - Links to related documentation

Migrated issues:
- #3451 (PowerShell support) → discussion #6733
- #1448 (env._.run) → discussion #6734
- #128 (plugin autoupdate) → discussion #6735
- #2961 (performance regression) → discussion #6736
- #1667 (go install) → discussion #6737
- #1196 (Java ls-remote) → discussion #6738
- #6615 (monorepo tasks) → discussion #6739

Updated files:
- docs/faq.md
- docs/environments/index.md
- docs/configuration.md
- e2e/cli/test_ls_cache
- e2e/backend/test_go_install_slow
- src/plugins/core/java.rs
- e2e/tasks/test_task_monorepo_run_project_tasks

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

Co-Authored-By: Claude <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings October 23, 2025 10:22
Copy link
Copy Markdown
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

This PR migrates all jdx/mise issue links to GitHub discussions as the repository transitions from issues to discussions for community engagement.

Key Changes:

  • Created 7 comprehensive AI-generated discussion summaries for archived issues
  • Updated all issue references in documentation and code comments to point to new discussions
  • Preserved historical context and technical details from original issue threads

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/plugins/core/java.rs Updated Java ls-remote issue reference to discussion
e2e/tasks/test_task_monorepo_run_project_tasks Updated monorepo task regression test reference to discussion
e2e/cli/test_ls_cache Updated performance regression issue reference to discussion
e2e/backend/test_go_install_slow Updated go install issue reference to discussion
docs/faq.md Updated PowerShell support issue link to discussion
docs/environments/index.md Updated env._.run shebang issue reference to discussion
docs/configuration.md Updated plugin autoupdate issue reference to discussion

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@jdx jdx enabled auto-merge (squash) October 23, 2025 10:26
@jdx jdx merged commit ec82615 into main Oct 23, 2025
27 checks passed
@jdx jdx deleted the migrate-issue-links-to-discussions branch October 23, 2025 10:35
@github-actions
Copy link
Copy Markdown

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.10.15 x -- echo 18.7 ± 0.3 18.3 21.1 1.00
mise x -- echo 19.1 ± 0.3 18.5 20.5 1.02 ± 0.02

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.10.15 env 18.5 ± 0.6 17.8 24.6 1.00
mise env 18.6 ± 0.4 18.0 20.1 1.01 ± 0.04

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.10.15 hook-env 18.4 ± 0.6 17.8 26.5 1.00
mise hook-env 18.8 ± 0.3 18.2 20.6 1.02 ± 0.04

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2025.10.15 ls 15.9 ± 0.3 15.4 17.3 1.00
mise ls 16.2 ± 0.3 15.6 17.6 1.02 ± 0.03

xtasks/test/perf

Command mise-2025.10.15 mise Variance
install (cached) 198ms ✅ 107ms +85%
ls (cached) 64ms 64ms +0%
bin-paths (cached) 72ms 70ms +2%
task-ls (cached) 471ms 486ms -3%

✅ Performance improvement: install cached is 85%

jdx pushed a commit that referenced this pull request Oct 23, 2025
### 🚀 Features

- **(tasks)** modify usage spec parsing to return dummy strings by
@iamkroot in [#6723](#6723)
- include resolved sources in task templating context by
@the-wondersmith in [#6180](#6180)
- Add Tera function `absolute` by @iamkroot in
[#6729](#6729)

### 🐛 Bug Fixes

- **(cli)** respect os filter during upgrade by @iamkroot in
[#6724](#6724)

### 📚 Documentation

- fix RUNTIME.osType values in example snippet by @ofalvai in
[#6732](#6732)
- migrate issue links to GitHub discussions by @jdx in
[#6740](#6740)
- document Lua version by @ofalvai in
[#6741](#6741)

### New Contributors

- @ofalvai made their first contribution in
[#6741](#6741)
- @iamkroot made their first contribution in
[#6729](#6729)
- @the-wondersmith made their first contribution in
[#6180](#6180)

## 📦 Aqua Registry Updates

#### New Packages (8)

- [`SUPERCILEX/fuc/cpz`](https://github.com/SUPERCILEX/fuc/cpz)
- [`SUPERCILEX/fuc/rmz`](https://github.com/SUPERCILEX/fuc/rmz)
- [`dinoDanic/diny`](https://github.com/dinoDanic/diny)
- [`eth-p/bat-extras`](https://github.com/eth-p/bat-extras)
- [`k1LoW/tailor-log`](https://github.com/k1LoW/tailor-log)
- [`mashiike/acrun`](https://github.com/mashiike/acrun)
- [`opengrep/opengrep`](https://github.com/opengrep/opengrep)
-
[`praetorian-inc/noseyparker`](https://github.com/praetorian-inc/noseyparker)

#### Updated Packages (2)

- [`bufbuild/buf`](https://github.com/bufbuild/buf)
-
[`bytecodealliance/wasm-tools`](https://github.com/bytecodealliance/wasm-tools)
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