NHDaly / ApplicationBuilder.jl

[deprecated] Compile, bundle, and release julia software
MIT License
168 stars 15 forks source link

Bump minimum supported Julia version #34

Closed NHDaly closed 5 years ago

NHDaly commented 5 years ago

There's no reason to keep developing for julia 0.6. Bumping minimum version and removing all the Compat stuff!

NHDaly commented 5 years ago

Closes https://github.com/NHDaly/ApplicationBuilder.jl/issues/32

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 201


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/mac_commandline_app.jl 0 1 0.0%
src/ApplicationBuilder.jl 1 5 20.0%
src/bundle.jl 0 5 0.0%
<!-- Total: 1 11 9.09% -->
Totals Coverage Status
Change from base Build 198: 0.0%
Covered Lines: 92
Relevant Lines: 179

💛 - Coveralls
NHDaly commented 5 years ago

I've reenabled the Blink tests, but it's still not fully statically compilable.

Some tracking of that happening here: https://github.com/JunoLab/Blink.jl/pull/174