Skip to content

Fix: Address feedbacks in https://github.com/melpa/melpa/pull/10028#378

Merged
tninja merged 9 commits into
mainfrom
kang_bug_fix
Jun 1, 2026
Merged

Fix: Address feedbacks in https://github.com/melpa/melpa/pull/10028#378
tninja merged 9 commits into
mainfrom
kang_bug_fix

Conversation

@tninja
Copy link
Copy Markdown
Owner

@tninja tninja commented May 31, 2026

No description provided.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f807526221

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread ai-code-session.el
(if-let* ((session (ai-code-session-dashboard--session-at-point))
(repo-root (ai-code-session-repo-root session)))
(magit-status repo-root)
(magit-status-setup-buffer repo-root)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep dashboard compatible with declared Magit version

When users run with the package's declared minimum dependency, Package-Requires: ... (magit "2.1.0"), pressing D in the session dashboard now calls magit-status-setup-buffer, but Magit 2.1 exposes magit-status-internal as the noninteractive helper instead and does not define this function. In that supported environment this path signals void-function instead of opening the repository status; either keep using the public magit-status wrapper or raise/guard the Magit minimum version.

Useful? React with 👍 / 👎.

@tninja tninja merged commit 1a2220c into main Jun 1, 2026
4 checks passed
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.

1 participant