Skip to content

Isolated Processes 12: Refactor Result, visiblity, wrappers - #200

Open
marti4d wants to merge 1 commit into
isolated_process/11-drop-fail-handlerfrom
isolated_process/12-result-and-visibility
Open

Isolated Processes 12: Refactor Result, visiblity, wrappers#200
marti4d wants to merge 1 commit into
isolated_process/11-drop-fail-handlerfrom
isolated_process/12-result-and-visibility

Conversation

@marti4d

@marti4d marti4d commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

There are about to be a lot of methods returning Result<T, Error>, so let's just start using some specialized results to avoid repeating ourselves.

Also, some of the visiblity on things could be cleaned up.

And let's centralize some of the wrappers for things like FDs so the remote end can reuse them.

There's not much to this, but it makes other reviews noisy so I thought it best to separate it out.

There are about to be a lot of methods returning Result<T, Error>, so let's
just start using some specialized results to avoid repeating ourselves.

Also, some of the visiblity on things could be cleaned up.

And let's centralize some of the wrappers for things like FDs so the remote end
can reuse them.

There's not much to this, but it makes other reviews noisy so I thought it
best to separate it out.
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