Skip to content

fix(sysop): add platform guards for unix-specific control client#2

Merged
sphildreth merged 1 commit into
mainfrom
sph.2026-06-03.02
Jun 3, 2026
Merged

fix(sysop): add platform guards for unix-specific control client#2
sphildreth merged 1 commit into
mainfrom
sph.2026-06-03.02

Conversation

@sphildreth
Copy link
Copy Markdown
Owner

Wrap unix-specific socket imports and logic with #[cfg(unix)] to enable compilation on non-unix platforms. Provide stub implementations for send_control_request and is_socket_available that return appropriate errors or values on unsupported platforms.

Additionally, update the GitHub Actions release workflow to use the macos-15-intel runner.

Wrap unix-specific socket imports and logic with `#[cfg(unix)]` to
enable compilation on non-unix platforms. Provide stub implementations
for `send_control_request` and `is_socket_available` that return
appropriate errors or values on unsupported platforms.

Additionally, update the GitHub Actions release workflow to use the
`macos-15-intel` runner.
@sphildreth sphildreth merged commit 29669dc into main Jun 3, 2026
@sphildreth sphildreth deleted the sph.2026-06-03.02 branch June 3, 2026 20:29
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