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

Remove NamedTupleTools as dependency #158

Merged
merged 4 commits into from
Mar 19, 2022
Merged

Remove NamedTupleTools as dependency #158

merged 4 commits into from
Mar 19, 2022

Conversation

sethaxen
Copy link
Member

We only depended on NamedTupleTools.delete and its convert(Dict, nt::NamedTuple) method. delete just wraps Base.structdiff (which is not yet exported, see JuliaLang/julia#34772), while convert is type piracy and is easily replaced by Dict(pairs(nt)).

Supersedes #157.

@sethaxen sethaxen merged commit 50f543c into main Mar 19, 2022
@sethaxen sethaxen deleted the rmntt branch March 19, 2022 12:01
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.

None yet

1 participant