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/04/15 09:54:15 UTC

[GitHub] [incubator-nuttx-apps] no1wudi opened a new pull request #179: Update LVGL to latest release

no1wudi opened a new pull request #179: Update LVGL to latest release
URL: https://github.com/apache/incubator-nuttx-apps/pull/179
 
 
   

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 edited a comment on issue #179: Update LVGL to latest release

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 edited a comment on issue #179: Update LVGL to latest release
URL: https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614056436
 
 
   > Hi no1wudi,
   > Do you know why it is reporting this error in the CI:
   > lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to open
   > lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to open
   > ##[error]Process completed with exit code 1.
   
   I think in the new version, this patch doesn't need anymore. @no1wudi please provide a patch fix this.

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] acassis commented on issue #179: Update LVGL to latest release

Posted by GitBox <gi...@apache.org>.
acassis commented on issue #179: Update LVGL to latest release
URL: https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614021436
 
 
   Hi no1wudi,
   Do you know why it is reporting this error in the CI:
    lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to open
   lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to open
   ##[error]Process completed with exit code 1.

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] acassis merged pull request #179: Update LVGL to latest release

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #179: Update LVGL to latest release
URL: https://github.com/apache/incubator-nuttx-apps/pull/179
 
 
   

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] acassis commented on issue #179: Update LVGL to latest release

Posted by GitBox <gi...@apache.org>.
acassis commented on issue #179: Update LVGL to latest release
URL: https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614079120
 
 
   Ok, so I will merge it.

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #179: Update LVGL to latest release

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #179: Update LVGL to latest release
URL: https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614099769
 
 
   > > Ok, so I will merge it.
   > 
   > No! but it's not really fix it. It seems like cibuild.sh issue, not this PR.
   
   @liuguo09 will take a look, bu anyway PR is right and shouldn't introduce other build break.

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #179: Update LVGL to latest release

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #179: Update LVGL to latest release
URL: https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614056436
 
 
   > Hi no1wudi,
   > Do you know why it is reporting this error in the CI:
   > lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to open
   > lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to open
   > ##[error]Process completed with exit code 1.
   
   I think in the new version, this patch doesn't need anymore. @no1wudi provide a patch fix this.

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #179: Update LVGL to latest release

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #179: Update LVGL to latest release
URL: https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614070204
 
 
   > > Hi no1wudi,
   > > Do you know why it is reporting this error in the CI:
   > > lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to open
   > > lvgl.fix/lv_misc/lv_symbol_def.h: fatal: Failed to open
   > > ##[error]Process completed with exit code 1.
   > 
   > I think in the new version, this patch doesn't need anymore. @no1wudi please provide a patch fix this.
   
   seems like already fix by:
   https://github.com/apache/incubator-nuttx-apps/pull/179/commits/b3be003660277e1866118df298c0124283f158d2

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #179: Update LVGL to latest release

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #179: Update LVGL to latest release
URL: https://github.com/apache/incubator-nuttx-apps/pull/179#issuecomment-614079731
 
 
   > Ok, so I will merge it.
   
   No! but it's not really fix it. It seems like cibuild.sh issue, not this PR.

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


With regards,
Apache Git Services