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 dc182cc emit definitions in conditional blocks (childcount is 0 if
conditional is disabled). Fixes #72.
new 17e2428 VarDeclarationEmitter: added a description to help indicate
that it is for local variables only
new 7e13195 FieldEmitter: added a description to help indicate that it is
for member and static variables of a class and pointed to VarDeclarationEmitter
and AccsesorEmitter for similar things
new 6b475f7 compiler-jx: coercion on assignment also applies to member
and static variables of a class (references #74)
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:
.../compiler/internal/codegen/js/jx/ClassEmitter.java | 2 +-
.../compiler/internal/codegen/js/jx/FieldEmitter.java | 14 ++++++++------
.../internal/codegen/js/jx/VarDeclarationEmitter.java | 4 ++++
.../internal/codegen/mxml/royale/MXMLRoyaleEmitter.java | 2 +-
4 files changed, 14 insertions(+), 8 deletions(-)