JuliaLang / Compat.jl

Compatibility across Julia versions
Other
148 stars 117 forks source link

range(start, stop; length, step=1) #631

Closed Nosferican closed 6 years ago

Nosferican commented 6 years ago

https://github.com/JuliaLang/julia/pull/28708#issuecomment-418433463

Could this be pre-compated?

jlperla commented 6 years ago

The response was that this can be done without the merge complete. (thanks @JeffBezanson )

@Nosferican Is your issue that you are not sure what to put for the version number in the @static if VERSION < v"1.1.??????"?

Nosferican commented 6 years ago

Aye. Would that be merged in v"1.0.1" or v"1.1.0". If that is already decided and committed I could look at the exact modification required.

jlperla commented 6 years ago

Spectacular, thanks! Is therein the possibility of a tagged release coming soon with this in it?

martinholters commented 6 years ago

https://github.com/JuliaLang/METADATA.jl/pull/18796