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 53745e5  JSWriter: externs are not post-processed like regular JS
     new 7e7b269  compiler: warn when using this in a function closure 
(references #90)
     new 9a651d8  Configuration: added -warn-this-within-closure compiler 
option (references #90)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../clients/problems/ProblemSettingsFilter.java    |  4 ++++
 .../royale/compiler/config/Configuration.java      | 18 +++++++++++++++
 .../royale/compiler/config/Configurator.java       |  5 +++++
 .../compiler/config/ICompilerProblemSettings.java  |  2 ++
 .../config/ICompilerSettingsConstants.java         |  1 +
 .../compiler/constants/IASWarningConstants.java    |  5 +++++
 .../internal/config/CompilerProblemSettings.java   |  3 +++
 .../internal/config/ICompilerSettings.java         |  7 ++++++
 .../problems/ThisUsedInClosureProblem.java         | 16 ++++++-------
 .../semantics/MethodBodySemanticChecker.java       | 26 ++++++++++++++++++++++
 .../compiler/internal/semantics/SemanticUtils.java | 16 +++++++++++++
 11 files changed, 95 insertions(+), 8 deletions(-)
 copy 
compiler/src/main/java/org/apache/royale/compiler/problems/InvalidSuperExpressionProblem.java
 => 
compiler-common/src/main/java/org/apache/royale/compiler/problems/ThisUsedInClosureProblem.java
 (75%)

Reply via email to