[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/266 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-31 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/266#issuecomment-126740006 @TimBarham , I've explored that possibility before landing with the current solution. I think messing around with a queue-based solution or the event loop is go

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-31 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/266#issuecomment-126738584 @TimBarham , I've explored that possibility before landing with the current solution. I think messing around with a queue-based solution or the event loop is go

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-31 Thread TimBarham
Github user TimBarham commented on the pull request: https://github.com/apache/cordova-lib/pull/266#issuecomment-126670748 Made this comment offline, but decided it should be included here too... I don't think this is the right fix - I think a more general approach would serve use bet

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-31 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-lib/pull/266#issuecomment-126643184 Also tried on OS X with two platforms, and it worked. +1 for adding a test case for this. --- If your project is set up for it, you can reply to this email and ha

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-30 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/266#issuecomment-126519728 Thinking about it - wonder if you can add test case for this to prevent future regression. It's really a basic use case here. --- If your project is set up for it

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-30 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/266#issuecomment-126516900 @nikhilkh , it's ready to be merged in. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your proj

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-30 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/266#issuecomment-126516413 @omefire - Is this ready to be merged? It will be good to get this merged before the next cordova-lib release. --- If your project is set up for it, you can reply

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-22 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/266#discussion_r35200762 --- Diff: cordova-lib/src/util/promise-util.js --- @@ -33,4 +33,21 @@ function Q_chainmap(args, func) { }); } +// Behaves

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-22 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/266#discussion_r35200567 --- Diff: cordova-lib/src/cordova/restore-util.js --- @@ -56,24 +57,23 @@ function installPlatformsFromConfigXML(platforms) { if (!targe

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-22 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-lib/pull/266#issuecomment-123661743 LGTM. I would also avoid unnecessary whitespace and formatting changes. --- If your project is set up for it, you can reply to this email and have your rep

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-21 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/266#issuecomment-123498882 @nikhilkh, log level updated. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does n

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-21 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/266#issuecomment-123493951 One small comment. LGTM otherwise. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-21 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/266#discussion_r35160288 --- Diff: cordova-lib/src/cordova/restore-util.js --- @@ -56,24 +57,23 @@ function installPlatformsFromConfigXML(platforms) { if (!targets || !t

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-21 Thread omefire
GitHub user omefire opened a pull request: https://github.com/apache/cordova-lib/pull/266 CB-9278: BugFix: Restoring multiple platforms fails You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-lib CB-9278 Alterna