Conversation
…#42) PaneTiling: NSSplitViewDelegate の 3 メソッドが `ofDividerAt:`(誤)で宣言され、正しい `ofSubviewAt:`(SDK ヘッダで確認)に一致せず AppKit から一切呼ばれていなかった。結果、 ペイン最小 90pt 制約とドラッグ時の比率保存(#25)が無効化されていた。3 つとも `ofSubviewAt:` に修正(Swift 6 移行時に "nearly matches" 警告として検出したもの)。 NewSessionSheet: 作成失敗時に stderr が空だとエラーラベルが空になるバグ(#34 で PRCreateSheet に入れた修正の取りこぼし)を、localizedDescription へのフォールバックで修正。 app build 警告0 / swift test 53 passed。
既定 GITHUB_TOKEN だと GitHub Actions の再帰防止で release-please の PR に required checks(swift test / enforce-dev-only)が発火せず mergeStateStatus=BLOCKED になり、毎回 close→reopen の手作業が必要だった。RELEASE_PLEASE_TOKEN(repo secret・fine-grained PAT)を 設定するとユーザー由来 push として扱われ CI が自動発火する。未設定時は GITHUB_TOKEN に フォールバックするため secret 作成前でも壊れない。secret の作り方は workflow のコメント参照。
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.4.0 リリース統合(dev → main)
0.3.0 以降に dev へ入った変更をまとめて main へ。dev は main の linear 子孫(乖離なし)。
含まれる変更
検証
運用