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

Make AllocRef implementation optional behind new alloc_ref feature #27

Merged
merged 3 commits into from
Mar 6, 2020

Conversation

phil-opp
Copy link
Member

@phil-opp phil-opp commented Mar 6, 2020

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-opp merged commit bea8cfc into master Mar 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
Member Author

phil-opp commented Mar 6, 2020

Released together with #25 as v0.8.0.

Sign up for free to 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