[jruby-joni] 26/31: reenable exact/map optimizations for quantifiers with lower bounds of 1

Hideki Yamane henrich at moszumanska.debian.org
Sat Feb 24 10:44:59 UTC 2018


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 <lopx at gazeta.pl>
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



More information about the pkg-java-commits mailing list