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 array maps to preserve dependency order. #269

Merged
merged 1 commit into from Dec 11, 2013

Conversation

hypirion
Copy link
Contributor

This patch should be rather straightforward: Instead of using hash maps, which doesn't preserve dependency ordering, array maps are used. array-map-assoc is implemented is because merge and assoc may convert array maps into hash maps.

This seems to fix #268.

@cemerick
Copy link
Collaborator

Merged, the result available in [lein-cljsbuild "1.0.1-SNAPSHOT"].

@hypirion hypirion deleted the keep-dep-order branch December 11, 2013 12:39
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.

project.clj :dependencies order is discarded before eval-in-project'd
2 participants