[royale-asjs] branch develop updated (2c31247 -> b1ff337)

2018-11-19 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git. from 2c31247 Merge branch 'release/0.9.4' into develop new bc463ce try pushing npm before updating versions

[royale-asjs] 02/02: remove apache folder since we don't really need it

2018-11-19 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git commit b1ff33781a7a5d8dc576078d0311870155abb416 Author: Alex Harui AuthorDate: Mon Nov 19 00:02:38 2018 -0800

[royale-asjs] 01/02: try pushing npm before updating versions

2018-11-19 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git commit bc463cef9240c17f41b863fb7321b5617b8779e8 Author: Alex Harui AuthorDate: Sun Nov 18 23:57:54 2018 -0800 try

[MAVEN-BUILD] Royale-asjs - Build # 1331 - Failure

2018-11-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #1331) Status: Failure Check console output at https://builds.apache.org/job/Royale-asjs/1331/ to view the results.

[MAVEN-BUILD] Royale-asjs - Build # 1332 - Fixed

2018-11-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #1332) Status: Fixed Check console output at https://builds.apache.org/job/Royale-asjs/1332/ to view the results.

[royale-compiler] 01/03: compiler-jx: GoogDepsWriter preserves sourceRoot field of source maps when it modifies them

2018-11-19 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit fe6877f9ef03f4a065cd6c0ad35738bed1e63119 Author: Josh Tynjala AuthorDate: Mon Nov 19 12:31:29 2018 -0800

[royale-compiler] branch develop updated (8e6a6c2 -> 0c89292)

2018-11-19 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git. from 8e6a6c2 don't get nodes except on AS files. If you ask for a node on an MXML file it starts

[royale-compiler] 02/03: compiler-jx: JSEmitter saves all source map paths with forward slashes because web browser devtools prefer this formatting

2018-11-19 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 15a21bf20c83ace006ff11aced68c0f75a2f66dd Author: Josh Tynjala AuthorDate: Mon Nov 19 12:33:11 2018 -0800

[royale-compiler] 03/03: compiler-jx: JSWriter uses forward slashes for relative paths because web browser devtools prefers this formatting

2018-11-19 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 0c892922f29569ac02aa599d3883de6ba812bb22 Author: Josh Tynjala AuthorDate: Mon Nov 19 12:33:59 2018 -0800

[royale-compiler] branch develop updated: don't get nodes except on AS files. If you ask for a node on an MXML file it starts parsing the MXML, but if you hit this code while already parsing the MXML

2018-11-19 Thread aharui
This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 8e6a6c2 don't get nodes except on