Skip to content

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.

3 participants