-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
runtime: use wrappers for op= map operations #26059
Comments
Looking on it. |
@vkuzmin-uber : For some reason I can't assign you to this issue. I tried and failed. |
@randall77 that's what the go-assignees role exists for. Only members of some role in the organization can be assigned issues. |
Change https://golang.org/cl/139101 mentions this issue: |
Just published change that works. I consider this as a proof of concept and feel free to suggest another design. About "go-assignees role" - please let me know if I can do something to get it. |
CL 120255 made mapdelete zero the value all the time, to make sure op= map operations work correctly.
Probably we should do wrapper functions for op= operations so we don't need to zero during all map deletes.
@vkuzmin-uber
@martisch
The text was updated successfully, but these errors were encountered: