-
Notifications
You must be signed in to change notification settings - Fork 545
Some small fixes #822
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
Some small fixes #822
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo nit
@@ -507,9 +507,10 @@ session. The overhead of doing so is a few percent of total compilation time. | |||
Data structures used as query results could be factored in a way that removes | |||
edges from the dependency graph. Especially "span" information is very volatile, | |||
so including it in query result will increase the chance that that result won't | |||
be reusable. See https://github.com/rust-lang/rust/issues/47389 for more | |||
be reusable. See [https://github.com/rust-lang/rust/issues/47389] for more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use a shortcut link here I think so you don't duplicate the url below.
be reusable. See [https://github.com/rust-lang/rust/issues/47389] for more | |
be reusable. See <https://github.com/rust-lang/rust/issues/47389> for more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know angle brackets to turn URL into a link. Thanks!
I was wondering how we didn't catch the broken link then I realized crates.io returns 200 even if the page isn't found 🤦 |
This is rust-lang/crates.io#788 (comment). |
https://github.com/rust-lang/rust/issues/47389
https://crates.io/rayon