You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by sgrebnov <gi...@git.apache.org> on 2015/10/16 16:52:42 UTC

[GitHub] cordova-lib pull request: CB-9815 Engine name="cordova" should che...

GitHub user sgrebnov opened a pull request:

    https://github.com/apache/cordova-lib/pull/324

    CB-9815 Engine name="cordova" should check tools version, not platforms

    https://issues.apache.org/jira/browse/CB-9815

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-lib CB-9815

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/324.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #324
    
----
commit f1ed58c18bac57dac9060666366cb0c69bfc0a3d
Author: sgrebnov <v-...@microsoft.com>
Date:   2015-10-16T14:51:07Z

    CB-9815 Engine name="cordova" should check tools version, not platforms

----


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-9815 Engine name="cordova" should che...

Posted by TimBarham <gi...@git.apache.org>.
Github user TimBarham commented on the pull request:

    https://github.com/apache/cordova-lib/pull/324#issuecomment-149315881
  
    Yeah, sounds reasonable. :+1: 


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-9815 Engine name="cordova" should che...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-lib/pull/324


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-9815 Engine name="cordova" should che...

Posted by nikhilkh <gi...@git.apache.org>.
Github user nikhilkh commented on the pull request:

    https://github.com/apache/cordova-lib/pull/324#issuecomment-149440019
  
    LGTM


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-9815 Engine name="cordova" should che...

Posted by TimBarham <gi...@git.apache.org>.
Github user TimBarham commented on the pull request:

    https://github.com/apache/cordova-lib/pull/324#issuecomment-148787164
  
    This gives us the correct behavior, but are there backwards compatibility issues (is it likely any plugin is using this expecting the current behavior)?


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-9815 Engine name="cordova" should che...

Posted by sgrebnov <gi...@git.apache.org>.
Github user sgrebnov commented on the pull request:

    https://github.com/apache/cordova-lib/pull/324#issuecomment-148925139
  
    @TimBarham I see your point, but all places where I saw that engine name usage all devs thought they check cordova version - see examples below. Taking into account that we will apply this change only in next/future cordova version where we have pinned platforms versions lower than cordova version itself  non of existing plugins will be broken.
    
    Also, I see that this is not covere in docs at all so we may want to contribute some info to Plugin Dev Guide 
    
    InAppBrowser plugin
    ```
        <engines>
          <engine name="cordova" version=">=3.1.0" /><!-- Needs cordova/urlutil -->
        </engines>
    ```
    phonegap-facebook-plugin
    ```
        <engines>
            <!-- Requires > 3.3.* because of the custom Framework tag for iOS [CB-5238] -->
            <!-- Requires > 3.5.0 because of the custom Framework tag for Android [CB-6698] -->
            <engine name="cordova" version=">=3.5.0" />
        </engines>
    ```


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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