This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a change to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git.
from 5dac78b Manual: ?sequence optimizations
new fa54bbf Fixed bug when lazily generated result was passed to
?join/?seq_contains/?seq_index_of, and the resulting method wasn't immediately
called. Now left hand operand will be eagerly evaluated in such case.
new c23319d (Excluded ad-hoc tests from Ant compilation)
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:
build.xml | 2 +-
...java => BuiltInWithDirectCallOptimization.java} | 17 +++++++----------
.../java/freemarker/core/BuiltInsForSequences.java | 20 ++++++++++----------
src/main/javacc/FTL.jj | 18 ++++++++++++++++++
.../core/LazilyGeneratedCollectionTest.java | 22 ++++++++++++++++++++++
src/test/java/freemarker/core/MapBiTest.java | 5 +++++
6 files changed, 63 insertions(+), 21 deletions(-)
copy src/main/java/freemarker/core/{_Java8.java =>
BuiltInWithDirectCallOptimization.java} (65%)