Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug where FunctionRunner functions were sorted by name
Instead of remaining in the order they were added. Functions are intended to be sorted by time, but not by anything else. But naively sorting the tuples caused them to be sorted unintentionally by name if they had the same time.
- Loading branch information