Trevor Brown
Trevor Brown
It would be great to have a test for this so we can prevent regressions.
@deiga @jthegedus re-reviewing this now.
I'm going to merge https://github.com/asdf-vm/asdf/pull/1539 and then this PR can be rebased and merged.
@deiga can you rebase this PR? I've merged some changes so only `readlink -f` is banned now. I think we can merge your changes after another rebase.
Good feature. I like the idea of transactional reinstalls.
Should this be a separate command or just a flag to the `install` command as discussed in https://github.com/asdf-vm/asdf/issues/148? I'm open to either approach, but transactional reinstalls are a must either...
I wonder if we could work around this issue by doing something like this: 1. Move the currently installed version and copy it out of it's installed directory and into...
@Aethelflaed I don't think the erlang plugin should be keeping a record of which versions of Erlang it installed. It uses kerl underneath, and kerl does typically keep records, but...
I'm searching for a tool similar to envdir that fits my use case. I figured I'd describe my use case here (full shell expansion) so that either someone may direct...
I've been using the "Unofficial Bash Strict Mode" (http://redsymbol.net/articles/unofficial-bash-strict-mode/) in my personal Bash scripts, which is very similar to this. For an example see this: https://github.com/Stratus3D/dotfiles/blob/master/scripts/tools/epmd_port_forwarder @HashNuke @tuvistavie @vic what...