Skip to content

backport-1.12: move to the new versioning policy for Compiler stdlib #58745

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

Merged
merged 2 commits into from
Jun 17, 2025

Conversation

aviatesk
Copy link
Member

No description provided.

aviatesk added 2 commits June 16, 2025 23:06
This commit adjusts /Compiler/Project.toml and adds a new
/Compiler/README.md based on the new versioning policy for the
Compiler.jl stdlib.

Regarding the new versioning policy and the latest way to use the
Compiler.jl stdlib, please refer to this comment[^1] and the newly added
READMEs (`JuliaLang/julia/Compiler/README.md`[^2] and 
and `JuliaLang/BaseCompiler.jl/README.md`[^3]).

[^1]: #57520 (comment)
[^2]: https://github.com/JuliaLang/julia/blob/a8f3e4d0603692ac79700890d3e8d35e904e000e/Compiler/README.md
[^3]: https://github.com/JuliaLang/BaseCompiler.jl
In JuliaRegistries/General#130304 I proposed naming the placeholder
version of the Compiler stdlib "v0.0.0" and made changes accordingly.
However, after further discussions around adjusting Pkg.jl (c.f.
JuliaLang/Pkg.jl#4233), we decided to call it "v0.1.0" instead since the
idea may sound to be an abuse of semver and that versioning wouldn't be
able to handle cases when any changes to the implementation of that
special version are needed in the future.

As a result, this commit changes the version of the Compiler.jl stdlib
implementation maintained in the base from v0.0.0 to v0.1.0.

Since BaseCompiler.jl is a very internal, special package that doesn’t
yet follow proper versioning, there’s no need to worry about ecosystem
impact from this change.
@aviatesk aviatesk merged commit 9d2db09 into backports-release-1.12 Jun 17, 2025
5 of 7 checks passed
@aviatesk aviatesk deleted the avi/backport-Compiler-0.1 branch June 17, 2025 18:44
@aviatesk aviatesk mentioned this pull request Jun 17, 2025
60 tasks
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.

1 participant