Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Support zvariant::Optional as properties #434

Merged
merged 3 commits into from
Aug 10, 2023

Commits on Aug 9, 2023

  1. ✅ zb: Testcase for zvariant::Optional as property

    This currenttly doesn't even build because we're missing the conversion
    impls from/to zvariant::Optional to/from *Value.
    zeenix committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    941d945 View commit details
    Browse the repository at this point in the history
  2. ✨ zv: impl TryFrom<*Value> for Optional<T>

    This will allow it to be used as proxy properties in zbus.
    zeenix committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ebda4fd View commit details
    Browse the repository at this point in the history
  3. ✨ zv: impl From<Optional<T>> for *Value

    This will allow it to be used as proxy properties in zbus.
    zeenix committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3cd0e0e View commit details
    Browse the repository at this point in the history