Michael Ilyin

Results 101 comments of Michael Ilyin

> Currently zenoh-cpp works the same way as majority of other C++ cmake projects: i.e. it is user responsibility to install all the dependencies. The suggestion also contains a lot...

This is from times of API development, now it's done

After discussion with @fuzzypixelz : This test https://github.com/eclipse-zenoh/zenoh/blob/4cfe94aae4c75d35e1f6b149cb08d9fb7be5bfe6/io/zenoh-transport/src/unicast/manager.rs#L263 uses `max_links > 1` condition to disable/enable multiple *outgoing* links. So this is actual issue: the same parameter serves both as -...

The proposed update is not enough. Crash recently happened due to different tokio version between plugin and zenoh: https://github.com/eclipse-zenoh/zenoh-ts/pull/173. This is not verified by current versioning scheme and not also...

The ABI-stable enclosing structure should be corrected also: https://github.com/eclipse-zenoh/zenoh/issues/1957

Suggesstion: do it in 2 steps, move is necessary, uninit is tentative zenoh-pico - does it cause any problems?

TODO: zenoh-c branch https://github.com/eclipse-zenoh/zenoh-c/pull/488 zenoh-pico branch https://github.com/eclipse-zenoh/zenoh-pico/pull/575 zenoh-cpp branch - TODO zenoh-c: - [x] add test from Pico z_api_null_drop_test zenoh-pico - [ ] rename z_view_xxx_check to empty/is_empty, as in c...

Task https://github.com/eclipse-zenoh/zenoh-c/issues/499 related to it