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 ce22c98 JEXL-175: changes & release notes
new 65ce82f Introduce do/while loop syntax
new 8aa5ca9 Merge branch 'experimental-do-while' of
https://github.com/dmitri-blinov/commons-jexl
new 4c17fb2 JEXL: more tests on do...while loops
new 02f4e33 JEXL-273: changes & release notes
The 4 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:
RELEASE-NOTES.txt | 1 +
.../apache/commons/jexl3/internal/Debugger.java | 16 ++++++++++
.../apache/commons/jexl3/internal/Interpreter.java | 23 ++++++++++++++
.../commons/jexl3/internal/ScriptVisitor.java | 6 ++++
.../commons/jexl3/parser/FeatureController.java | 8 +++++
.../org/apache/commons/jexl3/parser/Parser.jjt | 8 ++++-
.../apache/commons/jexl3/parser/ParserVisitor.java | 2 ++
src/site/xdoc/changes.xml | 3 ++
src/site/xdoc/reference/syntax.xml | 15 +++++++--
.../jexl3/{WhileTest.java => DoWhileTest.java} | 37 ++++++++++++++++------
10 files changed, 105 insertions(+), 14 deletions(-)
copy src/test/java/org/apache/commons/jexl3/{WhileTest.java =>
DoWhileTest.java} (64%)