Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatability with Julia 1.0.x and above #12

Closed
robertdj opened this issue Feb 5, 2019 · 3 comments
Closed

Compatability with Julia 1.0.x and above #12

robertdj opened this issue Feb 5, 2019 · 3 comments

Comments

@robertdj
Copy link

robertdj commented Feb 5, 2019

Hi

Thanks for a great package. Do you plan to add support for versions of Julia newer than 1.0.0?

In e.g. Julia 1.0.3 and 1.1.0 I get the following error:

(v1.0) pkg> add Pipe
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Pipe [b98c9c47]:
Pipe [b98c9c47] log:
├─possible versions are: [0.0.1-0.0.3, 1.0.0] or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.3, 1.0.0]
└─restricted by julia compatibility requirements to versions: uninstalled — no versions left

More specifically:

julia> versioninfo()
Julia Version 1.0.3
Commit 099e826241 (2018-12-18 01:34 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
@robertdj robertdj changed the title Compatability with Julia 1.0.x and aboove Compatability with Julia 1.0.x and above Feb 5, 2019
@oxinabox
Copy link
Owner

oxinabox commented Feb 5, 2019

looks like I forgot the tag the new release
JuliaLang/METADATA.jl#21164

@oxinabox
Copy link
Owner

oxinabox commented Feb 5, 2019

should be fixed now, test and close if so?

@robertdj
Copy link
Author

robertdj commented Feb 5, 2019

It works -- thanks!

@robertdj robertdj closed this as completed Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants