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

Finish map std #442

Merged
merged 17 commits into from
Feb 2, 2024
Merged

Finish map std #442

merged 17 commits into from
Feb 2, 2024

Conversation

marcauberer
Copy link
Member

@marcauberer marcauberer commented Jan 21, 2024

  • Finish map std and the underlying RedBlackTree data structure
  • Fix bug where assigning a const T& was not assignable to T under certain circumstances
  • Add f<heap T*> sNew<T>(), f<heap T*> sNew<T>(const T&) and p sDelete<T>(heap T*&) functions to the memory runtime. These can be used similar to new and delete in C++
  • Fix bugs in function mangling

@marcauberer marcauberer added bug Something isn't working enhancement New feature or request std Prs / issues regarding the standard lib labels Jan 21, 2024
@marcauberer marcauberer added this to the 0.20.0 milestone Jan 21, 2024
@marcauberer marcauberer self-assigned this Jan 21, 2024
@marcauberer marcauberer marked this pull request as ready for review February 2, 2024 00:17
@marcauberer marcauberer requested review from a team as code owners February 2, 2024 00:17
@marcauberer marcauberer enabled auto-merge (squash) February 2, 2024 00:19
@marcauberer marcauberer merged commit 5ce6ebc into main Feb 2, 2024
4 checks passed
@marcauberer marcauberer deleted the feature/finish-map-std branch February 2, 2024 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request size/XXL std Prs / issues regarding the standard lib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant