This is an automated email from the ASF dual-hosted git repository.

pkluegl pushed a change to branch 
bugfix/UIMA-6404-Ruta-anchor-with-quantifier-ignores-matches
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


    from 11e09e0  UIMA-6404: Ruta: @ with quantifier ignores matches
     add 351ddca  UIMA-6405: Local variable not captured properly in a wildcard 
matching condition
     add e710b31  UIMA-6406: Removing an annotation inside a BLOCK only takes 
effect outside the block
     add e781524  UIMA-6406: Removing an annotation inside a BLOCK only takes 
effect outside the block
     add 4d6c5bc  Merge pull request #68 from 
apache/bugfix/UIMA-6406-Removing-an-annotation-inside-a-BLOCK-only-takes-effect-outside-the-block
     add 722ac79  Merge branch 'maintenance/3.1.x' into 
bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition
     add 422e193  UIMA-6405: Local variable not captured properly in a wildcard 
matching condition
     add ae27103  Merge pull request #67 from 
apache/bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition
     add a0e5068  Merge branch 'maintenance/3.1.x' into 
bugfix/UIMA-6404-Ruta-anchor-with-quantifier-ignores-matches

No new revisions were added by this update.

Summary of changes:
 ruta-core/.gitignore                               |   2 +
 .../main/java/org/apache/uima/ruta/RutaStream.java |   6 +-
 .../org/apache/uima/ruta/engine/RutaTestUtils.java | 112 ++++++++++++++-------
 .../apache/uima/ruta/rule/AbstractRuleElement.java |   7 +-
 .../apache/uima/ruta/rule/ComposedRuleElement.java |   2 +-
 .../org/apache/uima/ruta/rule/RutaRuleElement.java |   7 +-
 .../org/apache/uima/ruta/action/UnmarkTest.java    |  54 +++++++---
 .../org/apache/uima/ruta/rule/WildCard2Test.java   |  38 ++++++-
 8 files changed, 165 insertions(+), 63 deletions(-)
 create mode 100644 ruta-core/.gitignore

Reply via email to