Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65A1010455 for ; Wed, 26 Aug 2015 00:56:00 +0000 (UTC) Received: (qmail 6864 invoked by uid 500); 26 Aug 2015 00:56:00 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 6823 invoked by uid 500); 26 Aug 2015 00:56:00 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 6812 invoked by uid 500); 26 Aug 2015 00:55:59 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 6809 invoked by uid 99); 26 Aug 2015 00:55:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2015 00:55:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A1E5DE01CA; Wed, 26 Aug 2015 00:55:59 +0000 (UTC) From: tripodsan To: callback-dev@incubator.apache.org Reply-To: callback-dev@incubator.apache.org Message-ID: Subject: [GitHub] cordova-osx pull request: Minor changes Content-Type: text/plain Date: Wed, 26 Aug 2015 00:55:59 +0000 (UTC) GitHub user tripodsan opened a pull request: https://github.com/apache/cordova-osx/pull/18 Minor changes - fixes problems when 'null' arguments get passed to exec() - fixes problems when executing commands in the background and ARC You can merge this pull request into a Git repository by running: $ git pull https://github.com/tripodsan/cordova-osx minor_changes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-osx/pull/18.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 #18 ---- commit 192b60aea417825a09e98b5a1ad2bdadf186c5ef Author: Tobias Bocanegra Date: 2015-08-26T00:07:57Z @trivial reformat code - clean whitespaces commit afae3f46613b1c042bc80b5d05f8372e7cd58328 Author: Tobias Bocanegra Date: 2015-08-26T00:15:22Z @trivial - simplify with modern syntax commit de664c46271647efda330acd481a8eb8e974f4d7 Author: Tobias Bocanegra Date: 2015-08-26T00:16:56Z @trivial - avoid NPE when adding a nil object to NSArray commit 05c4d55efe00e39acb4f2b1a8e9a1eb497ff49b3 Author: Tobias Bocanegra Date: 2015-08-26T00:53:52Z @trivial avoid __weak - otherwise background blocks might encounter empty objects ---- --- 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