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

Polygon to cells experimental fuzzer #800

Merged

Commits on Nov 4, 2023

  1. Add support for full containment mode in polygonToCells

    Nick Rabinowitz committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    de71b07 View commit details
    Browse the repository at this point in the history
  2. Add tests

    Nick Rabinowitz committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    45255d5 View commit details
    Browse the repository at this point in the history
  3. Implement OVERLAPPING mode, update tests to use mode flags

    Nick Rabinowitz committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    61d3e5b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Rename containment enum values

    Nick Rabinowitz committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    585f497 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    1a44627 View commit details
    Browse the repository at this point in the history
  2. Possibly fix test

    Nick Rabinowitz committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    edaa901 View commit details
    Browse the repository at this point in the history
  3. Fixture fix

    Nick Rabinowitz committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    fedaa5f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    b3eb114 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Additional test coverage for error cases

    Nick Rabinowitz committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    a2adc04 View commit details
    Browse the repository at this point in the history
  2. Test coverage for one more error, excluding unreachable block from co…

    …verage
    Nick Rabinowitz committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f0f1b45 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    06ca7c0 View commit details
    Browse the repository at this point in the history
  2. fix fuzzer comment

    isaacbrodsky committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    4226e43 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    da85fe5 View commit details
    Browse the repository at this point in the history
  2. fix size estimation

    isaacbrodsky committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b055cd5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    674b427 View commit details
    Browse the repository at this point in the history
  2. add test

    isaacbrodsky committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    629c654 View commit details
    Browse the repository at this point in the history
  3. add null test

    isaacbrodsky committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    641d481 View commit details
    Browse the repository at this point in the history
  4. add TODO

    isaacbrodsky committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7659732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f0341c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    c6a21b8 View commit details
    Browse the repository at this point in the history
  2. update test

    isaacbrodsky committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    3975ff9 View commit details
    Browse the repository at this point in the history
  3. actually cover

    isaacbrodsky committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    cfe8816 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    6730469 View commit details
    Browse the repository at this point in the history
  2. simplify

    isaacbrodsky committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    29a9b01 View commit details
    Browse the repository at this point in the history
  3. year

    isaacbrodsky committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    85d5641 View commit details
    Browse the repository at this point in the history
  4. actually pass flags

    isaacbrodsky committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    5ac48c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    2778c08 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    8f00a0b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. attempted fix

    isaacbrodsky committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    377777b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e25e8fa View commit details
    Browse the repository at this point in the history
  3. remove ineffective fix

    isaacbrodsky committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    48f064e View commit details
    Browse the repository at this point in the history
  4. fix inequality

    isaacbrodsky committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    b4370cb View commit details
    Browse the repository at this point in the history
  5. fix for 0 length maxes

    isaacbrodsky committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    1c4cef0 View commit details
    Browse the repository at this point in the history
  6. fix memory test

    isaacbrodsky committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    74f206e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    572325c View commit details
    Browse the repository at this point in the history
  2. revert check

    isaacbrodsky committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    942a54b View commit details
    Browse the repository at this point in the history
  3. revert memory test

    isaacbrodsky committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9b51221 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9417bb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08bc56e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6048f36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21c5a65 View commit details
    Browse the repository at this point in the history
  8. comment

    isaacbrodsky committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    c256faa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2742464 View commit details
    Browse the repository at this point in the history
  10. back out unneeded change

    isaacbrodsky committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9dbea70 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    0b4f284 View commit details
    Browse the repository at this point in the history