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

More work on installers #13151

Merged
merged 13 commits into from
Mar 27, 2014
Merged

More work on installers #13151

merged 13 commits into from
Mar 27, 2014

Conversation

brson
Copy link
Contributor

@brson brson commented Mar 26, 2014

A variety of stuff here, mostly aimed at making make install work correctly with --libdir and --mandir. make install again goes through install.sh.

This reverts commit d621631.

Conflicts:
	mk/install.mk
Trying to reduce the complexity of installation
This is not sufficient for finding the library directory for binary
installs, but it does make the build more complex by requiring
env vars be set to build rustc.
This adds a hack to rustc to make it find the library directory
regardless of whether it is named lib/lib64/lib32.
@alexcrichton
Copy link
Member

Just confirming, but you've run a smoke-test of make install, and make uninstall with this? If so, r=me

@flaper87
Copy link
Contributor

Travis failed in the previous run. I restarted the job just to make sure it was not a random failure (since the code seemed fine to me).

The installed manifest is a different file, so they should have
different names. This should prevent various wierd conflicts in the future.
@brson
Copy link
Contributor Author

brson commented Mar 26, 2014

There are still some bugs here: the handling of lib64 isn't quite right (it's not looking for rustlib - just assuming that if there's a lib64 dir it should be used); mac installation is completely broken.

@brson
Copy link
Contributor Author

brson commented Mar 27, 2014

I think it's ready.

bors added a commit that referenced this pull request Mar 27, 2014
A variety of stuff here, mostly aimed at making `make install` work correctly with `--libdir` and `--mandir`. `make install` again goes through `install.sh`.
@bors bors closed this Mar 27, 2014
@bors bors merged commit 0f4f786 into rust-lang:master Mar 27, 2014
JohnTitor pushed a commit to JohnTitor/rust that referenced this pull request Sep 6, 2022
…er-type, r=Veykril

Use correct type in "Replace turbofish with type"

And support `?` and `.await` expressions.

Fixes rust-lang#13148.

The assist can still show up even if the turbofish's type is not used at all, e.g.:
```rust
fn foo<T>() {}
let v = foo::<i32>();
```
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 25, 2024
Fix running compile-test under cargo nextest

`ui_test` itself has `cargo nextest` support which we now use - oli-obk/ui_test#161

It prints `ui_test` as its test name whereas we printed `compile_test`, this ended up being treated as a test name filter causing all the tests to be filtered out

changelog: none
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.

4 participants