Skip to content

Make AllocRef implementation optional behind new alloc_ref feature - #27

Merged
phil-opp merged 3 commits into
masterfrom
optional-alloc-ref
Mar 6, 2020
Merged

Make AllocRef implementation optional behind new alloc_ref feature#27
phil-opp merged 3 commits into
masterfrom
optional-alloc-ref

Conversation

@phil-opp

Copy link
Copy Markdown
Member

The AllocRef trait repeatedly changed and caused breakage recently (see #24 and #19). For this reason, I think it's better to make this feature optional so that users that only need the LockedHeap type don't experience possible future breaking changes of the AllocRef trait.

cc #25

@phil-opp
phil-oppforce-pushed the optional-alloc-ref branch from 9554055 to 4a0f8ddCompareMarch 6, 2020 10:35
@phil-opp
phil-opp merged commit bea8cfc into masterMar 6, 2020
@phil-opp
phil-opp deleted the optional-alloc-ref branch March 6, 2020 10:41
phil-opp added a commit that referenced this pull request Mar 6, 2020
@phil-opp

Copy link
Copy Markdown
MemberAuthor

Released together with #25 as v0.8.0.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@phil-opp