Skip to content

WIP: Implement sorting criteria for generators

Dominic Kempf requested to merge feature/sorting-criteria into master

So far, the only sorting criteria was cache entry. The merge request generalizes this to arbitrary sorting criteria.

TODO:

  • Refactor current behaviour to be a pluggable sorting criteria
  • Use custom sorting criteria throughout the project where applicable

This fixes #131.

Edited by Dominic Kempf

Merge request reports