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 ee2f4768d A few calls to System.out.println() that should have been 
System.err.println()
     new 285681a5b formatter: fix missing formatting for finally
     new aa7751450 formatter: nullish coalescing operator
     new a71bff565 compiler: verbatim string tokens are now of type 
TOKEN_VERBATIM_STRING so that the formatter can know the difference
     new a38ac68e7 formatter: verbatim strings
     new b3f358240 formatter: tests for member access and null conditional

The 5 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:
 .../apache/royale/compiler/parsing/IASToken.java   |  3 +-
 .../royale/compiler/internal/parsing/as/ASParser.g |  4 +-
 .../compiler/internal/parsing/as/ASToken.java      |  3 +
 .../compiler/internal/parsing/as/BaseASParser.java | 21 +++----
 .../internal/parsing/as/RawASTokenizer.lex         |  7 ++-
 .../apache/royale/formatter/ASTokenFormatter.java  | 11 +++-
 .../royale/formatter/TestLogicalOperators.java     | 20 +++++++
 .../{TestXML.java => TestMemberAccess.java}        | 29 ++++------
 .../apache/royale/formatter/TestStringLiteral.java | 20 +++++++
 .../royale/formatter/TestTryCatchStatement.java    | 65 ++++++++++++++++++++++
 10 files changed, 145 insertions(+), 38 deletions(-)
 copy formatter/src/test/java/org/apache/royale/formatter/{TestXML.java => 
TestMemberAccess.java} (75%)

Reply via email to