-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix for clearballot parsing: ignore quoted text in non-header rows #881
Fix for clearballot parsing: ignore quoted text in non-header rows #881
Conversation
@ryu-seg two requests:
|
…sion number to 1.3.1 RC3
@artoonie done! let me know if that looks good. |
LGTM, thank you! @yezr shall we merge then create a Release for this? |
Malachi is confirming locally everything works as expected and when that is done we'll rip a release |
Hey, do you want me to replicate the error on https://github.com/BrightSpots/rcv/tree/develop or https://github.com/BrightSpots/rcv/tree/release/1.3.1-release-candidates? And which do you want me to test the fix based off of? Alternatively, I can test the error and the fix off of both trees. |
Hey FYI, this is my plan for testing this.
Let me know what you think. |
Good call re: testing. Perhaps it would be useful to create a test case and replicate that test across repos. I don't think we need an entirely separate test here; perhaps we can modify an existing test and ensure that it fails without this fix, and passes with this fix. If that sounds good, I can go ahead and make such a test case. |
We just need the last two. 1.3.1-RC2 fixes haven't made it back to |
I suspect the merge conflict is just that |
Maybe, but I don't remember seeing that. It was more that the It is not a blocker since we are just testing the fix against release/1.3.1-release-candidates. I mentioned the merge conflict as an FYI to make sure we know for future reference that when we merge release/1.3.1-release-candidates back into develop that there will be some merge conflicts to fix. |
I tested the PR. The fix works and will resolve #880 once merged. Code looks good. Only question: should we add a test case demonstrating this fix? In the meantime, we should probably get this merged for Clear Ballot. |
Fix for clearballot parsing: ignore quoted text in non-header