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

Allow TheWarehouse sorting of objects with and without dependencies #26568

Open
loganharbour opened this issue Jan 16, 2024 · 0 comments
Open
Assignees
Labels
C: Framework T: task An enhancement to the software.

Comments

@loganharbour
Copy link
Member

Reason

The behavior in TheWarehouse of sorting in TheWarehouse::sort() does not work consistently for objects where some objects inherit from DependencyResolverInterface and some don't.

Design

Allow consistent sorting of these objects by placing the independent objects at the beginning of the result and the sorted objects at the end.

Impact

More rigorous object storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant