- 
                Notifications
    
You must be signed in to change notification settings  - Fork 11
 
Added fixes for Julia 1.0 #19
Added fixes for Julia 1.0 #19
Conversation
| 
           oh wonderful thanks!  | 
    
| 
           Also, I think we can change the travis config:  | 
    
| 
           I changed the travis config. There is also appveyor config that defaults to version 0.6 but I'm not familiar with that.  | 
    
| 
           To update appveyor if you can: https://github.com/JuliaCI/Appveyor.jl  | 
    
          Codecov Report
 @@          Coverage Diff           @@
##           master    #19    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          11     10     -1     
  Lines         419    280   -139     
======================================
- Hits          419    280   -139
 Continue to review full report at Codecov. 
  | 
    
| 
           Appveyor is running now but Windows has problems with clp on all versions. The other tests all pass:  | 
    
| 
           yes clp is supposedly good on 0.7, not sure about 1.0 they didn't put it in their CI scripts, I'll PR them for it  | 
    
| 
           Thank you @simonschoelly for your work. What is the status?  | 
    
| 
           Until Clp.jl and Cbc.jl, which is a dependency for the former, work on 1.0, the tests can't pass. See jump-dev/Clp.jl#31 and jump-dev/Cbc.jl#54.  | 
    
| 
           Clp runs on Julia v1.0 now, so this PR could probably be merged.  | 
    
| 
           Wonderful, merging as soon as CI passes, thanks @simonschoelly !  | 
    
Most of the stuff works, but the package
Clp.jlis not yet ready for version 1.0. Therefore the tests fail andmincost_flowdoes not work yet.Should also remove most of the warnings in #18