Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Enable nightly flag for cargo #1045

Merged
merged 1 commit into from
Sep 17, 2018
Merged

Conversation

kngwyu
Copy link
Contributor

@kngwyu kngwyu commented Sep 7, 2018

For #1043
But I want to note here that racer has not yet implemented 2018 style path features completely(e.g. see racer-rust/racer#916).
So to make all things work we have to do additional works on racer side.

@Xanewok
Copy link
Member

Xanewok commented Sep 9, 2018

So for the #1043 the RLS built from Rust repo should work now (thanks to stabilized 2018 edition and updated tools' submodules in rust-lang/rust#54057).

As specified in cargo/core/features.rs this should be set to true for our internal cargo invocations, which is good! I'd like to make sure that this is set for all our Cargo invocations. In particular, since this modifies a thread-local variable I think it might be worth doing it also when we spawn Cargo as our build process?

@kngwyu
Copy link
Contributor Author

kngwyu commented Sep 10, 2018

It's already set here?

@Xanewok
Copy link
Member

Xanewok commented Sep 10, 2018

You're right! Sorry, didn't get to last bit yesterday myself. Thanks!

bors r+

bors-voyager bot added a commit that referenced this pull request Sep 10, 2018
1045: Enable nightly flag for cargo r=Xanewok a=kngwyu

For #1043 
But I want to note here that racer has not yet implemented 2018 style path features completely(e.g. see racer-rust/racer#916).
So to make all things work we have to do additional works on racer side.

Co-authored-by: kngwyu <yuji.kngw.80s.revive@gmail.com>
@bors-voyager
Copy link
Contributor

bors-voyager bot commented Sep 10, 2018

Build failed

@Xanewok
Copy link
Member

Xanewok commented Sep 11, 2018

bors r+

bors-voyager bot added a commit that referenced this pull request Sep 11, 2018
1045: Enable nightly flag for cargo r=Xanewok a=kngwyu

For #1043 
But I want to note here that racer has not yet implemented 2018 style path features completely(e.g. see racer-rust/racer#916).
So to make all things work we have to do additional works on racer side.

Co-authored-by: kngwyu <yuji.kngw.80s.revive@gmail.com>
@bors-voyager
Copy link
Contributor

bors-voyager bot commented Sep 11, 2018

Build failed

@kngwyu
Copy link
Contributor Author

kngwyu commented Sep 17, 2018

Since bors failure looks related to #1050 I rebased.

@Xanewok
Copy link
Member

Xanewok commented Sep 17, 2018

bors r+

bors-voyager bot added a commit that referenced this pull request Sep 17, 2018
1045: Enable nightly flag for cargo r=Xanewok a=kngwyu

For #1043 
But I want to note here that racer has not yet implemented 2018 style path features completely(e.g. see racer-rust/racer#916).
So to make all things work we have to do additional works on racer side.

Co-authored-by: kngwyu <yuji.kngw.80s.revive@gmail.com>
@bors-voyager
Copy link
Contributor

bors-voyager bot commented Sep 17, 2018

@bors-voyager bors-voyager bot merged commit 58f69fb into rust-lang:master Sep 17, 2018
@kngwyu kngwyu deleted the cargo-nightly branch September 17, 2018 11:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants