-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Update per latest gir/gir-files #1939
Conversation
@@ -93,6 +93,7 @@ yuraiz: | |||
```rust | |||
#[derive(Debug, Default, gtk::CompositeTemplate)] | |||
#[template(string = " | |||
using Gtk 4.0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is of course a breaking change so we can't backport it. Unless you think nobody is using the blueprint support :)
Otherwise clippy complains and zombie processes might stay around. Also make sure to never panic on normal errors for the same reason, and provide more useful error messages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good from my side. @bilelmoussaoui ? If this is also OK for you, let's merge and then I backport the non-breaking changes and make a bugfix release.
No description provided.