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

Leveraging last, first, middle comma split breaks idempotence #38

Closed
vaneseltine opened this issue Sep 18, 2019 · 2 comments
Closed

Leveraging last, first, middle comma split breaks idempotence #38

vaneseltine opened this issue Sep 18, 2019 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@vaneseltine
Copy link
Owner

Name("von floogle, moogle mary, mcdoogle") loses the comma into str "von floogle, moogle mary mcdoogle" which is reparsed to move the mary into the middle name.

@vaneseltine
Copy link
Owner Author

Cf #5

@vaneseltine vaneseltine added the bug Something isn't working label Sep 30, 2019
@vaneseltine vaneseltine added this to the 1.1 milestone Dec 5, 2019
@vaneseltine
Copy link
Owner Author

Single-string idempotence removed as design goal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant