-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix issue #359: properly handle ipv6 adresses with multiple zero blocks #395
Conversation
Hi, You should probably rebase your work against current master. Thanks! |
Hi, |
Just asking: You did not yet accept the PR yet. Is there a reason for that? |
The reason is your PR has not been reviewed yet. It would be good to add some regression tests to check further changes won't break your code. Also for your next PR, as I stated in my previous comment, we prefer contributors to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add regression tests.
I added the regression tests and fixed the code a little bit (not yet pushed). Can you tell me what to do to get you a clean PR? I'm not used to that git magic ;( As I only touched two files it would be ok to start all over again. |
I started over at #431. Somehow screwed my branch up a bit. :/ |
Fixes #359. IPv6 adresses containing multiple zero blocks are now correctly handled. Also the longest zero block is selected to compact.