Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Drop redundant convert(Union{T, Missing/Nothing}, x) methods #396

Merged
merged 2 commits into from
Sep 25, 2022

Conversation

nalimilan
Copy link
Member

The fallback defined in Base calls convert(T, x), giving the same result, and these methods cause invalidations.

The fallback defined in Base calls `convert(T, x)`, giving the same result,
and these methods cause invalidations.
Copy link
Member

@bkamins bkamins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have tests covering these dropped cases?

@nalimilan
Copy link
Member Author

Actually it seems it was only tested indirectly. I've added tests.

@nalimilan nalimilan merged commit 9aeb742 into master Sep 25, 2022
@nalimilan nalimilan deleted the nl/convert branch September 25, 2022 20:53
@nalimilan
Copy link
Member Author

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants