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

Use a struct instead of String for package ids (fix dependencies ordering) #70

Merged
merged 2 commits into from
Feb 13, 2021

Conversation

mpizenberg
Copy link
Owner

This effectively changes the order in which packages are sorted.
A struct with the fields { author: String, pkg: String } will sort
"elm/..." earlier than "elm-.../..." whereas the opposite is true
when considering the order of strings.

This effectively changes the order in which packages are sorted.
A struct with the fields { author: String, pkg: String } will sort
"elm/..." earlier than "elm-.../..." whereas the opposite is true
when considering the order of strings.
@mpizenberg
Copy link
Owner Author

It follows this PR on the pubgrub dependency provider for elm:
mpizenberg/elm-solve-deps#2

@mpizenberg mpizenberg merged commit ad44c02 into master Feb 13, 2021
@mpizenberg mpizenberg deleted the deps-order branch February 13, 2021 14:46
@mpizenberg mpizenberg mentioned this pull request Feb 13, 2021
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant