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

Default [compat] setting for standard libraries #1694

Closed
sloede opened this issue Oct 29, 2023 · 1 comment · Fixed by #1711
Closed

Default [compat] setting for standard libraries #1694

sloede opened this issue Oct 29, 2023 · 1 comment · Fixed by #1711
Labels
dependencies Pull requests that update a dependency file question Further information is requested

Comments

@sloede
Copy link
Member

sloede commented Oct 29, 2023

Julia has started moving standard libraries out of base to make them upgradeable, starting with DelimitedFiles in Julia v1.9 and becoming more prevalent in Julia 1.10 and 1.11 (PSA on Discourse). Correspondingly, #1693 created a new compat entry for the Downloads stdlib.

However, according to the PSA linked above, the recommended way is to set the compat bounds to the same version as the current Julia compat ("1.8"), at least for now. On the other hand, TagBot wants to set the compat bound to just "1". I have already asked in JuliaRegistries/TagBot#292 what the "canonical" way forward is. Until we hear something there (or maybe from somewhere else), I suggest to wait for now before starting to merge these stdlib compat PRs.

@sloede sloede added question Further information is requested dependencies Pull requests that update a dependency file labels Oct 29, 2023
@ranocha
Copy link
Member

ranocha commented Oct 30, 2023

I just followed the recommendation and updated the compat entry to 1.8 in our case - before reading this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants