Closed
Description
The race detector is helpful for discovering race conditions in concurrent programs. The easiest way I can think of is to add a new target or some kind of env. variable in the Makefile to enabe -race
. We could also begin running try.gitea.io with the race detector enabled.
Edit:this is not just a proposal, but also a call for ideas about how we are going to do it.