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

Improve consistency of Dict types & construction #1968

Merged
merged 1 commit into from
Aug 19, 2020
Merged

Conversation

timholy
Copy link
Member

@timholy timholy commented Aug 18, 2020

This defines some aliases and otherwise increases consistency in Dict types. Note that in some cases the final result is no different, but this avoids an unnecessary conversion by creating the Dict to be of the correct type at the outset. Essentially the Pkg equivalent of JuliaLang/julia#37088.

timholy added a commit that referenced this pull request Aug 18, 2020
timholy added a commit that referenced this pull request Aug 18, 2020
@KristofferC
Copy link
Member

Some of the artifact code might move to Base (become a new stdlib) in 1.6 so we should make sure that improvements here are also transferred to that.

cc @staticfloat

KristofferC pushed a commit that referenced this pull request Aug 19, 2020
@KristofferC
Copy link
Member

Something is weird with the Pkg server so the CI that runs with them seems to fail.

@KristofferC KristofferC merged commit 3a89291 into master Aug 19, 2020
@KristofferC KristofferC deleted the teh/dict_types branch August 19, 2020 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants