You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments