Skip to content
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

Stop using globals for func namespaces #1127

Merged

Conversation

hairyhenderson
Copy link
Owner

Fixes #1126

There was a data race due to the use of globals here. We really don't need to use globals at all...

Signed-off-by: Dave Henderson dhenderson@gmail.com

@hairyhenderson hairyhenderson self-assigned this Apr 14, 2021
@hairyhenderson hairyhenderson force-pushed the fix-data-race-when-creating-func-namespaces-1126 branch 6 times, most recently from 8365614 to 9fea8bb Compare April 14, 2021 18:13
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
@hairyhenderson hairyhenderson force-pushed the fix-data-race-when-creating-func-namespaces-1126 branch from 9fea8bb to 429c5ea Compare April 14, 2021 18:13
@hairyhenderson hairyhenderson enabled auto-merge (squash) April 14, 2021 18:14
@hairyhenderson hairyhenderson merged commit ea9a8a6 into master Apr 14, 2021
@hairyhenderson hairyhenderson deleted the fix-data-race-when-creating-func-namespaces-1126 branch April 14, 2021 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Data race when calling funcs.Create*Funcs functions concurrently
1 participant