-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Can't link to multiple versions of the same crate #2137
Comments
I took a look on this. It seems the problem is version is not encoded in exported symbols, yet. (There is a FIXME on And when translating the call expression, |
Then I guess this depends on #456. |
Symbols now have both the meta hash and crate version. This works now. |
explain which targets we support to what extent This is basically documenting my policy so far: Linux is the target I know best and can spend most time on. Apple is so close to Linux that it can basically ride along without much extra work. I don't have a lot of time to spend on our Windows support. Of course, if people commit to contributing and maintaining support for a target, we can promise more than what is documented here. :) But this is what I am willing to promise. Also reduce the amount of work we do on the Windows test runner, since that one currently takes 10min longer than the other two. r? `@oli-obk`
I'll be checking this in under run-pass/crateresolve2.rs
Some of the errors make me think that #1706 is part of the problem.
The text was updated successfully, but these errors were encountered: