milankl / SoftPosit.jl

A posit arithmetic emulator.
MIT License
47 stars 9 forks source link

v0.3 with Julia 1.3 testing #51

Closed milankl closed 4 years ago

milankl commented 4 years ago

@JuliaRegistrator register

JuliaRegistrator commented 4 years ago

Pull request comments will not trigger Registrator as it is disabled. Please trying using a commit or issue comment.

giordano commented 4 years ago

You'll need upper bounds in the "compat" section of Project.toml in order for the pull request to be automerged

milankl commented 4 years ago

You mean change

[compat]
BinaryProvider = "≥ 0.5.0"
julia = "≥ 1.0.0"

to

[compat]
BinaryProvider = "^0.5"
julia = "^1"
giordano commented 4 years ago

Yes, also without the carets, no leading sign is equivalent to the caret