Commit Graph

5 Commits

Author SHA1 Message Date
Jordan Rose
cb685ceb80 bridge_callbacks: All autogenerated C callbacks should return int
...to possibly signal an error. None of the current callbacks make use
of this, but it'll be needed soon, and it's easier to be consistent.
2026-01-08 15:02:54 -08:00
Jordan Rose
ec420b3102 bridge: Add #[bridge_callbacks] for bridging traits
This first commit only supports the C bridge, and only callback
functions that don't return anything at that. But that's sufficient to
fully cover ChatListener and ProvisioningListener.
2026-01-07 12:41:23 -08:00
Jordan Rose
2006368c10 swift: Avoid an edge case where disconnection errors would be leaked 2025-12-18 12:13:27 -08:00
Jordan Rose
64ba0fcf26 swift: Improve type-safety for internal NonNull helper 2025-12-16 17:46:45 -08:00
Jordan Rose
3103b37faf swift: Expose Net.connectProvisioning and ProvisioningConnection 2025-12-15 16:03:35 -08:00