GitHub user sl4mmy opened a pull request:
https://github.com/apache/zookeeper/pull/581
ZOOKEEPER-3101: add reminder to ZOO_ERRORS
Add comment at bottom of ZOO_ERRORS reminding developers to also
update zerror(int) when adding or changing values. Suggested by
@phunt in
https://github.com/apache/zookeeper/pull/575#issuecomment-406356144.
Signed-off-by: Kent R. Spillner <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sl4mmy/zookeeper zookeeper-3101
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/581.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #581
----
commit 757cb545d1f98a0fad46818d96b0abb89b6a47b8
Author: Kent R. Spillner <kspillner@...>
Date: 2018-07-23T20:05:35Z
ZOOKEEPER-3101: add reminder to ZOO_ERRORS
Add comment at bottom of ZOO_ERRORS reminding developers to also
update zerror(int) when adding or changing values. Suggested by
@phunt in
https://github.com/apache/zookeeper/pull/575#issuecomment-406356144.
Signed-off-by: Kent R. Spillner <[email protected]>
----
---