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

feat: add all_markers to Set #619

Merged
merged 1 commit into from
Oct 5, 2022
Merged

feat: add all_markers to Set #619

merged 1 commit into from
Oct 5, 2022

Conversation

henryiii
Copy link
Collaborator

@henryiii henryiii commented Oct 5, 2022

Closes #547. Has fewer changes, does some code modernization, and is always opt-in, which gives better backward compatibility.

Signed-off-by: Henry Schreiner <[email protected]>
if self.csv and check_csv:
return [self(v.strip(), check_csv=False) for v in value.split(",")]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a bugfix - Setting anything other than , was unsupported.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 83.965% when pulling b3f6dce on henryiii/feat/all into 0d8afef on master.

@henryiii henryiii merged commit da87b67 into master Oct 5, 2022
@henryiii henryiii deleted the henryiii/feat/all branch October 5, 2022 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants