Conversation
コードレビュー指摘対応(#1・#3)。 - app 層に `Error.sessionUIMessage`(GitCommandError の stderr/空なら localizedDescription)を 追加し、PRCreateSheet / NewSessionSheet の重複ヘルパ 2 つと ContentView の未修正 inline を統合。 ContentView の worktree 削除失敗ハンドラに残っていた「空 stderr で空アラート」バグ (#34/#42 で直したものの 3 例目)を解消。 - release-please.yml: `|| GITHUB_TOKEN` フォールバックが効くのは secret 未設定時のみで、期限切れ PAT では発火せず job が 401 で失敗する旨にコメントを訂正(従来コメントの「切れたらフォールバックで 動作継続」は誤り)。 app build 警告0 / swift test 53 passed。
#42 で NSSplitViewDelegate の min/max 制約(±90pt)が有効化されたが、分割ビューの幅/高さが ~180pt 未満だと min(proposedMin+90) > max(proposedMax-90) となり、AppKit のディバイダ配置が 未定義動作=レイアウト崩れになる(小さいウィンドウ・ネストした分割で発生)。 - paneMinSize を導入し、両側に 90pt×2 を取れない狭さでは利用可能幅の半分まで縮めて min>max を作らないようにする(広いときは従来どおり 90pt)。 - applyRatio の target も同じ許容範囲にクランプし、範囲外比率で毎レイアウト setPosition を 再発行し続ける無駄も解消。 app build 警告0 / swift test 53 passed。※ウィンドウ縮小時のレイアウトは実機確認が必要。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.3.2 リリース統合(dev → main)
0.3.1 以降の修正をまとめて main へ。dev は main の linear 子孫(乖離なし)。
Error.sessionUIMessageに集約+worktree 削除の空エラー(3例目)解消/release-please コメント訂正検証: swift test 53 passed / app build 警告0。
※ 本リリースも従来どおりソース(タグ+ノート)。署名/notarization は未実装(別途対応予定)。