You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by cd...@apache.org on 2021/03/21 11:09:17 UTC

[royale-compiler] branch feature/distribution-allignment updated (7f3c838 -> ac00bb1)

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a change to branch feature/distribution-allignment
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


    from 7f3c838  - Added the antlr-runtime.jar to the classpath - Added some comments on the Class-Path setting in pom.xml
     add 94b85c6  Fix int.MAX_VALUE
     add 0b8952d  fix tests affected by commit a0cfeff3ecd983ed4bd0e8267c372858ac0a49e7
     add 5318a0b  playerglobalc: option to compile airglobal.swc or playerglobal.swc
     add 380d6d7  royale-maven-plugin: allow modules to build with playerglobalc and clean up some naming to avoid confusion
     add 4ab6afc  playerglobalc: keys of REST_METHODS should have been fully qualified
     add 6e33d5f  playerglobalc: accidentally put into REST_METHODS instead of ANY_METHODS
     add 2ed9da1  playerglobalc: various methods on Date need parameters typed as * and null defaults
     add 1742b29  playerglobalc: special case for global constants: undefined, NaN, and Infinity
     add b0bd67a  playerglobalc: some extra members on flash.display.Graphics
     add 14605a5  playerglobalc: member variables that should be typed as any
     add 75ebf17  playerglobalc: some more constructors that need parameters typed as any
     add ab52135  playerglobalc: some missing members
     add c496876  playerglobalc: Array.splice() should be a ...rest method
     add e0a5383  playerglobalc: Function is missing prototype property
     add 8e2bce7  playerglobalc: some refinements to the Object prototype methods
     add 7e2f11c  playerglobalc: Function missing APIs
     add 71f4fc0  playerglobalc: Date.parse should accept any
     add 69d868c  playerglobalc: constants that should be read/write variables
     add ac00bb1  playerglobalc: added various missing properties and methods

No new revisions were added by this update.

Summary of changes:
 .../internal/codegen/js/jx/IdentifierEmitter.java  |   2 +-
 .../codegen/js/royale/TestRoyaleExpressions.java   |   2 +-
 .../codegen/js/royale/TestRoyaleGlobalClasses.java |   2 +-
 .../js/sourcemaps/TestSourceMapGlobalClasses.java  |   4 +-
 .../royale/compiler/clients/PLAYERGLOBALC.java     | 441 ++++++++++++++-------
 .../clients/PlayerglobalcConfiguration.java        |  15 +
 .../royale/maven/CompilePlayerglobalMojo.java      |   9 +-
 .../royale/maven/GeneratePlayerglobalMojo.java     |  12 +-
 .../config/generate-playerglobal-config.xml        |   1 +
 9 files changed, 339 insertions(+), 149 deletions(-)