Skip to content

Overhaul best::ptr #30

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

Merged
merged 2 commits into from
Jul 27, 2024
Merged

Overhaul best::ptr #30

merged 2 commits into from
Jul 27, 2024

Conversation

mcy
Copy link
Owner

@mcy mcy commented Jul 27, 2024

This is the first in a series of PRs to fix some flaws in best's object model. This patch removes best::vptr and best::vbox, and unifies best::ptr<T> and best:;ptr<T[]> using a Rust-like pointer metadata system.

Unfortunately, this uncovered a bunch of gross issues with several core components, including handling of arrays, the construction concepts, containers like best::object, and the fact there is no rvalue span. In the sequel, I'll reorganize all of the type traits and concepts.

mcy added 2 commits July 23, 2024 14:17
@mcy mcy merged commit 9862bae into main Jul 27, 2024
3 checks passed
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.

None yet

1 participant