[jruby-joni] branch debian/sid updated (b7a5539 -> 639f582)
Hideki Yamane
henrich at moszumanska.debian.org
Sat Feb 24 10:44:57 UTC 2018
This is an automated email from the git hooks/post-receive script.
henrich pushed a change to branch debian/sid
in repository jruby-joni.
from b7a5539 update junit version to 4.x
new a7d9b11 [maven-release-plugin] prepare for next development iteration
new f160ae9 backref opcode cleanup
new 62b12a9 move var
new a548912 fix recursion
new 40796a4 fix invalid backref
new 1fe4664 add a test
new 9166c34 test for singlebyte CCLASS_MIX
new a779d35 fix for Onigmo #43
new 0bbfe42 look behind fixes
new d6c22ea Merge branch 'master' of https://github.com/jruby/joni
new dc125d4 errors / syntax errors tests
new f1c37bd fix errors
new 7338087 add conditional expression tests
new 9f9939f remove dupped test
new 59cc0e8 add implicit anchor optimization tests
new fe8e1fc more tests
new 85aea5b more validation tests
new e9e7a3f more validation tests
new 0fbd4aa add dont capture group option test
new b768b38 enable passing invalid group tests
new e542bd5 more validation tests
new a0150f2 rejigger tests to accomodate for 7 bit matching
new 248caea enable tests for 7 bit matching
new 3e7a38b dedup tests for singlebyte
new 6b85646 refactor to make ascii word opcodes more consistent
new 7c5f6fa reenable exact/map optimizations for quantifiers with lower bounds of 1
new 59a6b56 See #34 for more. Some codepoint expansions duplicate characters and that is causing erroneous warnings.
new 6a7ca3f [maven-release-plugin] prepare release joni-2.1.15
new d5303a4 Merge tag 'joni-2.1.15' into debian/sid
new 149296f new upstream release
new 639f582 upload to unstable
The 31 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/changelog | 6 ++
pom.xml | 2 +-
src/org/joni/Analyser.java | 47 +++++++++++----
src/org/joni/ArrayCompiler.java | 50 ++++++++++------
src/org/joni/ByteCodeMachine.java | 29 +++------
src/org/joni/Lexer.java | 18 +++---
src/org/joni/Matcher.java | 8 ++-
src/org/joni/ScanEnvironment.java | 3 +-
src/org/joni/ScannerSupport.java | 8 ++-
src/org/joni/constants/OPCode.java | 4 +-
src/org/joni/exception/ErrorMessages.java | 1 +
test/org/joni/test/Test.java | 49 ++++++++++++++--
test/org/joni/test/TestA.java | 4 ++
test/org/joni/test/TestError.java | 97 +++++++++++++++++++++++++++++++
test/org/joni/test/TestU.java | 2 +
test/org/joni/test/TestU8.java | 25 +++++++-
16 files changed, 278 insertions(+), 75 deletions(-)
create mode 100755 test/org/joni/test/TestError.java
--
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