You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/11/25 13:52:16 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request, #1412: nimble/ll/css: Fix updating css list

andrzej-kaczmarek opened a new pull request, #1412:
URL: https://github.com/apache/mynewt-nimble/pull/1412

   If connsm is already on css list and has slot index changed, the list may not be sorted properly so in some case item was not re-inseterd properly. To make things simpler, let's just remove item from the list and then find proper place for it bo be inserted, since doing both in single pass is too convoluted.


-- 
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: commits-unsubscribe@mynewt.apache.org

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


[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1412: nimble/ll/css: Fix updating css list

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on PR #1412:
URL: https://github.com/apache/mynewt-nimble/pull/1412#issuecomment-1327503499

   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


-- 
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: commits-unsubscribe@mynewt.apache.org

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


[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1412: nimble/ll/css: Fix updating css list

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on PR #1412:
URL: https://github.com/apache/mynewt-nimble/pull/1412#issuecomment-1327516280

   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


-- 
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: commits-unsubscribe@mynewt.apache.org

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


[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #1412: nimble/ll/css: Fix updating css list

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek merged PR #1412:
URL: https://github.com/apache/mynewt-nimble/pull/1412


-- 
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: commits-unsubscribe@mynewt.apache.org

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