- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 5.7k
 
Set VERSION to 1.0.0-DEV #28378
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-DEV #28378
Conversation
| 
           @KristofferC @StefanKarpinski Looks like both Pkg and OldPkg don't like 1.0 very much.  | 
    
| 
           For Pkg I think we need a version of Example that does not have an upper bound on julia v1.0.  | 
    
| 
           Example seems to require 0.6 at a minimum with no upper bound? https://github.com/JuliaLang/Example.jl/blob/master/REQUIRE#L6  | 
    
          
 We have new compat specifiers (https://docs.julialang.org/en/latest/stdlib/Pkg/#Caret-specifiers-1) so this: https://github.com/JuliaRegistries/General/blob/master/E/Example/Compat.toml is what Pkg3 cares about.  | 
    
| 
           According to Avik, the 0.7 upper bound is an artifact of the METADATA to General registry conversion.  | 
    
| 
           Just FYI for those watching from the sidelines. Since these test failures block merging this, we'll keep master open for 0.7 changes until this is resolved, at which point we'll re-branch release-0.7 and make master 1.0 (or equivalently, we'll automatically push over all changes on master in the same order onto the 0.7 branch, since not merging this means no 1.0 changes yet).  | 
    
| 
           Registry should be updated to 1.0: JuliaRegistries/General@16921d0.  | 
    
| 
           Rebased using the UI, which should also trigger CI again just to be sure. Once that's through I think we can merge this.  | 
    
Now that we've branched for 0.7, any change that should be applied for RC2 should have the "backport pending 0.7" label.
And with this, master is the initial development version for Julia v1.0.