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

0.16 backports #824

Merged
merged 6 commits into from Nov 13, 2022
Merged

0.16 backports #824

merged 6 commits into from Nov 13, 2022

Conversation

sdroege
Copy link
Member

@sdroege sdroege commented Nov 12, 2022

No description provided.

cgwalters and others added 6 commits November 12, 2022 17:25
Regression from this change:
gtk-rs@7c9b36c#diff-8439ea6875c9b60b7d07a7b39f6dde1d31d38459f7c27173e56b4cecb0eadefaR142

Basically `g_cancellable_set_error_if_cancelled()` doesn't follow the
GError conventions - it's the inverse, it returns `TRUE` if an error
was set, and `FALSE` otherwise.

We need to move this to manual implementation.

I caught this while updating ostree-rs-ext to use gio 0.15,
and our https://github.com/ostreedev/ostree-rs-ext/blob/main/lib/src/tokio_util.rs
unit test started to panic.
@sdroege sdroege merged commit f5daa90 into gtk-rs:0.16 Nov 13, 2022
@sdroege sdroege deleted the 0.16-backports branch November 13, 2022 16:20
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.

None yet

5 participants