Open randall77 opened 6 years ago
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: runtime: use wrappers for op= map operations
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