Use typed atomic values - #11675
Merged
Merged
Conversation
Contributor
|
Claude finished @stephanos's task in 4m 4s —— View job Reviewed 16 files, 1 finding. |
stephanos
force-pushed
the
stephanos/go127-atomictypes
branch
from
August 20, 2026 07:08
fb4d596 to
708cb52
Compare
stephanos
commented
Aug 20, 2026
| config *taskQueueConfig | ||
|
|
||
| lock int64 | ||
| lock atomic.Bool |
Contributor
Author
There was a problem hiding this comment.
Manual change here
stephanos
force-pushed
the
stephanos/go127-atomictypes
branch
from
August 20, 2026 14:31
4288522 to
69dc082
Compare
stephanos
force-pushed
the
stephanos/go127-errorsastype
branch
from
August 20, 2026 14:31
f66586a to
fdbf8c6
Compare
moody-temporal
approved these changes
Aug 20, 2026
yiminc
approved these changes
Aug 20, 2026
stephanos
force-pushed
the
stephanos/go127-errorsastype
branch
from
August 20, 2026 16:47
fdbf8c6 to
d94e33a
Compare
stephanos
force-pushed
the
stephanos/go127-atomictypes
branch
from
August 20, 2026 16:47
69dc082 to
1668555
Compare
stephanos
force-pushed
the
stephanos/go127-errorsastype
branch
from
August 20, 2026 17:14
d94e33a to
cff209d
Compare
stephanos
force-pushed
the
stephanos/go127-atomictypes
branch
from
August 20, 2026 17:14
1668555 to
4e6ad53
Compare
stephanos
force-pushed
the
stephanos/go127-atomictypes
branch
from
August 20, 2026 17:18
4e6ad53 to
138bc25
Compare
davidporter-id-au
pushed a commit
to davidporter-id-au/temporal
that referenced
this pull request
Aug 24, 2026
Go 1.27 prerequisite that applies the `atomictypes` Go fixer to use typed atomic values.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Go 1.27 prerequisite that applies the
atomictypesGo fixer to use typed atomic values.