[jruby-joni] branch debian/sid updated (e93befd -> 73eaa58)

Hideki Yamane henrich at moszumanska.debian.org
Thu Feb 1 12:03:52 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  e93befd   fix typo
       new  8fdd861   hide jcodings VANILLA flag
       new  7a49804   [maven-release-plugin] prepare for next development iteration
       new  6deaf01   Merge branch 'master' of https://github.com/jruby/joni
       new  d0aa0ff   introduce USE_NO_INVALID_QUANTIFIER
       new  4dbe955   remove references to VANILLA flag
       new  b61fb27   remove vanilla flag
       new  b60059c   split parseExp
       new  c19f01c   disable vanilla tests
       new  b12735c   bump jcodings
       new  65f67cf   update travis
       new  a06127e   use isUnicode
       new  2d04fb9   add capital R tests
       new  b00c05c   grapheme clusters
       new  bd6e56e   grapheme cluster tests
       new  432c09b   bump jcodings
       new  afa15c1   move target down in debug info
       new  632c96b   more compact debug info
       new  95e5ebd   rejigger tests
       new  5b62acb   reformat
       new  c9d5c96   disable property test supported by upcoming jcodings release
       new  0217e44   add unicode tests
       new  c53dd51   fix (?i)\u0149\u0149
       new  1166415   add a test
       new  f8bb3d0   fix folded chars in look-behind
       new  034a46f   no need to zero
       new  0dc7684   allow option in look-behind
       new  3e6463c   Onigmo folding tests
       new  d4fbe16   add more Onigmo tests
       new  dae7d01   debug info cleanup
       new  2358267   more cleanup
       new  a3656b6   remove shared char class logic
       new  416f5f9   first batch for ascii/unicode modifiers
       new  f7b5f2d   reenable tests broken by non unicode SDW
       new  f3e5d3b   remove NON_UNICODE_SDW
       new  4e3b5cc   second batch for ascii/unicode modifiers
       new  b4e6fdb   fix char class
       new  c43e383   dont populate mbuf accidentally
       new  774463c   hide functions
       new  218f41c   enable passing tests
       new  a638965   correct spelling mistake
       new  9609b75   Merge pull request #29 from EdwardBetts/spelling
       new  c582f22   make joni reproducible build
       new  7daf456   Merge pull request #31 from henrich/master
       new  3b98835   Add "Maven Central" + "Build Status" icons
       new  899679b   Fix url
       new  2534108   Fix maven url
       new  1024b34   Merge pull request #25 from angelozerr/patch-1
       new  65d5c63   Add flags for ?< and \k named-capture to java syntax
       new  edaf9c8   Merge pull request #19 from haozhun/javasyn
       new  f09a33c   Create LICENSE
       new  42d1661   Merge branch 'master' of https://github.com/jruby/joni
       new  82f8d1d   CClassNode.isOneChar
       new  887f424   bitset changes
       new  06b1e60   enable one char class
       new  e4e0dd5   add jacoco to test-coverage profile
       new  1c9c689   add perl bits
       new  55cd3cb   rejigger anchor node
       new  3be4647   cleanup
       new  eda7bac   cleanup
       new  2838d87   move isInvalidQuantifier to Parser
       new  d4f8ef6   remove dead code
       new  15f28b8   update docs
       new  e028d6e   cleanup
       new  92a05de   introduce new test Syntax with asci range option tuned off
       new  6df13b0   bitset cleanup
       new  d1eb046   too fast
       new  31e4477   opt
       new  133b85e   disable tests for upcoming jcodings release
       new  a63d708   too many capture groups check
       new  43786fc   remove dead code
       new  9efa27b   refactor analyzer construction
       new  f395435   backref node cleanup
       new  acccbc9   more debug info down
       new  3413970   more debug info down
       new  137e66b   sync with Onigmo changes
       new  76c87f2   cleanup
       new  e744b79   silence javadoc
       new  4a575f5   refactor enclose
       new  42e27fe   silence warnings during test run
       new  9a4656e   dedup parse logic
       new  6c68f56   hide matcher constructor
       new  ce65eaf   dedup test logic
       new  e97e5bf   k-takata/Onigmo#96
       new  04b824a   cleanup
       new  eb2cb74   cleanup
       new  e2390dd   cleanup
       new  69d01f7   devirtualize getType()
       new  2a6d88f   make AnyCharNode a singleton
       new  db8b523   fix interrupt test
       new  7ed293b   Revert "make AnyCharNode a singleton"
       new  bc61bcb   enable new tests
       new  5afdafe   Add the maven wrapper
       new  87f3ae5   Flesh out a full wrapper enabled Pipeline
       new  952e13e   Merge pull request #32 from rtyler/defaults
       new  76ebeca   matche cleanup
       new  b595ada   Downgrade the maven-surefire-plugin to a version which tolerates Alpine Linux
       new  d92d4d1   Merge pull request #33 from rtyler/tolerate-alpine
       new  ac19e41   Merge branch 'master' of https://github.com/jruby/joni
       new  2f2f71c   refactor CaseFoldCodeItem
       new  417c6d8   fix code point
       new  1d23b2c   simplify debug info
       new  f861a46   fix ignore case
       new  7031382   sync PREC_READ_NOT
       new  924b24e   fix potential COW problem when catenating code points
       new  64e7e8f   use maxLength
       new  6e0df6e   update surefire plugin
       new  6e09242   rejigger tests again
       new  219cdef   extract matchAt initialization
       new  69b64f2   move singlebyte ops to the end
       new  6afb05f   renumber ops
       new  cac6126   specialize bytecode interpreter for singlebyte
       new  b1622ba   cleanup
       new  d3b7a86   enable tests
       new  062a981   bits for absent operator
       new  d7c13ba   cleanup and remove redundant reset call
       new  5a50f34   absent operator
       new  d8d1c51   use range and guard against length
       new  f9ca170   more passing absent operator tests
       new  de3cc54   stack code cleanup
       new  422191d   dedup stack logic
       new  3d39705   swap pkeep and state check union members
       new  72fbb0b   reduce stack frame size when combination explosion check is not used
       new  2d99410   reduce number of bytecodes in interpreter loop when CEC is not used
       new  ce70f9b   hoist some values
       new  3bb4e50   use singlebyte interpreter loop when passed code range in options
       new  27088ed   CClassMB should always fail for singlebyte
       new  c423050   CClassMBNot always succeeds for singlebyte
       new  1a888d9   specialize OPCode.CCLASS_MIX
       new  7f50123   fix a stypo
       new  f6df5f0   better test log
       new  9799cf3   get rid of QuantifierNode.convertToString
       new  2fc293f   move reduce table to quantifier node
       new  80b585a   StringNode cleanup
       new  4327465   remove dead code
       new  5fa2d7a   more descriptive names
       new  a705453   cleanup
       new  c7668fb   dedup exact n ops
       new  a665c0b   introduce RootNode to enable more consistent ast node swapping
       new  59679c6   CallNode target is always an enclose
       new  02de26a   use setTarget
       new  2fbd1be   lock jacoco
       new  2fb1232   refactor list node
       new  5363f73   refactor list node
       new  dc6b39f   remove hard reference to root
       new  7ae1fa4   rename
       new  1d6d2dd   dedup
       new  3a8378b   add escape warning
       new  3bd14e5   more consistent call scheme
       new  18520a2   backref node cleanup
       new  096a2e1   better node string debug info
       new  45fc49b   fix node swapping
       new  623a2c5   fix node swapping
       new  685131c   Revert "fix node swapping"
       new  5c76af5   nextSetup cleanup
       new  a11c685   fix string expansion
       new  55d1df6   break out
       new  fa1f1af   bad break
       new  54416b9   turn off one char class
       new  e29293b   reenable one char class
       new  98dd7a1   StringNode.fromCodePoint
       new  2aa1350   parse more string
       new  c89a22d   swap -> replaceWith
       new  d59893d   rejigger exactn opcodes
       new  52b057b   rejigger ExactMB2Nx opcodes
       new  94b6624   rejigger ExactMB2N and ExactMB3N
       new  dd2ab5f   dedup
       new  685e375   turn off syntax specific options after compilation
       new  782a7da   duplicate char class warnings
       new  03a31dd   refactor warnings and remove warnings reference from regex object
       new  33d50ee   hide matcher factory
       new  c191199   statically disable dynamic option
       new  40b689c   sync code range buffer
       new  ce0dc83   pass scan env to coderange buffer routines
       new  ea6966b   enable OP2_ESC_U_HEX4 in test syntax
       new  0a01352   enable char class duplication warnings
       new  064fef0   enable bitset duplication warnings
       new  afdaefc   RootNode -> TopNode
       new  f7d3674   orphan deprecated jcodings function
       new  a83fe9c   hide some classes
       new  11ff950   inline warnings
       new  b1dd184   sync with https://github.com/k-takata/Onigmo/commit/282338f88a8bf0807a7a1d21b06f78abe9de8fac
       new  3c7d893   hide more things
       new  5221d22   remove dead code
       new  3db05b5   change profile name to jacoco
       new  187fe59   cover OPCode.EXACTMBN
       new  b3a9e60   dedup
       new  d7424d5   specialize CCLASS_MIX_NOT for singlebyte
       new  cf9761a   test for specialized CCLASS_MIX_NOT
       new  3228774   Use now released jcodings as dep
       new  fa69821   [maven-release-plugin] prepare release joni-2.1.14
       new  42da2e8   Merge tag 'joni-2.1.14' into debian/sid
       new  d159d34   new upstream release
       new  2c00a09   drop merged upstream patch
       new  73eaa58   set Standards-Version: 4.1.3

The 194 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:
 .mvn/wrapper/maven-wrapper.jar                     |  Bin 0 -> 48336 bytes
 .mvn/wrapper/maven-wrapper.properties              |    1 +
 .travis.yml                                        |    5 -
 Jenkinsfile                                        |   71 +
 LICENSE                                            |   21 +
 README.md                                          |    3 +
 build.xml                                          |    5 -
 debian/changelog                                   |   10 +
 debian/control                                     |    2 +-
 ...-remove-build-time-for-reproducible-build.patch |   24 -
 debian/patches/series                              |    1 -
 mvnw                                               |  227 +++
 mvnw.cmd                                           |  145 ++
 pom.xml                                            |   72 +-
 src/org/joni/Analyser.java                         |  501 +++---
 src/org/joni/ApplyCaseFold.java                    |   46 +-
 src/org/joni/ApplyCaseFoldArg.java                 |   13 +-
 src/org/joni/ArrayCompiler.java                    |  226 +--
 src/org/joni/AsmCompiler.java                      |    4 +-
 src/org/joni/BitSet.java                           |   43 +-
 src/org/joni/ByteCodeMachine.java                  |  557 ++++---
 src/org/joni/ByteCodePrinter.java                  |   48 +-
 src/org/joni/CaptureTreeNode.java                  |   15 +-
 src/org/joni/CodeRangeBuffer.java                  |  139 +-
 src/org/joni/Compiler.java                         |   30 +-
 src/org/joni/Config.java                           |   13 +-
 src/org/joni/Lexer.java                            |   79 +-
 src/org/joni/Matcher.java                          |  121 +-
 src/org/joni/MatcherFactory.java                   |    6 +-
 src/org/joni/MinMaxLen.java                        |    8 -
 src/org/joni/NativeMachine.java                    |    2 +-
 src/org/joni/NodeOptInfo.java                      |    2 +-
 src/org/joni/OptAnchorInfo.java                    |    6 +-
 src/org/joni/OptExactInfo.java                     |   36 +-
 src/org/joni/OptMapInfo.java                       |    3 -
 src/org/joni/Option.java                           |   55 +-
 src/org/joni/Parser.java                           | 1071 +++++++++----
 src/org/joni/Regex.java                            |   19 +-
 src/org/joni/ScanEnvironment.java                  |   63 +-
 src/org/joni/ScannerSupport.java                   |   11 +-
 src/org/joni/SearchAlgorithm.java                  |    3 +-
 src/org/joni/StackEntry.java                       |   45 +-
 src/org/joni/StackMachine.java                     |  143 +-
 src/org/joni/Syntax.java                           |   80 +-
 src/org/joni/UnsetAddrList.java                    |   18 +-
 src/org/joni/WarnCallback.java                     |    5 +
 src/org/joni/Warnings.java                         |   26 -
 src/org/joni/ast/AnchorNode.java                   |   17 +-
 src/org/joni/ast/AnyCharNode.java                  |    7 +-
 src/org/joni/ast/BackRefNode.java                  |   54 +-
 src/org/joni/ast/CClassNode.java                   |  347 ++---
 src/org/joni/ast/CTypeNode.java                    |   11 +-
 src/org/joni/ast/CallNode.java                     |   33 +-
 src/org/joni/ast/ConsAltNode.java                  |  153 --
 src/org/joni/ast/EncloseNode.java                  |   51 +-
 src/org/joni/ast/ListNode.java                     |   96 ++
 src/org/joni/ast/Node.java                         |  118 +-
 src/org/joni/ast/QuantifierNode.java               |   92 +-
 src/org/joni/ast/StateNode.java                    |   51 +-
 src/org/joni/ast/StringNode.java                   |   83 +-
 src/org/joni/constants/EncloseType.java            |    5 +-
 src/org/joni/constants/OPCode.java                 |  251 ++-
 src/org/joni/constants/OPSize.java                 |    3 +
 src/org/joni/constants/Reduce.java                 |   61 -
 src/org/joni/constants/StackType.java              |    2 +
 src/org/joni/constants/SyntaxProperties.java       |    9 +-
 src/org/joni/exception/ErrorMessages.java          |    1 +
 test/org/joni/test/Test.java                       |  199 +--
 test/org/joni/test/TestA.java                      | 1078 ++++++-------
 test/org/joni/test/TestAU.java                     |   52 -
 test/org/joni/test/TestC.java                      | 1468 +++++++++---------
 test/org/joni/test/TestCornerCases.java            |   21 +-
 test/org/joni/test/TestCrnl.java                   |   20 +-
 test/org/joni/test/TestInterrupt.java              |   59 +-
 test/org/joni/test/TestJoni.java                   |   84 -
 test/org/joni/test/TestLookBehind.java             |   54 -
 test/org/joni/test/TestNSU8.java                   |  126 +-
 test/org/joni/test/TestPerl.java                   |   17 +-
 test/org/joni/test/TestU.java                      | 1598 ++++++++++----------
 test/org/joni/test/TestU8.java                     |  237 ++-
 80 files changed, 5635 insertions(+), 4847 deletions(-)
 create mode 100755 .mvn/wrapper/maven-wrapper.jar
 create mode 100755 .mvn/wrapper/maven-wrapper.properties
 create mode 100644 Jenkinsfile
 create mode 100644 LICENSE
 delete mode 100644 debian/patches/0002-remove-build-time-for-reproducible-build.patch
 create mode 100755 mvnw
 create mode 100755 mvnw.cmd
 delete mode 100644 src/org/joni/Warnings.java
 delete mode 100644 src/org/joni/ast/ConsAltNode.java
 create mode 100644 src/org/joni/ast/ListNode.java
 delete mode 100644 src/org/joni/constants/Reduce.java
 delete mode 100644 test/org/joni/test/TestAU.java
 mode change 100644 => 100755 test/org/joni/test/TestC.java
 mode change 100644 => 100755 test/org/joni/test/TestCornerCases.java
 mode change 100644 => 100755 test/org/joni/test/TestCrnl.java
 mode change 100644 => 100755 test/org/joni/test/TestInterrupt.java
 delete mode 100644 test/org/joni/test/TestJoni.java
 delete mode 100644 test/org/joni/test/TestLookBehind.java
 mode change 100644 => 100755 test/org/joni/test/TestNSU8.java
 mode change 100644 => 100755 test/org/joni/test/TestPerl.java
 mode change 100644 => 100755 test/org/joni/test/TestU.java
 mode change 100644 => 100755 test/org/joni/test/TestU8.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