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

Enable nightly flag for cargo#1045

Merged
bors-voyager[bot] merged 1 commit into
rust-lang:masterfrom
kngwyu:cargo-nightly
Sep 17, 2018
Merged

Enable nightly flag for cargo#1045
bors-voyager[bot] merged 1 commit into
rust-lang:masterfrom
kngwyu:cargo-nightly

Conversation

@kngwyu

@kngwyu kngwyu commented Sep 7, 2018

Copy link
Copy Markdown
Contributor

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

Xanewok commented Sep 9, 2018

Copy link
Copy Markdown
Contributor

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

kngwyu commented Sep 10, 2018

Copy link
Copy Markdown
Contributor Author

It's already set here?

@Xanewok

Xanewok commented Sep 10, 2018

Copy link
Copy Markdown
Contributor

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

bors-voyager Bot commented Sep 10, 2018

Copy link
Copy Markdown
Contributor

Build failed

@Xanewok

Xanewok commented Sep 11, 2018

Copy link
Copy Markdown
Contributor

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

bors-voyager Bot commented Sep 11, 2018

Copy link
Copy Markdown
Contributor

Build failed

@kngwyu

kngwyu commented Sep 17, 2018

Copy link
Copy Markdown
Contributor Author

Since bors failure looks related to #1050 I rebased.

@Xanewok

Xanewok commented Sep 17, 2018

Copy link
Copy Markdown
Contributor

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

bors-voyager Bot commented Sep 17, 2018

Copy link
Copy Markdown
Contributor

@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