You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by GitBox <gi...@apache.org> on 2021/07/25 09:35:12 UTC

[GitHub] [mesos] cf-natali opened a new pull request #400: LinkedHashMap: fixed handling of self-assignment.

cf-natali opened a new pull request #400:
URL: https://github.com/apache/mesos/pull/400


   Self-assigning a LinkedHashMap i.e. `map = map` would cause the map
   to be cleared.
   Found with clang-tidy.
   
   
   @asekretenko @qianzhangxa 


-- 
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: reviews-unsubscribe@mesos.apache.org

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



[GitHub] [mesos] qianzhangxa commented on pull request #400: LinkedHashMap: fixed handling of self-assignment.

Posted by GitBox <gi...@apache.org>.
qianzhangxa commented on pull request #400:
URL: https://github.com/apache/mesos/pull/400#issuecomment-887481342


   Merged, thanks @cf-natali for your contribution!


-- 
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: reviews-unsubscribe@mesos.apache.org

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



[GitHub] [mesos] asfgit closed pull request #400: LinkedHashMap: fixed handling of self-assignment.

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #400:
URL: https://github.com/apache/mesos/pull/400


   


-- 
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: reviews-unsubscribe@mesos.apache.org

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