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

modules: Change all *Reader traits to return Result instead of Option #1283

Merged
merged 10 commits into from
Sep 10, 2021

Commits on Aug 12, 2021

  1. ClientReader returns Result

    yito88 committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c23d359 View commit details
    Browse the repository at this point in the history
  2. fix: remove unneeded into()

    yito88 committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    330c2e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. add other errors

    yito88 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c13241b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. remove new errors

    yito88 committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    9a50e69 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    6f150ba View commit details
    Browse the repository at this point in the history
  2. ChannelReader returns Result

    yito88 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    c84f094 View commit details
    Browse the repository at this point in the history
  3. PortReader returns Result

    yito88 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    0d06b03 View commit details
    Browse the repository at this point in the history
  4. modify the change log

    yito88 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    fa8c648 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    361aa04 View commit details
    Browse the repository at this point in the history
  6. Update .changelog/unreleased/improvements/ibc/1268-reader-result.md

    Co-authored-by: Romain Ruetschi <[email protected]>
    yito88 and romac authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    b4ea5d2 View commit details
    Browse the repository at this point in the history