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

cranelift-frontend: add and fix various links in doc comments #8548

Merged

Conversation

tertsdiepraam
Copy link
Contributor

While reading through the documentation for cranelift-frontend, I noticed that there were some things that could be converted into links. There were also some links that were spelled out, such as struct.FunctionBuilderContext.html, which is unnecessary and confuses rust-analyzer.

I've tried to fix up all the easy cases that I could find within this crate. Let me know if you want me to split this up over multiple commits or something like that.

@tertsdiepraam tertsdiepraam requested a review from a team as a code owner May 4, 2024 09:44
@tertsdiepraam tertsdiepraam requested review from abrown and removed request for a team May 4, 2024 09:44
@abrown
Copy link
Collaborator

abrown commented May 4, 2024

Looks good to me! Thanks for the changes. Can you amend your commit and add the following somewhere in the doc message so we can trigger the doc build?

prtest:full

That way we can see if there's any dead link warnings or the like.

@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label May 4, 2024
Copy link
Contributor

@jameysharp jameysharp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with @abrown, this all looks good, and it passed the prtest:full CI run so let's merge it. Thank you!

@jameysharp jameysharp added this pull request to the merge queue May 12, 2024
Merged via the queue into bytecodealliance:main with commit 7327304 May 12, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants