v icon indicating copy to clipboard operation
v copied to clipboard

checker, cgen: Fix shared array,maps can be cloned without lock and generated c codes are not correct if a method receiver have shared typed arg.

Open naoki9911 opened this issue 3 years ago • 1 comments

This PR fixes issues related to shared typed variables.

  • Fix #13329 (shared array,map can be cloned without locks.)
  • Fix #13320 (methods having shared typed args in receiver generates not correct c codes)

naoki9911 avatar Feb 01 '22 13:02 naoki9911

ping?

JalonSolov avatar Jul 06 '22 12:07 JalonSolov

Since both referenced issues have been closed, closing this PR.

JalonSolov avatar Dec 17 '22 01:12 JalonSolov