Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Closing the only Sessions match hides the nothing-matches message

オープン
#1,473 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
75/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
go

調査の方向性

Run make demo-home and reproduce the single-result filter case in Sessions. Inspect internal/tui3/place_sessions.go:1573 and the close-note assignment in internal/tui3/taskrowverbs.go:97, then find the filtered-place note test and add the one-result and multi-result cases. Done means the acknowledgement and no-match state are both visible, with the Sessions manual and invalidates updated if wording changes.

索引モデルが issue の本文から書いたものです。

説明

area:chat bug sev:papercut

Seen on dev@debffabf6. Surfaced while verifying #1425; introduced by it.

What happened

Closing the only task matched by a Sessions filter removes the row, but the place's action notice takes the line where nothing matches would appear. The body is blank, leaving no immediate account that the filter has no visible result.

Replication

Deterministic (no model). Run make demo-home, open Sessions, type a filter matching exactly one task, then close it. The list becomes blank and the note says task closed · find it by typing its name in tasks; nothing matches is absent. Clear the action notice and the expected no-match line returns.

Where

internal/tui3/place_sessions.go:1573 at dev@debffabf6, tasksPlace.note, returns actionNote before checking the empty filtered reading. The close action sets the note in internal/tui3/taskrowverbs.go:97.

The fix

Keep the close acknowledgement without suppressing the filter's no-match state, by giving them separate lines or combining them into one clear sentence.

Acceptance

  • e2e: closing the sole Sessions result shows both that the task closed and that the current filter matches nothing.
  • Unit: the filtered-place note test covers one-result closure and a multi-result control.
  • Update the Sessions manual if the wording changes and record the former blank state in invalidates.
主要言語
Go
スター
115
フォーク
14
平均マージ
9時間 38分
マージ済み PR(30日)
730

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Agent-Field/CodeAF のほかの issue

Agent-Field/CodeAF の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。