erlang-katana icon indicating copy to clipboard operation
erlang-katana copied to clipboard

package and app versions are out of sync

Open Licenser opened this issue 10 years ago • 2 comments

I think the hex packages after 0.2.18 are badly versioned, they are not found in the repository and it seems they all still list 0.2.19 as a version in the source.

making a rebar.config that depends on a a version of katana > 0.2.19 fails to find the package.

Licenser avatar Feb 16 '16 22:02 Licenser

@Licenser We can't fix previous versions, but I think the latest one (0.2.22) works ok.

elbrujohalcon avatar Feb 22 '16 13:02 elbrujohalcon

Nope doesn't work just retried it today 0.2.22 is broken:

===> Package katana-0.2.22 not found. Fetching registry updates and trying again...
===> Updating package registry...
===> Writing registry to /Users/heinz/.cache/rebar3/hex/default/registry
===> Generating package index...
===> [cloudi_service_oauth1:1.5.1] Only existing version of cloudi_service_db_riak is 1.3.3 which does not match constraint ~> 1.5.1. Using anyway, but it is not guaranteed to work.
===> Writing index to /Users/heinz/.cache/rebar3/hex/default/packages.idx
===> Package not found in registry: katana-0.2.22.
Schroedinger:rebar3_lint heinz [master] $ rebar3 hex search katana
katana: 0.2.17, 0.2.18, 0.2.19, 0.2.20, 0.2.21, 0.2.22

Licenser avatar Mar 20 '16 20:03 Licenser