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 0D1FBD142 for ; Thu, 29 Nov 2012 04:13:36 +0000 (UTC) Received: (qmail 60347 invoked by uid 500); 29 Nov 2012 04:13:35 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 60018 invoked by uid 500); 29 Nov 2012 04:13:33 -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 59958 invoked by uid 99); 29 Nov 2012 04:13:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 04:13:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cyrill.zadra@gmail.com designates 209.85.212.47 as permitted sender) Received: from [209.85.212.47] (HELO mail-vb0-f47.google.com) (209.85.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 04:13:23 +0000 Received: by mail-vb0-f47.google.com with SMTP id e21so11850414vbm.6 for ; Wed, 28 Nov 2012 20:13:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=i8zt0pIw6G8SnJrnQCnQU8JavK8WBFl70PiOL9q7/7Y=; b=XvPhle254czwZbfjpBbDaiqhk0zlBKv2mUvKKoA0bWok0vVEyuQQoKedwME9cqsFHL USnHB1DpzJsMuv2SYtgQiq0MuTx1HLGDL3oyQo7PbkZpDllcPx4px+aqnQETafUcX6rz S07n5m5MeGku6UZPqGbbSlOWL6MvKpj1V9VSCGtFFA1wpp251mf0K9WrSlH7zGzv5KYQ n/RSOTaCVwO3MkFQ76WJysZMqegg3Fy9Jd6M+U5+AL+15c4JnyCtf3OV/f9kEvMbNh5p db3TC+tLn1OdVJ1l1T5LDqSG7yuxmaolVy/mmpJSx/hIqWtHC5q7+3QlL3kvLwu9eP5/ 6H1g== MIME-Version: 1.0 Received: by 10.58.85.134 with SMTP id h6mr31862295vez.18.1354162382498; Wed, 28 Nov 2012 20:13:02 -0800 (PST) Received: by 10.220.140.208 with HTTP; Wed, 28 Nov 2012 20:13:01 -0800 (PST) In-Reply-To: <149F8129B58B2D418508E63117D9C5419B5B360846@nambx05.corp.adobe.com> References: <149F8129B58B2D418508E63117D9C5419B5B360846@nambx05.corp.adobe.com> Date: Wed, 28 Nov 2012 20:13:01 -0800 Message-ID: Subject: Re: [FALCON] parser question - MXMLApplicationNode From: Cyrill Zadra To: "flex-dev@incubator.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org okay .. I started writing more tests for package org.apache.flex.compiler.internal.css and and also for org.apache.flex.compiler.internal.tree.mxml. How shall I proceed. Just commit test after test or do you think it's better to commit them in my whiteboard and after you reviewed it I'll merge them to falcon trunk? Cyrill On Mon, Nov 26, 2012 at 11:13 AM, Gordon Smith wrote: > I don't think MXMLApplicationNode is currently getting used in MXML compilation. I think just creates an MXMLDocumentNode. > > - Gordon > > -----Original Message----- > From: Cyrill Zadra [mailto:cyrill.zadra@gmail.com] > Sent: Sunday, November 25, 2012 2:49 PM > To: flex-dev@incubator.apache.org > Subject: [FALCON] parser question - MXMLApplicationNode > > Hey there > > A newbie question ... > >> org.apache.flex.compiler.internal.tree.mxml.MXMLApplicationNode > > If Falcon parses following line or mxml that contains following shouldn't there be at least one instance of MXMLApplicationNode? > > xmlns:s="library://ns.adobe.com/flex/spark" /> > > Just tried it out an the MXMLApplicationNode class got never instantiated. > > cyrill