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

Update per latest gir/gir-files #1939

Merged
merged 14 commits into from
Dec 18, 2024
Merged

Conversation

bilelmoussaoui
Copy link
Member

No description provided.

@@ -93,6 +93,7 @@ yuraiz:
```rust
#[derive(Debug, Default, gtk::CompositeTemplate)]
#[template(string = "
using Gtk 4.0;
Copy link
Member

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.
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.

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.

@bilelmoussaoui bilelmoussaoui merged commit 0dd2564 into main Dec 18, 2024
41 checks passed
@sdroege sdroege deleted the bilelmoussaoui/new-update branch December 18, 2024 09:00
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.

gtk4-macros: Blueprint sources should not include the using Gtk 4.0 declaration by default
2 participants