Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sorting execution manager callbacks #1004

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

glevco
Copy link
Contributor

@glevco glevco commented Apr 19, 2024

Motivation

The sorting of ExecutionManager callbacks would fail for callbacks with the same priority, as the Callables in the second sorting field are not orderable.

Acceptance Criteria

  • Fix sorting of ExecutionManager callbacks.

Checklist

  • If you are requesting a merge into master, confirm this code is production-ready and can be included in future releases as soon as it gets merged

@glevco glevco added the bug Something isn't working label Apr 19, 2024
@glevco glevco self-assigned this Apr 19, 2024
@glevco glevco marked this pull request as ready for review April 19, 2024 01:09
@jansegre jansegre merged commit 20bce79 into master Apr 19, 2024
11 checks passed
@jansegre jansegre deleted the fix/execution-manager-callbacks branch April 19, 2024 17:14
This was referenced May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants