You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/05/28 17:26:29 UTC

[sling-org-apache-sling-scripting-sightly-compiler] branch issue/SLING-6779 updated (0608671 -> 3f1eb3c)

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

radu pushed a change to branch issue/SLING-6779
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler.git.


    from 0608671  SLING-6779 - The HTL compiler and Maven Plugin should warn when using potentially invalid options
     add 3f1eb3c  SLING-6779 - The HTL compiler and Maven Plugin should warn when using potentially invalid options

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  7 ++-
 .../sightly/compiler/SightlyCompiler.java          | 55 ++++++++++++++++++----
 .../scripting/sightly/compiler/package-info.java   |  2 +-
 .../sightly/impl/compiler/CompilerFrontend.java    | 33 -------------
 .../impl/compiler/frontend/ExpressionWrapper.java  |  9 +---
 .../impl/compiler/frontend/SimpleFrontend.java     | 11 +++--
 .../sightly/impl/filter/AbstractFilter.java        |  2 +-
 .../sightly/impl/filter/ExpressionContext.java     | 47 +++++++++++-------
 .../sightly/impl/filter/FormatFilter.java          |  6 +--
 .../scripting/sightly/impl/filter/I18nFilter.java  | 11 ++---
 .../scripting/sightly/impl/filter/JoinFilter.java  |  2 +-
 .../sightly/impl/filter/URIManipulationFilter.java | 13 ++++-
 .../sightly/impl/html/dom/MarkupHandler.java       |  4 +-
 .../impl/frontend/ExpressionWrapperTest.java       |  8 ++--
 14 files changed, 121 insertions(+), 89 deletions(-)
 delete mode 100644 src/main/java/org/apache/sling/scripting/sightly/impl/compiler/CompilerFrontend.java