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 86fa033d6 MethodBodySemanticChecker: performance optimization to
return earlier from checkFunctionTypeMeta when expectedFunctionTypeMeta is null
to avoid unnecessary resolve of right expression
new ba1a1381d MXMLScopeBuilder: report a problem if the className value of
fx:Component is not a valid AS3 identifier
new b8a63a8da MXMLScopeBuilder: don't use a magic string for comparison,
use a constant that already exists
new c2484a6b9 MXMLScopeBuilder/MXMLFileScope: use a PackageScope as the
containing scope for a type created with fx:Component
The 3 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:
.../internal/parsing/mxml/MXMLScopeBuilder.java | 27 ++++++++++++++++++++--
.../compiler/internal/scopes/MXMLFileScope.java | 12 +++++++++-
...oblem.java => MXMLInvalidClassNameProblem.java} | 22 ++++++++----------
3 files changed, 46 insertions(+), 15 deletions(-)
copy
compiler/src/main/java/org/apache/royale/compiler/problems/{DuplicateClassDefinitionProblem.java
=> MXMLInvalidClassNameProblem.java} (69%)