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

Library: Rename "object safe" to "dyn compatible" #130827

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

fmease
Copy link
Member

@fmease fmease commented Sep 25, 2024

Completed T-lang FCP: rust-lang/lang-team#286 (comment).
Tracking issue: #130852

Regarding relnotes Marks issues that should be documented in the release notes of the next release. , I guess I will manually open a relnotes-tracking-issue Marks issues tracking what text to put in release notes. since this change affects everything (compiler, library, tools, docs, books, everyday language).

r? ghost

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Sep 25, 2024
Comment on lines 116 to 117
/// [^1]: Formerly known as *object safety*.
/// [^2]: Formerly known as *object safe*.
Copy link
Member Author

@fmease fmease Sep 25, 2024

Choose a reason for hiding this comment

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

awkward duplication, thoughts?

Copy link
Member

Choose a reason for hiding this comment

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

It seems reasonable to remove second footnote given that dyn-incompatiblity was previously defined.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@fmease fmease added S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. rla-silenced Silences rust-log-analyzer postings to the PR it's added on. labels Sep 25, 2024
@fmease fmease removed the S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. label Sep 27, 2024
@fmease fmease changed the title [pending] Library: Rename "object safe" to "dyn compatible" Library: Rename "object safe" to "dyn compatible" Sep 27, 2024
@fmease fmease marked this pull request as ready for review September 27, 2024 17:40
@fmease
Copy link
Member Author

fmease commented Sep 27, 2024

r? libs (or libs-api?)

@fmease fmease force-pushed the library-mv-obj-save-dyn-compat branch from c13d353 to e08dc04 Compare October 9, 2024 16:48
@ibraheemdev
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Oct 9, 2024

📌 Commit e08dc04 has been approved by ibraheemdev

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 9, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 10, 2024
…iaskrgr

Rollup of 7 pull requests

Successful merges:

 - rust-lang#123951 (Reserve guarded string literals (RFC 3593))
 - rust-lang#130827 (Library: Rename "object safe" to "dyn compatible")
 - rust-lang#131383 (Add docs about slicing slices at the ends)
 - rust-lang#131403 (Fix needless_lifetimes in rustc_serialize)
 - rust-lang#131417 (Fix methods alignment on mobile)
 - rust-lang#131449 (Decouple WASIp2 sockets from WasiFd)
 - rust-lang#131462 (Mention allocation errors for `open_buffered`)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 627d0b4 into rust-lang:master Oct 10, 2024
6 checks passed
@rustbot rustbot added this to the 1.83.0 milestone Oct 10, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Oct 10, 2024
Rollup merge of rust-lang#130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdev

Library: Rename "object safe" to "dyn compatible"

Completed T-lang FCP: rust-lang/lang-team#286 (comment).
Tracking issue: rust-lang#130852

Regarding https://github.com/rust-lang/rust/labels/relnotes, I guess I will manually open a https://github.com/rust-lang/rust/labels/relnotes-tracking-issue since this change affects everything (compiler, library, tools, docs, books, everyday language).

r? ghost
@fmease fmease deleted the library-mv-obj-save-dyn-compat branch October 10, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rla-silenced Silences rust-log-analyzer postings to the PR it's added on. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants