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

Add new nullable_return_is_error configuration for return types #883

Merged
merged 2 commits into from
Dec 17, 2019

Commits on Dec 17, 2019

  1. Add new nullable_return_is_error configuration for return types

    This allows converting an Option<T> into an Result<T, glib::BoolError>,
    which in case of Option signalling error allows for more ergonomic error
    handling code.
    sdroege committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    f86f610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415d9ac View commit details
    Browse the repository at this point in the history