Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B5FC89BFD for ; Sat, 5 May 2012 23:30:13 +0000 (UTC) Received: (qmail 5291 invoked by uid 500); 5 May 2012 23:30:11 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 5257 invoked by uid 500); 5 May 2012 23:30:11 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 5249 invoked by uid 99); 5 May 2012 23:30:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 May 2012 23:30:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.210.53] (HELO mail-pz0-f53.google.com) (209.85.210.53) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 May 2012 23:30:04 +0000 Received: by dadg9 with SMTP id g9so5218433dad.26 for ; Sat, 05 May 2012 16:29:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=w2dAUu6CqOvx66SUFgHH+VJs9Xuv9BBU5J9b2GT5a+0=; b=RUmhFa0+N/h9KvBIfo8E9UlYUy4+Fucz5Vfs7kmGub9SgND6WhcF6PXekUwbzXyy8f pYK9uku643r42X9ZidPM/DmHO4zE3EerHr1BiYh7cuqP+EP7JG8tqjFrZz8Pf259QtRq aEOx4hznxYhBR3+W+sl4TyZR03A4Or5KkPV1J0LEoAIJ/+PXsvUunWAidBmcxKyxygyV TwVvDzG0wEQUNEG3poe2zuc3LO7gmQWUgDlFAaRyhMrmY44MkEi0BPtxdnn4rifsBqe0 L7upoFUUx7Gpo9bd5vNHSWP6ilOJ9XR8lTArNUv/fKpXzMkClR6sdBdqHPHOaulFBeBJ hvJQ== Received: by 10.68.241.165 with SMTP id wj5mr5458176pbc.73.1336260582117; Sat, 05 May 2012 16:29:42 -0700 (PDT) Received: from [192.168.0.4] (124-149-97-111.dyn.iinet.net.au. [124.149.97.111]) by mx.google.com with ESMTPS id kb7sm2878711pbb.34.2012.05.05.16.29.38 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 05 May 2012 16:29:40 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: [jira] [Updated] (FLEX-51) Please check support for ExactValue initializer From: Justin Mclean In-Reply-To: Date: Sun, 6 May 2012 09:29:39 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <3B4DBC47-1119-4343-AF8E-D4F7AD6C9120@classsoftware.com> References: <242D5C7C-175F-40C8-B21E-6905B6E285EA@classsoftware.com> <149F8129B58B2D418508E63117D9C5419B17A88D88@nambx05.corp.adobe.com> To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQmK33fT5A993JVIaMFLsi+BRwr5xS9oV2j966uYcTTe3k3B4W9As9Mp8SG0dCUEcngWiXRG X-Virus-Checked: Checked by ClamAV on apache.org Hi, > Is it possible to support a constant directive using this patch = immediately > while we work out the details for the Once directive? You can take the patch now and apply it to your environment. As the = change only effects how the binding AS code is created and not a change = to the SDK code base there no issue with /which version of the SDK you = are deploying/RSLs etc etc > Or is that already happening with constants? It's not currently happening. Thanks, Justin=