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

replaced version test with test for defined symbols #7

Closed
wants to merge 1 commit into from

Conversation

damiendr
Copy link

Checks if Base.ASCIIString is defined before redefining legacy string types. This helps keep early 0.5-dev versions functional (cf. #6).

I did not attempt to do the pedantic thing and test for each of the legacy types separately, because support.jl contains references to all of them anyways. Thus this PR will not help with Julia versions that fall in the middle of the great Stringapalooza refactoring: JuliaLang/julia#16107

@stevengj
Copy link
Member

Or we could just test for the correct version.

@stevengj
Copy link
Member

stevengj commented May 2, 2023

Closing since we no longer support Julia 0.5.

@stevengj stevengj closed this May 2, 2023
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