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

Rerun compat bounds for DelimitedFiles and Statistics #94159

Closed
wants to merge 1 commit into from

Conversation

vchuravy
Copy link
Member

No description provided.

@DilumAluthge
Copy link
Member

@vchuravy Could you post (or add to the PR description) the Julia commands that I would run if I wanted to create this PR from scratch myself?

@vchuravy
Copy link
Member Author

using UUIDs

STDLIBS = [
    "DelimitedFiles" => UUID("8bb1440f-4735-579b-a4ab-409b98df4dab"),
    "Statistics" =>  UUID("10745b16-79ce-11e8-11f9-7d13ad32a3b2")
]


import StdlibRegistryCompatUpdater

for (stdlib, uuid) in STDLIBS
    @info "Updating compat for" stdlib uuid
    StdlibRegistryCompatUpdater.update_compat_for_stdlib(uuid => stdlib)
end    

With https://github.com/KristofferC/StdlibRegistryCompatUpdater

E.g. step 4 JuliaLang/julia#50697

@vchuravy
Copy link
Member Author

vchuravy commented Nov 9, 2023

Replaced by #95024

@vchuravy vchuravy closed this Nov 9, 2023
@vchuravy vchuravy deleted the vc/compat_statistics_delimitedfiles branch November 9, 2023 02:45
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.

2 participants