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 the original order of dependencies is kept #11

Open
pombredanne opened this issue Jun 12, 2017 · 2 comments
Open

Ensure the original order of dependencies is kept #11

pombredanne opened this issue Jun 12, 2017 · 2 comments

Comments

@pombredanne
Copy link
Contributor

This is not super important but helps: deps are tracked in mappings of scope->set of deps.
It would be useful to keep these in a list (eventually ensuring items are unique in the list) to keep as much as possible the original order. This help when comparing results from a parse with the original POM.

@wfscheper
Copy link
Contributor

I'd accept a PR that used an OrderedDict instead of the builtin.

@pombredanne
Copy link
Contributor Author

@wfscheper I will, as clean commit off the https://github.com/sassoftware/pymaven/tree/clientless-pom branch

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