tonyhffong / Lint.jl

A lint tool for Julia code
Other
168 stars 33 forks source link

deprecated REQUIRE → Project.toml #263

Closed FelipeLema closed 5 years ago

FelipeLema commented 5 years ago

Ran registration bot per this comment

TotalVerb commented 5 years ago

I don't think we can claim to be compatible with Julia >= 0.5.0 and also not have a REQUIRE. If we're ditching the REQUIRE, let's also ditch support for Julia 0.5 and 0.6.

FelipeLema commented 5 years ago

Agreed.

Changing it to 1.0 in 659bccf. Backwards support should be an extra effort.