Skip to content

Remove is(abstract|bits)type functions #116

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

Merged
merged 4 commits into from
Jun 8, 2021
Merged

Remove is(abstract|bits)type functions #116

merged 4 commits into from
Jun 8, 2021

Conversation

mortenpi
Copy link
Member

@mortenpi mortenpi commented Jun 7, 2021

It looks like JuliaLang/julia#41018 JuliaLang/julia#40741 removed the .abstract field from DataType, so DocStringExtensions is currently broken on nightly because of that. But I think the local isabstracttype and isbitstype definitions are some pre-1.0 leftovers -- functions with the same name are available in Base -- so it should be safe to just remove them.

ismutabletype was added in 1.7 (JuliaLang/julia#39037), so we need a local version of it if it is not defined in Base.

@mortenpi mortenpi added this to the 0.8.5 milestone Jun 7, 2021
@mortenpi mortenpi requested a review from MichaelHatherly June 7, 2021 22:51
@mortenpi
Copy link
Member Author

mortenpi commented Jun 8, 2021

Thanks @MichaelHatherly. I'll bump the version right here and will merge and tag as soon as the tests pass again.

@mortenpi mortenpi merged commit 4007f63 into master Jun 8, 2021
@mortenpi mortenpi deleted the mp/nightly branch June 8, 2021 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants