You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/26 23:36:39 UTC

[GitHub] [cordova-electron] erisu opened a new pull request #162: breaking: use platform's common config parser

erisu opened a new pull request #162:
URL: https://github.com/apache/cordova-electron/pull/162


   ### Motivation,  Context & Description
   
   There are possibilities that the Cordova-Lib's version of Cordova-Common does not matching the platform's version. There can be cases where the platform introduces supporting logic in common and pins itself to use the new version.
   
   A good example where this case happened in the past was with Adaptive Icons in Cordova Android. Supportive logic was added to common and the platform was pinned but anyone who used the latest platform had issues with adaptive icon because the Lib version was old.
   
   It is expected that platform's common can be updated to a version that lib does not use.
   
   This PR will recreate the common object during prepare with the platform's installed common.
   
   ### Testing
   
   - `npm t`
   
   ### Checklist
   
   - [x] I've run the tests to see all new and existing tests pass
   - [x] I updated automated test coverage as appropriate for this change
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-electron] erisu commented on pull request #162: breaking: use platform's common config parser

Posted by GitBox <gi...@apache.org>.
erisu commented on pull request #162:
URL: https://github.com/apache/cordova-electron/pull/162#issuecomment-667869317


   Last call. I will be merging this PR in tomorrow.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-electron] erisu merged pull request #162: breaking: use platform's common config parser

Posted by GitBox <gi...@apache.org>.
erisu merged pull request #162:
URL: https://github.com/apache/cordova-electron/pull/162


   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org