This is an automated email from the ASF dual-hosted git repository.
piotrz pushed a change to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.
from 7635ee6 fix alt params again
new a73451c JSWriter: externs are not post-processed like regular JS
new 5c9bf22 compiler: warn when using this in a function closure
(references #90)
new 1d60ebf Configuration: added -warn-this-within-closure compiler
option (references #90)
new 111f0c8 FullNameNode: fixed issue where end line and end column were
never set based on the right node
new d941f26 compiler: more end line/column improvements
new 383416e ConfigConditionBlockNode: fix fillInOffsets() and normalize()
when disabled
The 6 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 ++++++-------
.../compiler/internal/codegen/js/JSWriter.java | 8 ++++++-
.../internal/definitions/VectorInformation.java | 4 ++--
.../compiler/internal/parsing/as/BaseASParser.java | 2 +-
.../semantics/MethodBodySemanticChecker.java | 26 ++++++++++++++++++++++
.../compiler/internal/semantics/SemanticUtils.java | 16 +++++++++++++
.../internal/tree/as/BinaryOperatorNodeBase.java | 2 +-
.../compiler/internal/tree/as/ClassNode.java | 4 ++--
.../internal/tree/as/ConfigConditionBlockNode.java | 20 ++++++++++++++++-
.../compiler/internal/tree/as/FullNameNode.java | 8 +++++++
.../compiler/internal/tree/as/FunctionNode.java | 4 ++--
.../tree/as/NamespaceAccessExpressionNode.java | 2 +-
.../internal/tree/as/NamespaceIdentifierNode.java | 2 +-
.../royale/compiler/internal/tree/as/NodeBase.java | 15 +++++++++++++
.../compiler/internal/tree/as/ParameterNode.java | 2 +-
.../internal/tree/as/UnaryOperatorNodeBase.java | 2 +-
.../internal/tree/as/UseNamespaceNode.java | 2 +-
.../compiler/internal/tree/mxml/MXMLNodeBase.java | 1 +
26 files changed, 158 insertions(+), 23 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%)