[
https://issues.apache.org/jira/browse/CB-7091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079963#comment-14079963
]
ASF GitHub Bot commented on CB-7091:
------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-lib/pull/67
> Remove check_requirements from cordova-lib
> ------------------------------------------
>
> Key: CB-7091
> URL: https://issues.apache.org/jira/browse/CB-7091
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI
> Reporter: Mark Koudritsky
> Assignee: Mark Koudritsky
>
> As per this discussion [1] check_requirements() functions in platform parsers
> are redundant. The same check is executed twice, once via cordova create
> call_into_create() -> platform_parser ...
> and then again from the platform create script.
> Removing
> 1) The call to check_requriements() from create.js:call_into_create().
> 2) The check_requirements() functions from platform parsers in metadata.
> Adding:
> A simple check that the host OS is listed in platforms[platform].hostos
> [1] https://www.mail-archive.com/dev%40cordova.apache.org/msg19084.html
--
This message was sent by Atlassian JIRA
(v6.2#6252)