We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug There seems to be a bug with an expression like A (B)+ @C (reversing through an expression in brackets with a "+" operator)
A (B)+ @C
To Reproduce Steps to reproduce the behavior: Go to https://dopamin.averbis.intern/iruta/notebooks/user/klumpp/Ruta-Bug-23-08-21.ipynb or see screenshots below.
Expected behavior In the example on iRuta above, I would expect MyAnnotation on "a".
MyAnnotation
Screenshots Unexpected behavior:
Correct behavior (without brackets):
The text was updated successfully, but these errors were encountered:
Issue #139: Unexpected behavior of plus operator
2fef068
- fixed rule inference - some cleanup
Merge pull request #142 from apache/bugfix/139-Unexpected-behavior-of…
1598bb2
…-plus-operator Issue #139: Unexpected behavior of plus operator
Thanks for reporting this problem. It will be fixed in the upcoming release.
Sorry, something went wrong.
pkluegl
No branches or pull requests
Describe the bug
There seems to be a bug with an expression like
A (B)+ @C
(reversing through an expression in brackets with a "+" operator)
To Reproduce
Steps to reproduce the behavior:
Go to https://dopamin.averbis.intern/iruta/notebooks/user/klumpp/Ruta-Bug-23-08-21.ipynb or see screenshots below.
Expected behavior
In the example on iRuta above, I would expect
MyAnnotation
on "a".Screenshots
Unexpected behavior:
Correct behavior (without brackets):
The text was updated successfully, but these errors were encountered: