labscript-suite / labscript-devices

A modular and extensible plugin architecture to control experiment hardware using the 𝘭𝘒𝘣𝘴𝘀𝘳π˜ͺ𝘱𝘡 𝘴𝘢π˜ͺ𝘡𝘦.
http://labscriptsuite.org
Other
5 stars 58 forks source link

Fix bug where FunctionRunner functions were sorted by name #86

Closed chrisjbillington closed 2 years ago

chrisjbillington commented 3 years ago

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.

dihm commented 2 years ago

This seems fine to me. I'll merge Wednesday if there are no objections.