You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
RobertoMontagna
changed the title
Your generated code uses your own deprecated functions
Your generated code uses your own deprecated functions (very minor)
Mar 1, 2024
Very minor thing: but here an example Float64 (same thing for Float32):
CAS
deprecated https://github.com/uber-go/atomic/blob/master/float64_ext.go#L49Use of
CAS
(same file) https://github.com/uber-go/atomic/blob/master/float64_ext.go#L35Extra note: CAS is implemented by using the suggested replacement
CompareAndSwap
(same file) https://github.com/uber-go/atomic/blob/master/float64_ext.go#L50
The text was updated successfully, but these errors were encountered: