Skip to content

Conversation

@pakrym
Copy link
Contributor

@pakrym pakrym commented Dec 5, 2025

Fix unified_exec on windows

Requires removal of PSUEDOCONSOLE_INHERIT_CURSOR flag so child processed don't attempt to wait for cursor position response (and timeout).

https://github.com/wezterm/wezterm/compare/main...pakrym:wezterm:PSUEDOCONSOLE_INHERIT_CURSOR?expand=1

}
};
skip_if_sandbox!(Ok(()));
skip_if!(cfg!(target_os = "windows"), Ok(()));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why skipping windows on this one?

use tokio::sync::Mutex as TokioMutex;
use tokio::task::JoinHandle;

#[allow(dead_code)]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To suppress the unused field error.

Copy link
Collaborator

@jif-oai jif-oai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once the test are fixed and based on Slack explainations

@pakrym-oai pakrym-oai enabled auto-merge (squash) December 5, 2025 19:54
@pakrym-oai pakrym-oai merged commit f48d880 into openai:main Dec 5, 2025
26 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants