You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2021/03/23 16:33:22 UTC

[uima-ruta] branch main-v2 updated (e36684c -> dc1a402)

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

pkluegl pushed a change to branch main-v2
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


    from e36684c  Merge pull request #42 from apache/bugfix/UIMA-6213-Ruta-LayerInstantiationException
     add 94494d2  [UIMA-6247] Ruta: not able to check label expression on null as implicit condition
     new dc1a402  Merge pull request #44 from apache/bugfix/UIMA-6247-Ruta-not-able-to-check-label-expression-on-null-as-implicit-condition

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/antlr3/org/apache/uima/ruta/parser/RutaParser.g |  6 +++++-
 .../annotation/AnnotationLabelExpressionTest.java        | 16 ++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)

[uima-ruta] 01/01: Merge pull request #44 from apache/bugfix/UIMA-6247-Ruta-not-able-to-check-label-expression-on-null-as-implicit-condition

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pkluegl pushed a commit to branch main-v2
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit dc1a402a4bb48f37d85599c67106992cc2451a4c
Merge: e36684c 94494d2
Author: pkluegl <pk...@gmail.com>
AuthorDate: Tue Mar 23 17:33:13 2021 +0100

    Merge pull request #44 from apache/bugfix/UIMA-6247-Ruta-not-able-to-check-label-expression-on-null-as-implicit-condition
    
    [UIMA-6247] Ruta: not able to check label expression on null as implicit condition

 .../main/antlr3/org/apache/uima/ruta/parser/RutaParser.g |  6 +++++-
 .../annotation/AnnotationLabelExpressionTest.java        | 16 ++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)