Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-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 1DD3A10336 for ; Sun, 21 Apr 2013 00:53:15 +0000 (UTC) Received: (qmail 56216 invoked by uid 500); 21 Apr 2013 00:53:14 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 56175 invoked by uid 500); 21 Apr 2013 00:53:14 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 56166 invoked by uid 99); 21 Apr 2013 00:53:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Apr 2013 00:53:14 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [203.59.1.218] (HELO icp-osb-irony-out2.external.iinet.net.au) (203.59.1.218) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Apr 2013 00:53:07 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMBAGA3c1F8lSH3/2dsb2JhbAANQ8RDgRqDFAEBBDpPCw05V7EVklCPDDoWglBhA51DjECBSA X-IronPort-AV: E=Sophos;i="4.87,517,1363104000"; d="scan'208";a="108350272" Received: from unknown (HELO [192.168.0.8]) ([124.149.33.247]) by icp-osb-irony-out2.iinet.net.au with ESMTP; 21 Apr 2013 08:52:20 +0800 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: git commit: [flex-sdk] - Fixes FLEX-18697. Check-in tests run, mustella passes. From: Justin Mclean In-Reply-To: Date: Sun, 21 Apr 2013 10:52:20 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <05D0C6DB-632F-4284-B56D-9DC2B634913D@classsoftware.com> References: To: dev@flex.apache.org X-Mailer: Apple Mail (2.1283) X-Virus-Checked: Checked by ClamAV on apache.org Hi, Why not this? var value:String =3D options[flag].toString(); if (value !=3D null) key +=3D value; The issue occurs when options[flag] is not a String but a Boolean right? = So I think what you checked in in would still cause it to not be added = to the key? (Off top of head not tested.) Thanks, Justin=