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

commit 3c519df3833263408a42c8305eff763e85e3eeb8
Author: Alex Harui <aha...@apache.org>
AuthorDate: Sun Feb 18 16:06:25 2018 -0800

    turn on remove-circulars by default
---
 .../royale/compiler/internal/driver/js/goog/JSGoogConfiguration.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/goog/JSGoogConfiguration.java
 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/goog/JSGoogConfiguration.java
index 7363cdd..9239f96 100644
--- 
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/goog/JSGoogConfiguration.java
+++ 
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/goog/JSGoogConfiguration.java
@@ -246,7 +246,7 @@ public class JSGoogConfiguration extends JSConfiguration
     // 'remove-circulars'
     //
 
-    private boolean removeCirculars = false;
+    private boolean removeCirculars = true;
 
     public boolean getRemoveCirculars()
     {

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to