Skip to content

Move IoError interface from Network to Api namespace#6104

Merged
mattklein123 merged 3 commits intoenvoyproxy:masterfrom
greenhouse-org:move-io-error
Feb 28, 2019
Merged

Move IoError interface from Network to Api namespace#6104
mattklein123 merged 3 commits intoenvoyproxy:masterfrom
greenhouse-org:move-io-error

Conversation

@yaelharel
Copy link
Contributor

Description:
This PR is broken out from #6072.

Risk Level:
Low

Testing:
bazel build //source/... && bazel test //test/...

Docs Changes:
N/A

Release Notes:
N/A

cc @jmarantz @dnoe

Signed-off-by: Yael Harel <yharel@pivotal.io>
Signed-off-by: Sam Smith <sesmith177@gmail.com>
@mattklein123
Copy link
Member

@danzh2010 PTAL

Copy link
Member

@venilnoronha venilnoronha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM overall.

};

using IoCallBoolResult = IoCallResult<bool>;
using IoCallSizeResult = IoCallResult<ssize_t>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that IoCallBoolResult and IoCallSizeResult types are unused. I'd drop them off.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They're left overs from #6072. I'll remove them.

Signed-off-by: Sam Smith <sesmith177@gmail.com>
Signed-off-by: Yael Harel <yharel@pivotal.io>
Signed-off-by: Yael Harel <yharel@pivotal.io>
Signed-off-by: Sam Smith <sesmith177@gmail.com>
Copy link
Contributor

@dnoe dnoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again for splitting this up - much easier to review this way.

Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mattklein123 mattklein123 merged commit 31d456c into envoyproxy:master Feb 28, 2019
fredlas pushed a commit to fredlas/envoy that referenced this pull request Mar 5, 2019
Signed-off-by: Yael Harel <yharel@pivotal.io>
Signed-off-by: Sam Smith <sesmith177@gmail.com>
Signed-off-by: Fred Douglas <fredlas@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants