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

Ensure display output is order, only order at point of printing #394

Closed
wants to merge 1 commit into from
Closed

Ensure display output is order, only order at point of printing #394

wants to merge 1 commit into from

Conversation

nhojpatrick
Copy link
Contributor

I often have to redirect the output into a log file and compare with another project or branch. The output can vary depending as the dependency tree and multi-module project tree changes.

This is the simple version as it only orders the output when printing, instead of doing a wider change and correctly the main collection being used to a SortedSet, as List which currently is used doesn't make sense for me.

@khmarbaise khmarbaise added this to the 2.8.0 milestone May 16, 2020
@khmarbaise khmarbaise self-assigned this May 16, 2020
@khmarbaise
Copy link
Member

Thanks for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants