This is an automated email from the ASF dual-hosted git repository.
henrib pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git.
from 5b84709 Merge pull request #50 from csamak/master
new 0d51800 JEXL-348: refined grammar using semantic infos and a
syntactic kludge as fallback to allow user disambiguation of namespace usage,
tests
new 263e221 JEXL-348: refined grammar using semantic infos and a
syntactic kludge as fallback to allow user disambiguation of namespace usage,
tests
The 2 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/commons/jexl3/parser/JexlParser.java | 62 +++++++++-------------
.../org/apache/commons/jexl3/parser/Parser.jjt | 24 +++------
.../apache/commons/jexl3/ContextNamespaceTest.java | 9 ++--
.../org/apache/commons/jexl3/Issues300Test.java | 9 +++-
4 files changed, 45 insertions(+), 59 deletions(-)