-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
select on FSArray seems broken #272
Comments
reckart
added a commit
that referenced
this issue
Jan 11, 2023
- Added a few simple tests for select on FSArray and FSList - Fixed a bug in FSArray preventing the use of select
reckart
added a commit
that referenced
this issue
Jan 12, 2023
…s-broken Issue #272: select on FSArray seems broken
reckart
added a commit
that referenced
this issue
Jan 12, 2023
…s-broken Issue #272: select on FSArray seems broken
reckart
added a commit
that referenced
this issue
Jan 13, 2023
…ntation-from-website-into-maintainer-guide * main: Issue #265: Unable to release without auto-staging Issue #267 - UIMA Log4jLogger_impl not compatible with log4j 2.18.0+ Issue #268: UIMA components log and then re-throw exceptions which usually leads to errors being logged twice Issue #272: select on FSArray seems broken Issue #275: Improved error message made it even more misleading Issue #266: Unable to install UIMA 3.3.1 Eclipse Plugins in Eclipse 2022-09
reckart
added a commit
that referenced
this issue
Jan 16, 2023
…ipse-plugins-during-release-builds * main: Issue #265: Unable to release without auto-staging Issue #267 - UIMA Log4jLogger_impl not compatible with log4j 2.18.0+ Issue #268: UIMA components log and then re-throw exceptions which usually leads to errors being logged twice Issue #272: select on FSArray seems broken Issue #275: Improved error message made it even more misleading Issue #266: Unable to install UIMA 3.3.1 Eclipse Plugins in Eclipse 2022-09
reckart
added a commit
that referenced
this issue
Jan 23, 2023
- Fix stream characteristics when using select on array or list
reckart
added a commit
that referenced
this issue
Jan 24, 2023
…s-broken Issue #272: select on FSArray seems broken
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
It seems that the
select
call on an FSArray is broken in the sense that it actually selects over the entire CAS instead of limiting the selection to the FSArray in question.To Reproduce
Expected behavior
The two calls above should return the same result... but they don't!
Please complete the following information:
The text was updated successfully, but these errors were encountered: