gtk-rs / gir

Tool to generate rust bindings and user API for glib-based libraries
https://gtk-rs.org/gir/book/
MIT License
230 stars 102 forks source link

Regression in soup3-rs #1442

Open pbor opened 1 year ago

pbor commented 1 year ago

When updating soup3-rs to glib-rs 0.17 and the new gir, there is a regression in the autogenerated bindings of websocket_connection_new. In partcular gir generates extensions: Vec[WebsocketExtension] and then tries to call to_glib_ptr on it that does not exist.

See https://gitlab.gnome.org/World/Rust/soup3-rs/-/merge_requests/23