Skip to content
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

CharArraySet doesn't know how to lookup the original string in an ImmutableList. #6238

Closed
wants to merge 1 commit into from
Closed

CharArraySet doesn't know how to lookup the original string in an ImmutableList. #6238

wants to merge 1 commit into from

Conversation

clintongormley
Copy link

This was causing the stem_exclusion list, when passed as an array, to be incorrect.

Closes #6237

@s1monw
Copy link
Contributor

s1monw commented May 19, 2014

oh I see - the problem is that ImmutableList.of() doesn't handle the array build a list of one object. Cool good catch

@s1monw
Copy link
Contributor

s1monw commented May 19, 2014

+1 to push to all our branches

@clintongormley
Copy link
Author

Merged

Closes #6237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Analysis: stem_exclusion as array not working in language analyzers
2 participants