eclipse-zenoh / zenoh-pico

Eclipse zenoh for pico devices
Other
123 stars 79 forks source link

Remove default parameters from z_closure #755

Closed sashacmc closed 1 month ago

sashacmc commented 1 month ago

The default parameters for z_closure not implemented in zenoh-c. It's possible to add it (done in PR https://github.com/eclipse-zenoh/zenoh-c/pull/782) , but in fact this functionality is useless in practice: no one will use callbacks without context in real applications. So for simplicity it seems better to remove this, despite that this is slight API change.

github-actions[bot] commented 1 month ago

PR missing one of the required labels: {'dependencies', 'breaking-change', 'bug', 'internal', 'documentation', 'new feature', 'enhancement'}