You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently gir fails with when trying to generate Pango2 (1.90 currently) bindings
Error: Error: "GirXml: pango2/sys/../../Pango2-1.0.gir at line 1775:11: Attribute `scope` on element <parameter> has invalid value: Unknown parameter scope type: forever"
The text was updated successfully, but these errors were encountered:
I also tried generating pango2 bindings and encountered the same issue. After some grepping and code reading it looks like the code that need to be changed live in library.rs and analysis/rust_type.rs, but apart from that I've no knowledge about how gir works. For now I've replaced the "forever" scopes with "call" even if that's wrong, but I won't use pango2_attr_type_register() for now so that's not so much of an issue.
Currently gir fails with when trying to generate Pango2 (1.90 currently) bindings
The text was updated successfully, but these errors were encountered: