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

Handle empty (zero length) input to compact #278

Merged
merged 4 commits into from
Sep 9, 2019

Commits on Sep 3, 2019

  1. Handle empty (zero length) input to compact

    `compact`, `maxUncompactSize`, and `uncompact` should handle the
    case where empty input is provided. In this case the arrays
    should not be dereferenced, since the first index is already out
    of range.
    
    This also adds tests for some uncovered branches.
    Isaac Brodsky committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    8bb19b3 View commit details
    Browse the repository at this point in the history
  2. Add PR number

    Isaac Brodsky committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    61ebcaf View commit details
    Browse the repository at this point in the history
  3. Correct use of variable length array in test

    Isaac Brodsky committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    5d4b6c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

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