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-compiler.git.


    from 432f44b  compiler.jx: if source-map compiler option is specified, 
GoogDepsWriter copies source map files out of SWCs, if they exist
     new 1063bf8  SWFOverrides work if the actual types used can be subclasses 
of, or implement the interfaces in the original type.  However, for 
DisplayObject.graphics, the Graphics class is final so we can't play with a 
subclass.  So we are forced to cheat and have the compiler switch out 
references to graphics with royalegraphics which is added to UIComponent
     new 660fff9  catch super calls to methods that don't exist

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:
 .../internal/semantics/MethodBodySemanticChecker.java    | 16 ++++++++++++++++
 .../royale/compiler/internal/tree/as/IdentifierNode.java | 10 +++++++++-
 2 files changed, 25 insertions(+), 1 deletion(-)

Reply via email to