You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/05/11 04:00:11 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #1010: tools/refresh.sh --help

xiaoxiang781216 commented on issue #1010:
URL: https://github.com/apache/incubator-nuttx/issues/1010#issuecomment-626456917


   > This reason for this is:
   > 
   > ```
   > if ! $CMPCONFIG $DEFCONFIG defconfig; then
   > ...
   > ```
   > 
   > So if no logical content of the defconfig has changed then it will not be updated. That means if the ordering of elements changes so that there is a lexical content changes, it will not be updated and the user will not be prompted.
   
   But I think the root cause is that cmpconfig ignore the order difference. We should replace with diff command instead.
   
   > 
   > Is that good? It is certainly not as bad as my original perception.
   
   No, it isn't good, I will fix this problem.


----------------------------------------------------------------
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.

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