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

CrossHair is missing symbolic support for str.split without arguments #223

Open
pschanely opened this issue Nov 7, 2023 · 0 comments
Open
Labels
enhancement missed bug CrossHair does not report a problem that it (possibly) could have.

Comments

@pschanely
Copy link
Owner

This is just an oversight from the original implementation.

If you specify a separator, CrossHair reasons about the split reasonably well; but Python's zero-arg form of split is quite different, behaviorally. At any rate, this should be fairly easy to implement be delegating to a regex.

@pschanely pschanely added enhancement missed bug CrossHair does not report a problem that it (possibly) could have. labels Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement missed bug CrossHair does not report a problem that it (possibly) could have.
Projects
None yet
Development

No branches or pull requests

1 participant