-
Notifications
You must be signed in to change notification settings - Fork 54
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
Adds safe constructor and initialization for Heap #55
Conversation
The trade-off here is that the initialization might panic.
Safety comments are inline in the comments and methods. Unfortunately the tests don't run under Miri due to alignment issues else I would have checked everything against Miri's memory model as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I left a few comments inline, otherwise this looks good to me.
Unfortunately the tests don't run under Miri due to alignment issues
Could you clarify this?
All the review comments should be resolved. Regarding Miri passing, it potentially requires a bit of a rework anyways because of passing pointers as |
Thanks a lot! |
Published together with #54 as v0.9.1 |
No description provided.