Skip to content
Commit 4d1e1f75 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix regression in sorting algorithm.

The sort data had been changed so that it now contained meta field
instead of private and removed fields directly.

Fixed it, so that public members are now again listed before deprecated,
private and removed ones (as a new thing now also taking account the
deprecated ones).

Enhanced the documentation to further explain how the algorithm works.

Eliminated lots of magic numbers from code and replaced them with
variables - most of which are calculated from the three main constants
defined at the beginning.  This should make it much simpler to enhance
the function in future.
parent 003b19cf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment