Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gio: Use manual env: &[OsString] parameter for SubprocessLauncher::set_environ #1642

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

pjungkamp
Copy link
Contributor

See #1638

This should be better than the existing bindings, but changing the API to something that accepts &[impl AsRef<OsStr>] would be preferable.

@pjungkamp pjungkamp force-pushed the gio/subprocess-launcher branch from 0622d63 to 1d51e13 Compare January 28, 2025 14:32
@pjungkamp pjungkamp changed the title gio: Use Gir os_string for SubprocessLauncher::set_environ env parameter gio: Use manual env: &[OsString] parameter for SubprocessLauncher::set_environ Jan 28, 2025
@pjungkamp pjungkamp force-pushed the gio/subprocess-launcher branch from 1d51e13 to 037ae39 Compare January 29, 2025 07:53
@pjungkamp pjungkamp marked this pull request as ready for review January 29, 2025 07:59
Copy link
Member

@sdroege sdroege left a comment

Choose a reason for hiding this comment

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

Strictly speaking a breaking API change but Path was just completely wrong so this should be fine to backport

@sdroege sdroege merged commit 7728982 into gtk-rs:main Jan 29, 2025
47 of 48 checks passed
@sdroege sdroege added the needs-backport PR needs backporting to the current stable branch label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-backport PR needs backporting to the current stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants