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

introduce pointer stability safety locks to array lists #19326

Open
Tracked by #17719
andrewrk opened this issue Mar 16, 2024 · 1 comment · May be fixed by #19676
Open
Tracked by #17719

introduce pointer stability safety locks to array lists #19326

andrewrk opened this issue Mar 16, 2024 · 1 comment · May be fixed by #19676
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. standard library This issue involves writing Zig code for the standard library.
Milestone

Comments

@andrewrk
Copy link
Member

andrewrk commented Mar 16, 2024

Extracted from #17719.

This issue is to introduce a similar API to array lists.

Related:

@andrewrk andrewrk added enhancement Solving this issue will likely involve adding new logic or components to the codebase. contributor friendly This issue is limited in scope and/or knowledge of Zig internals. standard library This issue involves writing Zig code for the standard library. labels Mar 16, 2024
@andrewrk andrewrk added this to the 0.15.0 milestone Mar 16, 2024
@andrewrk andrewrk changed the title introduce pointer stability locks to array lists introduce pointer stability safety locks to array lists Mar 16, 2024
@emar-kar
Copy link
Contributor

I would like to implement this

@emar-kar emar-kar linked a pull request Apr 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants