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

convert calls to visit_all_item_likes_in_krate #41360

Merged
merged 3 commits into from
Apr 18, 2017

Conversation

nikomatsakis
Copy link
Contributor

@nikomatsakis nikomatsakis commented Apr 18, 2017

We no longer need to track the tasks in these cases since these
particular tasks have no outputs (except, potentially, errors...) and
they always execute.

cc #40746

r? @eddyb

We no longer need to track the tasks in these cases since these
particular tasks have no outputs (except, potentially, errors...)  and
they always execute.
@nikomatsakis
Copy link
Contributor Author

I left in the method itself because it is still used by the variance computation, which is tricky to address without adopting the red/green algorithm. (Working on it...)

@eddyb
Copy link
Member

eddyb commented Apr 18, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Apr 18, 2017

📌 Commit 810e015 has been approved by eddyb

@eddyb
Copy link
Member

eddyb commented Apr 18, 2017

@bors r- Travis failed (need to update src/test/compile-fail/dep-graph-struct-signature.rs).

@nikomatsakis
Copy link
Contributor Author

@eddyb ok, will fix, I also have another commit that removes a bunch of other random tasks we should no longer need

the `CollectItem` task no longer exists
@nikomatsakis
Copy link
Contributor Author

@bors r=eddyb

@bors
Copy link
Contributor

bors commented Apr 18, 2017

📌 Commit c842783 has been approved by eddyb

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 18, 2017
…visitors, r=eddyb

convert calls to `visit_all_item_likes_in_krate`

We no longer need to track the tasks in these cases since these
particular tasks have no outputs (except, potentially, errors...)  and
they always execute.

cc rust-lang#40746

r? @eddyb
This was referenced Apr 18, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 18, 2017
…visitors, r=eddyb

convert calls to `visit_all_item_likes_in_krate`

We no longer need to track the tasks in these cases since these
particular tasks have no outputs (except, potentially, errors...)  and
they always execute.

cc rust-lang#40746

r? @eddyb
bors added a commit that referenced this pull request Apr 18, 2017
Rollup of 6 pull requests

- Successful merges: #40290, #41353, #41356, #41360, #41361, #41364
- Failed merges:
@bors bors merged commit c842783 into rust-lang:master Apr 18, 2017
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.

3 participants