Trouble with latest asdf Erlang on High Sierra

Hello everyone, anyone having trouble with latest asdf (0.5.1) erlang plugin for Mac Osx High Sierra?

The issue is I only receive R13 version, no 21…

$ asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git
Cloning into '/Users/xxx/.asdf/plugins/erlang'...
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 402 (delta 0), reused 1 (delta 0), pack-reused 397
Receiving objects: 100% (402/402), 69.63 KiB | 705.00 KiB/s, done.
Resolving deltas: 100% (153/153), done.
$ asdf list-all erlang
Downloading kerl...
R13B03

I filled an issue, but wanted to know if someone experimented this already.

Thanks for taking time

2 Likes

It seems to be a bug in asdf erlang latest, downgrading to earlier commit fix the bug.

$ cd .asdf/plugins/erlang/
$ git checkout d0860caa5c6ac940dc8bcda01401d497a175c1a5
$ asdf list-all erlang
... lots of versions

Here is the issue, for future reference.

3 Likes

asdf erlang has been patched now, the issue is closed.

2 Likes