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

[rustbuild] Side-step HashMap iteration to preserve command-line step order. #41308

Merged
merged 1 commit into from
Apr 16, 2017

Conversation

eddyb
Copy link
Member

@eddyb eddyb commented Apr 15, 2017

The new HashMap was introduced by #41227 and it accidentally randomized step order.

r? @alexcrichton

@eddyb eddyb requested a review from alexcrichton April 15, 2017 00:36
@arielb1 arielb1 added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Apr 15, 2017
@nagisa
Copy link
Member

nagisa commented Apr 16, 2017

@bors r+

@bors
Copy link
Collaborator

bors commented Apr 16, 2017

🔑 Insufficient privileges

@eddyb
Copy link
Member Author

eddyb commented Apr 16, 2017

@bors r=nagisa

@bors
Copy link
Collaborator

bors commented Apr 16, 2017

📌 Commit c597994 has been approved by nagisa

@bors
Copy link
Collaborator

bors commented Apr 16, 2017

⌛ Testing commit c597994 with merge fef1026...

bors added a commit that referenced this pull request Apr 16, 2017
[rustbuild] Side-step HashMap iteration to preserve command-line step order.

The new `HashMap` was introduced by #41227 and it accidentally randomized step order.

r? @alexcrichton
@bors
Copy link
Collaborator

bors commented Apr 16, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: nagisa
Pushing fef1026 to master...

@bors bors merged commit c597994 into rust-lang:master Apr 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants