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

latest_result.txt is different on different macs #83

Closed
xuaninbox opened this issue Jan 25, 2018 · 1 comment
Closed

latest_result.txt is different on different macs #83

xuaninbox opened this issue Jan 25, 2018 · 1 comment
Assignees

Comments

@xuaninbox
Copy link

let contents = (cocoaPodsLicenses.map { String(describing: $0) } +

.map will generate the lists in different order, maybe sort after map?

@mono0926
Copy link
Owner

mono0926 commented Jan 28, 2018

@xuaninbox

.map will keep orders, but cocoaPodsLicenses order may be different on different mac.
So, I added sorted() before .map, and released 1.8.3.
Could you confirm that the results are same among different macs?

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

No branches or pull requests

2 participants