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 7708d9e compiler-jx: simple numeric literals assigned to int or uint
values are now coerced at compile time (references #74)
new e8ff918 ASTestBase: added getLocalFunction() helper
new fc7be4c compiler-jx: added some missing tests for local named
functions
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/codegen/as/TestExpressions.java | 17 ++++++++++++
.../codegen/js/goog/TestGoogExpressions.java | 9 ++++++
.../codegen/js/royale/TestRoyaleExpressions.java | 32 ++++++++++++++++++++++
.../royale/compiler/internal/test/ASTestBase.java | 6 ++++
4 files changed, 64 insertions(+)