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 EDED1173AC for ; Tue, 9 Jun 2015 21:15:24 +0000 (UTC) Received: (qmail 57994 invoked by uid 500); 9 Jun 2015 21:15:24 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 57954 invoked by uid 500); 9 Jun 2015 21:15:24 -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 57942 invoked by uid 99); 9 Jun 2015 21:15:24 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2015 21:15:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B1BC8C095F for ; Tue, 9 Jun 2015 21:15:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id ZpiWvtO92p27 for ; Tue, 9 Jun 2015 21:15:22 +0000 (UTC) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com [209.85.215.52]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id C31C5209DC for ; Tue, 9 Jun 2015 21:15:21 +0000 (UTC) Received: by labko7 with SMTP id ko7so20126470lab.2 for ; Tue, 09 Jun 2015 14:15:15 -0700 (PDT) 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=2BTYyGX4H1R6ydfN4JlSjnMPZMwVXheS2wShGRpcm6s=; b=fQAT0UZZ8saLIUQKcEbC8fbmsZIQJawBt7xaMOhp+c9mYfRx7jEHguEBZ5gncMtv4n sA9MDTLFcWMAdd4MregyfDIIq0WvYaaBYVxS0RvjODKDqcF4iuxLLczwoDX5cYb19QU8 AAvBVk/SIrQ0JHoJxnS2kGeYIhPW9zOF+OdPf0Oerfd9MPNCfci+1+vYYVfGzy3NaNJ7 yKhum1ZC0AFaQt1KsDpBabL8oVRC+sS12KAFSKFASd9JPERyIQo75WOAZf34+TVSHXqJ P9WKuRaZUpXZikTxp/ujct5gW3gYEArm+RMsIu7Pm2LFgQ1KGRLNuzK9zqQpvuyp/f9Y bVpQ== MIME-Version: 1.0 X-Received: by 10.152.1.4 with SMTP id 4mr24486379lai.25.1433884515296; Tue, 09 Jun 2015 14:15:15 -0700 (PDT) Received: by 10.114.2.169 with HTTP; Tue, 9 Jun 2015 14:15:15 -0700 (PDT) In-Reply-To: References: Date: Tue, 9 Jun 2015 17:15:15 -0400 Message-ID: Subject: Re: [FalconJX] Vanilla compiler, all externs parsing and contained in SWC :) From: Michael Schmalle To: dev@flex.apache.org Content-Type: multipart/alternative; boundary=089e013c66a82eec2c05181c416d --089e013c66a82eec2c05181c416d Content-Type: text/plain; charset=UTF-8 Ok, I went out of my way to get that stuff up, anybody that has the compiler built can run this. Follow the simple directions until the build is correct; Added basic full compile implementation test for external compiler - For now, closure-compiler repo needs to be checked out in the directory that flex-falcon exists in so the tests correctly get the externs file. - Everything else uses relative paths, so it should work after you build and copy the compiler.jar from closure-compiler repo. Obviously there is no SWC logic in that test, it just generates all the .as files in the /temp/externals directory. Let me know if any of you get it producing .js files. :) Mike On Tue, Jun 9, 2015 at 3:49 PM, Michael Schmalle wrote: > Ok, I just confirmed, the closure.jar doesn't have what we need. > > Screw it, I am just going to migrate what I have done into falconjx > project and use the built jar from the repo I made. I guess you will have > to checkout the repo and build the jar to get this to wrok right now until > you fix it. > > I have to check in that change as well. > > Mike > > On Tue, Jun 9, 2015 at 3:39 PM, Alex Harui wrote: > >> >> >> On 6/9/15, 12:26 PM, "Michael Schmalle" >> wrote: >> >> >Hey, >> > >> >I'm using the head of GCC code base and I think I might be using some API >> >that is not in the closure.jar that is downloaded in FalconJX right now. >> >> I can get that fixed up. IMO, it is ok if the build is broken for while >> until we fix it up. So when you get a chance, push it. >> >> Thanks, >> -Alex >> >> > --089e013c66a82eec2c05181c416d--