You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "fishy (via GitHub)" <gi...@apache.org> on 2023/02/02 21:24:37 UTC

[GitHub] [thrift] fishy opened a new pull request, #2753: go: Use new atomic types introduced in go1.19

fishy opened a new pull request, #2753:
URL: https://github.com/apache/thrift/pull/2753

   Those come with nocopy protection, so they can prevent bugs like people passing the types by value instead of by pointer from the compiler.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [thrift] fishy merged pull request #2753: go: Use new atomic types introduced in go1.19

Posted by "fishy (via GitHub)" <gi...@apache.org>.
fishy merged PR #2753:
URL: https://github.com/apache/thrift/pull/2753


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org