close
Skip to content

Stabilize dyn Allocator #156906

@joshtriplett

Description

@joshtriplett

View all comments

PR #156882 is stabilizing Allocator.

In order to do so more easily, it's marking Allocator as not dyn-compatible, to reserve the options of either adding features that currently prevent dyn-compatibility or marking it dyn-compatible and requiring those features to use an extension trait instead.

In order to make this decision and the stabilization decision in parallel, I'm filing this issue for a separate FCP.

Based on the discussion in the All Hands, it seemed like there weren't any features that we couldn't do via the extension trait solution, allowing the base trait to be dyn-compatible. So, in this issue, I'm proposing that we remove the limitation on Allocator and allow dyn Allocator.

Metadata

Metadata

Assignees

Labels

I-libs-api-nominatedNominated for discussion during a libs-api team meeting.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.proposed-final-comment-periodProposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions