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 3eff216da Avoid null reference errors for scope which can occur with 
some xml-ish lookups.
     new aad583419 formatter: case or default that contains only a block does 
not increase indent of block
     new 33db4870e formatter: display problem severity
     new db4bc58ec formatter: handle disable place brace on new line for case 
or default that contains only a block does not increase indent of block
     new 9095032b9 StreamingASTokenizer: fixed issue where sourcePath variable 
was passed to original RawASTokenizer in setPath(), but not passed to a new 
RawASTokenizer created in setReader()
     new 2b6bf3e5e formatter: fix invalid error detected when source file 
starts with UTF BOM character
     new 4c5c90491 royaleunit-ant-tasks: added commandArgs attribute to 
<royaleunit/> element (closes #168)

The 6 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/src/assembly/scripts/{fdb => aslint}      |   2 +-
 .../src/assembly/scripts/{fdb.bat => aslint.bat}   |   2 +-
 .../internal/parsing/as/StreamingASTokenizer.java  |   1 +
 .../org/apache/royale/formatter/FORMATTER.java     |  95 +++++---
 .../royale/formatter/TestSwitchStatement.java      | 242 ++++++++++++++++++---
 .../commands/player/CustomPlayerCommand.java       |  23 +-
 .../commands/player/PlayerCommandFactory.java      |   3 +-
 .../royale/test/ant/tasks/RoyaleUnitTask.java      |  49 ++++-
 .../org/apache/royale/test/ant/tasks/TestRun.java  |   1 +
 .../ant/tasks/configuration/TaskConfiguration.java |   5 +
 .../tasks/configuration/TestRunConfiguration.java  |  16 ++
 11 files changed, 374 insertions(+), 65 deletions(-)
 copy compiler/src/assembly/scripts/{fdb => aslint} (98%)
 mode change 100755 => 100644
 copy compiler/src/assembly/scripts/{fdb.bat => aslint.bat} (95%)

Reply via email to