Skip to content

Instantly share code, notes, and snippets.

@flatcap
Last active July 2, 2021 13:43
Show Gist options
  • Save flatcap/6d52acadb205d0e243a267cf7500bc77 to your computer and use it in GitHub Desktop.
Save flatcap/6d52acadb205d0e243a267cf7500bc77 to your computer and use it in GitHub Desktop.
Sort Transition

Sort Transition

Config (default):

  • $sort (date)
  • $sort_aux (date)
  • $use_threads (no)
use_thread sort sort_aux Threaded? 1st level 2nd+ levels Num Levels
no A B no A B 2
no threads B yes B B 1 + 1
yes threads B yes B B 1 + 1
yes A B yes A B 2

When set sort = threads, warn the user and point them at the "New Sort" feature page.

Initially, the warning is shown once per session.
At a later release, it will be shown every time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment