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 C2BE2DABC for ; Fri, 30 Nov 2012 21:23:12 +0000 (UTC) Received: (qmail 59826 invoked by uid 500); 30 Nov 2012 21:23:11 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 59793 invoked by uid 500); 30 Nov 2012 21:23: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 59784 invoked by uid 99); 30 Nov 2012 21:23:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2012 21:23:11 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=FRT_ADOBE2,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [69.167.147.50] (HELO franklin.liquidweb.com) (69.167.147.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2012 21:23:04 +0000 Received: from localhost ([127.0.0.1]:48725) by franklin.liquidweb.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1TeY2i-0004ou-CK for flex-dev@incubator.apache.org; Fri, 30 Nov 2012 16:22:40 -0500 Received: from 64.223.163.204 ([64.223.163.204]) by teotigraphix.com (Horde Framework) with HTTP; Fri, 30 Nov 2012 16:22:39 -0500 Message-ID: <20121130162239.654059yyqsotg9zz@teotigraphix.com> Date: Fri, 30 Nov 2012 16:22:39 -0500 From: Michael Schmalle To: flex-dev@incubator.apache.org Subject: RE: Falcon SDKSWCTests References: <149F8129B58B2D418508E63117D9C5419B5B4CFCC9@nambx05.corp.adobe.com> <149F8129B58B2D418508E63117D9C5419B5B4CFCD1@nambx05.corp.adobe.com> In-Reply-To: <149F8129B58B2D418508E63117D9C5419B5B4CFCD1@nambx05.corp.adobe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.11) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - franklin.liquidweb.com X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - teotigraphix.com X-Get-Message-Sender-Via: franklin.liquidweb.com: authenticated_id: teotigra/from_h X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org Gordon, I entered bugs in JIRA for those, it's actually 2 tickets. I will fix them. The first one is tricky and a bad set of code I was scared to change without afterwords running mustella. I had to reformat my computer and haven't got mustella running again. Next week I can get on this. I am burnt out from all this js talk. :) I could go head and start looking at the other SWCs to I am sure Cyril will give them a go as well. Mike Quoting Gordon Smith : > Whoops, the frameworkSWC() compilation test doesn't pass. There are > still four warnings: > > D:\Apache\incubator\flex\sdk\branches\develop\frameworks\projects\framework\src\mx\collections\ListCollectionView.as:1398 > Warning: variable definition duplicates function parameter: events. > var events:Array = updatedItems[j].events; > ^ > > D:\Apache\incubator\flex\sdk\branches\develop\frameworks\projects\framework\src\mx\utils\SHA256.as:111 > Warning: Initializer value 3144134277 for type 'int' must be between > -2147483648 and 2147483647 inclusive. An initial value of > -1150833019 will be used instead. > var h1:int = 0xbb67ae85; > ^ > > D:\Apache\incubator\flex\sdk\branches\develop\frameworks\projects\framework\src\mx\utils\SHA256.as:113 > Warning: Initializer value 2773480762 for type 'int' must be between > -2147483648 and 2147483647 inclusive. An initial value of > -1521486534 will be used instead. > var h3:int = 0xa54ff53a; > ^ > > D:\Apache\incubator\flex\sdk\branches\develop\frameworks\projects\framework\src\mx\utils\SHA256.as:115 > Warning: Initializer value 2600822924 for type 'int' must be between > -2147483648 and 2147483647 inclusive. An initial value of > -1694144372 will be used instead. > var h5:int = 0x9b05688c; > ^ > > These are examples of Falcon being pickier (and more correct) than > the old compiler. > > Any volunteers to fix the source code so that this test passes? > > - Gordon > > -----Original Message----- > From: Gordon Smith [mailto:gosmith@adobe.com] > Sent: Friday, November 30, 2012 1:10 PM > To: flex-dev@incubator.apache.org > Subject: Falcon SDKSWCTests > > @Cyril: Thanks for your help with introducing the compile-config.xml > files so that we can more easily make Falcon JUnit tests that > compile each SDK SWC. > > Now that we have one such test - for compiling framework.swc - > passing, would anybody like to work on investigating the status of > other tests that compile rpc.swc, mx.swc, spark.swc, etc.? We need > to figure out whether the SDK source code needs to change because > Falcon is pickier than the old compiler, or whether Falcon has AS > bugs that need to be fixed. > > - Gordon > > -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com