-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Set VERSION to 1.0.0-rc1 #28489
Set VERSION to 1.0.0-rc1 #28489
Conversation
I wonder if 0.7 and 1.0 will be released simultaneously? I thought first 0.7 then 1.0. |
They'll be released fairly close together, but probably not quite simultaneously. |
Is there some documented timeline? (I am trying getting Gtk.jl into shape but this is not very simple...) |
There isn't a documented timeline. In the ideal world, they would both be tagged simultaneously, but they may be a few days apart at best. |
I would recommend first letting the package ecosystem migrate to 0.7 before making the release of 1.0. Also the transition REQUIRE -> Manifest.toml should be done prior to 1.0. |
This isn't the right place to discuss the policy for the release, which I believe has been adequately communicated. Request discussing on discourse or slack. |
This has never been the plan. Any package that works on 0.7 without warnings will also work on 1.0. In future versions of Julia, we can remove legacy support for REQUIRE files but this cannot all be done at once. Please do believe that I've thought about the process for doing this transition long and hard. |
I fully trust you. My concern ist that julia adaptors using 1.0 for the first time need to learn what REQUIRE is. This was the thing that confused me most about Pkg3. Pkg3 seems very well designed but it also is pretty complex. Having to learn about REQUIRE and Manifest just increases that conplexity. |
Reiterating that this is not the right place for this discussion. |
To be merged first:
@inferred
macro to handle broadcast syntax.As usual, add and subtract as necessary.