-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Data race in template test #5926
Comments
@bep I’m curious... why do you think this is a Go bug? |
Because the data race (both read and write) is inside https://godoc.org/html/template#Template.Execute Which states that:
|
Thanks, seems reasonable!
I get the race for my theme both when using Go 1.11 and 1.12 (only tested with latest Go patches though). |
Just noticed you’ve been down this road before... |
It's a road with many side roads... |
Indeed it is! |
We have always rendered in parallel. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Probably a bug in Go.
The text was updated successfully, but these errors were encountered: