This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch debian/sid in repository jruby-joni.
commit 7c5f6fa0c64a06c2b8b31406271c8509c49dff9b Author: Marcin Mielzynski <[email protected]> Date: Fri Feb 16 18:21:57 2018 +0100 reenable exact/map optimizations for quantifiers with lower bounds of 1 --- src/org/joni/Analyser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/joni/Analyser.java b/src/org/joni/Analyser.java index f209d25..400b779 100644 --- a/src/org/joni/Analyser.java +++ b/src/org/joni/Analyser.java @@ -2225,7 +2225,7 @@ final class Analyser extends Parser { opt.anchor.add(AnchorType.ANYCHAR_STAR); } } - } else { + } /*else*/ { if (qn.lower > 0) { opt.copy(nopt); if (nopt.exb.length > 0) { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

