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 07309b5  copy theme files from assets folder to destination folder
     new f765ce6  allow override to be specified in a separate conditional 
compilation block to ease writing multi-platform AS
     new 179b777  refactor so we don't have to generate instructionlists
     new 05c5564  allow simple member access expressions as values in 
conditional compilation

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:
 .../royale/compiler/clients/JSConfiguration.java   |  3 +-
 .../internal/projects/RoyaleJSProject.java         | 11 +++++
 .../internal/as/codegen/ABCGeneratingReducer.java  |  2 +
 .../internal/as/codegen/DirectiveProcessor.java    | 52 ++++++++++++++++++++++
 .../internal/definitions/VariableDefinition.java   |  4 ++
 .../compiler/internal/parsing/as/BaseASParser.java |  4 +-
 .../internal/parsing/as/ConfigProcessor.java       | 47 ++++++++++++++-----
 .../compiler/internal/projects/RoyaleProject.java  |  9 ++++
 .../projects/RoyaleProjectConfigurator.java        |  2 +-
 .../compiler/internal/tree/as/ConfigConstNode.java |  2 +-
 .../royale/compiler/projects/IRoyaleProject.java   |  4 ++
 11 files changed, 124 insertions(+), 16 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to