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

Use Go 1.19 sync/atomic wrappers instead of go.uber.org/atomic #7160

Closed
mx-psi opened this issue Feb 8, 2023 · 5 comments
Closed

Use Go 1.19 sync/atomic wrappers instead of go.uber.org/atomic #7160

mx-psi opened this issue Feb 8, 2023 · 5 comments
Assignees
Labels
area:miscellaneous easy Complexity: Easy enhancement New feature or request good first issue Good for newcomers priority:p2 Medium

Comments

@mx-psi
Copy link
Member

mx-psi commented Feb 8, 2023

Go 1.19 includes new builtin atomic wrappers that can replace the usage of go.uber.org/atomic. We should switch to using these and ban the usage of go.uber.org/atomic via depguard (basically, inverting this).

This was blocked by #7159

@mx-psi
Copy link
Member Author

mx-psi commented Feb 15, 2023

This is now unblocked

@mx-psi mx-psi removed the on hold label Feb 15, 2023
@patil-kshitij
Copy link
Contributor

Can I please take ownership for this ?

@mx-psi
Copy link
Member Author

mx-psi commented Feb 16, 2023

@patil-kshitij all yours :)

@patil-kshitij
Copy link
Contributor

PR for this issue is raised.

#7220

codeboten pushed a commit that referenced this issue Mar 5, 2023
replacing go.uber.org/atomic by sync/atomic
wrt issue #7160
@codeboten
Copy link
Contributor

Fixed by #7220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:miscellaneous easy Complexity: Easy enhancement New feature or request good first issue Good for newcomers priority:p2 Medium
Projects
None yet
Development

No branches or pull requests

3 participants