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

Move back isascii() from Unicode to Base #25076

Merged
merged 2 commits into from
Dec 16, 2017
Merged

Move back isascii() from Unicode to Base #25076

merged 2 commits into from
Dec 16, 2017

Conversation

nalimilan
Copy link
Member

This function is not really Unicode-related and its definition does not depend on the Unicode standard version. This fixes a bug introduced when moving isascii to Base.Unicode (#25021), as it was not exported from Unicode stdlib module as it should have been.

Fixes #25075.

@quinnj
Copy link
Member

quinnj commented Dec 14, 2017

Looks like there's already a conflict though

This function is not really Unicode-related and its definition does not depend
on the Unicode standard version. This fixes a bug introduced when moving
isascii() to Base.Unicode, as it was not exported from Unicode stdlib module
as it should have been.
@ararslan
Copy link
Member

Will isascii still be defined in Base.Unicode? If not, I need to make another PR to URIParser...

@nalimilan
Copy link
Member Author

I don't think so. Why define a function in two places?

@ararslan
Copy link
Member

¯\_(ツ)_/¯

@nalimilan nalimilan merged commit 9c1faae into master Dec 16, 2017
@nalimilan nalimilan deleted the nl/isascii branch December 16, 2017 09:29
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.

isascii was left behind in the Unicode move
3 participants