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

Fixes in sorting descriptions #18317

Merged
merged 3 commits into from
Feb 3, 2020
Merged

Fixes in sorting descriptions #18317

merged 3 commits into from
Feb 3, 2020

Commits on Jan 31, 2020

  1. Fix power of 2.

    pochmann committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    ef9e177 View commit details
    Browse the repository at this point in the history
  2. Fixed typo.

    pochmann committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    15146e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Fix misleading sentence

    - merge_collapse isn't always about merging the new run with preceding runs. For example [64, 32, 65] (where 65 is the new run) becomes [96, 65] by merging only the preceding runs and not merging the new run.
    - It's not just called to "see whether it should merge" but also to actually merge.
    pochmann committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    22d8ec3 View commit details
    Browse the repository at this point in the history