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

Improved org.zeromq.ZMQ.Error enum #658

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

fbacchella
Copy link
Contributor

Now all the declared error code in zmq.ZError are now in the Error enum.
It centralized the error message too, it make adding new messages easier.

Copy link
Contributor

@daveyarwood daveyarwood left a comment

Choose a reason for hiding this comment

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

I have a couple of minor notes, but otherwise this PR looks great! I like where this is headed! 👍

src/main/java/org/zeromq/ZMQ.java Outdated Show resolved Hide resolved
src/main/java/org/zeromq/ZMQ.java Outdated Show resolved Hide resolved
@coveralls
Copy link

coveralls commented Feb 12, 2019

Coverage Status

Coverage increased (+0.2%) to 84.327% when pulling 7ca06c5 on fbacchella:improved_error into 2d035fd on zeromq:master.

Now all the declared error code in zmq.ZError are now in the Error enum.
It centralized the error message too, it make adding new messages easier.
@daveyarwood daveyarwood merged commit 55efebc into zeromq:master Feb 13, 2019
@fbacchella fbacchella deleted the improved_error branch February 13, 2019 15:48
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.

None yet

3 participants