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

Some small fixes #822

Merged
merged 4 commits into from
Aug 4, 2020
Merged

Conversation

giraffate
Copy link
Contributor

  • Enable a link https://github.com/rust-lang/rust/issues/47389
  • Fix a broken link https://crates.io/rayon
  • Fix typo

Copy link
Member

@jyn514 jyn514 left a 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
Copy link
Member

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.

Suggested change
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

Copy link
Contributor Author

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!

@jyn514
Copy link
Member

jyn514 commented Aug 4, 2020

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 🤦

@jyn514
Copy link
Member

jyn514 commented Aug 4, 2020

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).

@jyn514 jyn514 merged commit cb51d0e into rust-lang:master Aug 4, 2020
@giraffate giraffate deleted the fix_not_making_a_link branch August 4, 2020 14:17
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.

2 participants