chore(deps): Bump tokio from 1.52.3 to 1.52.4 - #4
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.3 to 1.52.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.3...tokio-1.52.4) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
9sntg
added a commit
to 9sntg/fleetops
that referenced
this pull request
Jul 16, 2026
…+ jump (spec 012) The PANE column and Enter->jump work on macOS, against cmux. Identity is now exact rather than inferred. cmux exports CMUX_SURFACE_ID into every terminal it starts, and wave 11's single `ps -AEwwo ...,command=` call already reads process environments — so a session's surface comes free with its liveness. Verified live: all three cmux-hosted sessions' CMUX_SURFACE_ID appear in cmux's terminal list; sessions in Apple Terminal correctly have none. Topology and jump use cmux's shipped AppleScript interface (cmux.sdef), NOT its control socket. The socket's default automation.socketControlMode = cmuxOnly means "only processes started inside cmux can connect", so using it would force fleet to run inside a cmux pane or to handle CMUX_SOCKET_CAPABILITY — a credential CLAUDE.md forbids fleetops from touching. AppleScript needs none and works inside or outside cmux. Because a surface id names exactly one surface, the wezterm-era title/cwd tie-break tiers, the `ambiguous` outcome and the `≈?` marker are deleted — pre-mortem eletrixa#4 is satisfied by construction, not by flagging. The jump collapses to one `focus` call (raises the window AND focuses the surface), so the ordered activate-tab->activate-pane hazard is structurally gone. Verified live: focus moved to the requested surface. The surface id rides as osascript argv (`on run argv`), never interpolated into the script; a `do shell script` payload returns "notfound" rather than executing. Pinned by test. Two traps found and encoded as constraints + tests: - cmux's dictionary defines a `tab` CLASS, shadowing AppleScript's tab-character constant inside `tell` — the delimiter emitted as the literal text "tab" and the parse silently yielded garbage. LIST_SCRIPT binds the delimiter outside. - `ps -E` without `-A` lists only the caller's terminal, which would mark every session elsewhere dead. Wave 13 also fixes a latent bug: highlight.rs hardcoded LINUX fcntl values (O_NOCTTY=0o400, O_NONBLOCK=0o4000), which on Darwin are O_NOFOLLOW and O_EXCL. O_EXCL without O_CREAT is ignored, so the pty opened WITHOUT non-blocking semantics — a write to a wedged pty could block — and it could never fail loudly because write_bytes drops every error by design. Now Darwin's 0x20000/0x4, from sys/fcntl.h, pinned by test and re-verified against a real pty. Deleted: src/panes.rs (1047 lines), tests/fixtures/wezterm-list.json, tasklist.exe, wezterm.exe, WSLENV forwarding, the /mnt/c/Users/* socket-glob ladder, multi-instance partial-failure merging, and AppError::Parse. snapshot contract: focused_pane_id -> focused_surface_id, pane_id -> surface_id (both strings); tab_index is the 1-based cmux tab. CI moves to macos-latest — it was testing a platform the code no longer targets. README/CLAUDE.md/CONTRIBUTING rewritten off the WSL2-only claim. No new dependencies. ./check.sh green (132 tests). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Owner
|
Superseded by e634462 on main (ratatui 0.30.2, crossterm 0.29, tokio 1.53.1, actions/checkout@v7 — resolves the lru advisory via lru 0.18.1). |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Bumps tokio from 1.52.3 to 1.52.4.
Release notes
Sourced from tokio's releases.
Commits
efdba5fchore: prepare Tokio v1.52.4 (#8289)b0ba02eMerge 'tokio-1.51.4' into 'tokio-1.52.x' (#8288)7bcd2d3taskdump: remove crate disambiguators from output (#8288)f84b209chore: prepare Tokio v1.51.4 (#8286)eacb98eruntime: don't skip the driver whenbefore_parkschedules work (#8222)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)