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

Polishstd::path::absolute documentation.#126428

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
bors merged 1 commit intorust-lang:masterfromkpreid:absolute
Jun 15, 2024
Merged

Conversation

@kpreid
Copy link
Contributor

These changes bring it closer to other standard library documentation and, in particular,std::fs::canonicalize, which it will often be compared with.

  • Add# Platform-specific behavior section, with content moved from Examples section.
  • Create# Errors section.
  • Phrase error description to allow future platforms to have new syntactic errors, rather than only emptiness.
  • Add missing commas.
  • Indent example code 4 spaces.

tshepang reacted with heart emoji
@rustbot
Copy link
Collaborator

r?@jhpratt

rustbot has assigned@jhpratt.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

User? to explicitly pick a reviewer

@rustbotrustbot added S-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties. T-libsRelevant to the library team, which will review and decide on the PR/issue. labelsJun 13, 2024
@rust-log-analyzer

This comment has been minimized.

@lqd
Copy link
Member

lqd commentedJun 13, 2024

(cc#126430 on that last spurious PR CI failure)

@jhpratt
Copy link
Member

@bors delegate+

r=me when CI is green.

@bors
Copy link
Collaborator

✌️@kpreid, you can now approve this pull request!

If@jhpratt told you to "r=me" after making some further change, please make that change, then do@bors r=@jhpratt

@rust-log-analyzer

This comment has been minimized.

@ChrisDenton
Copy link
Member

@kpreid, could you rebase and force push just to get CI running properly?

These changes bring it closer to other standard library documentationand, in particular, `std::fs::canonicalize`, which it will often becompared with.* Add `# Platform-specific behavior` section, with content moved from  Examples section.* Create `# Errors` section.* Phrase error description to allow future platforms to have new  syntactic errors, rather than only emptiness.* Add missing commas.* Indent example code 4 spaces.
@kpreid
Copy link
ContributorAuthor

@bors r=@jhpratt

@bors
Copy link
Collaborator

📌 Commit416888f has been approved byjhpratt

It is now in thequeue for this repository.

@borsbors added S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties. labelsJun 14, 2024
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull requestJun 15, 2024
Polish `std::path::absolute` documentation.These changes bring it closer to other standard library documentation and, in particular, `std::fs::canonicalize`, which it will often be compared with.* Add `# Platform-specific behavior` section, with content moved from Examples section.* Create `# Errors` section.* Phrase error description to allow future platforms to have new syntactic errors, rather than only emptiness.* Add missing commas.* Indent example code 4 spaces.
bors added a commit to rust-lang-ci/rust that referenced this pull requestJun 15, 2024
…iaskrgrRollup of 10 pull requestsSuccessful merges: -rust-lang#125829 (rustc_span: Add conveniences for working with span formats) -rust-lang#126279 (Migrate `inaccessible-temp-dir`, `output-with-hyphens` and `issue-10971-temps-dir` `run-make` tests to `rmake`) -rust-lang#126361 (Unify intrinsics body handling in StableMIR) -rust-lang#126417 (Add `f16` and `f128` inline ASM support for `x86` and `x86-64`) -rust-lang#126424 ( Also sort `crt-static` in `--print target-features` output) -rust-lang#126428 (Polish `std::path::absolute` documentation.) -rust-lang#126429 (Add `f16` and `f128` const eval for binary and unary operationations) -rust-lang#126448 (End support for Python 3.8 in tidy) -rust-lang#126488 (Use `std::path::absolute` in bootstrap) -rust-lang#126511 (.mailmap: Associate both my work and my private email with me)r? `@ghost``@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull requestJun 15, 2024
…iaskrgrRollup of 9 pull requestsSuccessful merges: -rust-lang#125829 (rustc_span: Add conveniences for working with span formats) -rust-lang#126361 (Unify intrinsics body handling in StableMIR) -rust-lang#126417 (Add `f16` and `f128` inline ASM support for `x86` and `x86-64`) -rust-lang#126424 ( Also sort `crt-static` in `--print target-features` output) -rust-lang#126428 (Polish `std::path::absolute` documentation.) -rust-lang#126429 (Add `f16` and `f128` const eval for binary and unary operationations) -rust-lang#126448 (End support for Python 3.8 in tidy) -rust-lang#126488 (Use `std::path::absolute` in bootstrap) -rust-lang#126511 (.mailmap: Associate both my work and my private email with me)r? `@ghost``@rustbot` modify labels: rollup
@borsbors merged commita224902 intorust-lang:masterJun 15, 2024
@rustbotrustbot added this to the1.81.0 milestoneJun 15, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull requestJun 15, 2024
Rollup merge ofrust-lang#126428 - kpreid:absolute, r=jhprattPolish `std::path::absolute` documentation.These changes bring it closer to other standard library documentation and, in particular, `std::fs::canonicalize`, which it will often be compared with.* Add `# Platform-specific behavior` section, with content moved from Examples section.* Create `# Errors` section.* Phrase error description to allow future platforms to have new syntactic errors, rather than only emptiness.* Add missing commas.* Indent example code 4 spaces.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

@jhprattjhpratt

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Milestone

1.81.0

Development

Successfully merging this pull request may close these issues.

7 participants

@kpreid@rustbot@rust-log-analyzer@lqd@jhpratt@bors@ChrisDenton

[8]ページ先頭

©2009-2025 Movatter.jp