Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

uefi/test-runner: Removecrate:: anduefi:: prefix from Status#1714

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nicholasbishop merged 1 commit intomainfrombishop-status-cleanup
Jun 29, 2025

Conversation

nicholasbishop
Copy link
Member

In many places, especially doc comments,Status was referred to asuefi::Status orcrate::Status. Consistently useStatus instead, adding imports as needed. Note that in cases whereStatus is only used in docstrings, theuse is gated by#[cfg(doc)]. (This avoids needing a bunch of manualStatus::* links in docstrings.)

This is mostly a mechanical find-replace change, except for adding imports where needed.

Parts of this change are also present in#1603 and#1705.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See theRewriting History guide for help.
  • Update the changelog (if necessary)

In many places, especially doc comments, `Status` was referred to as`uefi::Status` or `crate::Status`. Consistently use `Status` instead, addingimports as needed. Note that in cases where `Status` is only used in docstrings,the `use` is gated by `#[cfg(doc)]`. (This avoids needing a bunch of manual`Status::*` links in docstrings.)This is mostly a mechanical find-replace change, except for adding imports whereneeded.
@nicholasbishopnicholasbishop added this pull request to themerge queueJun 29, 2025
Merged via the queue intomain with commitb760a3cJun 29, 2025
20 checks passed
@nicholasbishopnicholasbishop deleted the bishop-status-cleanup branchJune 29, 2025 17:43
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@phip1611phip1611phip1611 approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@nicholasbishop@phip1611

[8]ページ先頭

©2009-2025 Movatter.jp