Skip to content

Fix include? and ipv4_mapped to allow drb tests to pass#31

Merged
hsbt merged 4 commits intoruby:masterfrom
jeremyevans:fix-drb-failures
Oct 11, 2021
Merged

Fix include? and ipv4_mapped to allow drb tests to pass#31
hsbt merged 4 commits intoruby:masterfrom
jeremyevans:fix-drb-failures

Conversation

@jeremyevans
Copy link
Copy Markdown
Contributor

include? should return false if comparing an IPv4 address to an IPv6
address.

ipv4_mapped needs to set the correct netmask on the mapped
addresses.

include? should return false if comparing an IPv4 address to an IPv6
address.

ipv4_mapped needs to set the correct netmask on the mapped
addresses.
Fixes issues with missing assert_warning.
Also test on CRuby 3.0, instead of possibly testing on CRuby 3.1
after CRuby 3.1 is released.
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.

2 participants