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

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

Merged
merged 4 commits into from Oct 11, 2021

Commits on Oct 7, 2021

  1. Fix include? and ipv4_mapped to allow drb tests to pass

    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.
    jeremyevans committed Oct 7, 2021
    Copy the full SHA
    da22ef8 View commit details
    Browse the repository at this point in the history
  2. Copy test/lib from drb

    Fixes issues with missing assert_warning.
    jeremyevans committed Oct 7, 2021
    Copy the full SHA
    a326e91 View commit details
    Browse the repository at this point in the history
  3. Test on JRuby 9.3

    Also test on CRuby 3.0, instead of possibly testing on CRuby 3.1
    after CRuby 3.1 is released.
    jeremyevans committed Oct 7, 2021
    Copy the full SHA
    5fb8e81 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2059658 View commit details
    Browse the repository at this point in the history