Victor Borja

Results 95 comments of Victor Borja

> `use asdf` indeed that sets `GOROOT` and `GOPATH` Yes, looks like asdf-golang `exec-env` does that, but [ONLY if not already defined](https://github.com/kennyp/asdf-golang/blob/master/bin/exec-env#L4). These lines (from your `exhibit-a.txt` file) correspond to...

Same from `exhibit-b.txt`, `asdf current` correctly reports golang `1.18` defined by using `ASDF_GOLANG_VERSION`. but again, GOROOT seems to be that of `1.17` which is reported by `go version`. ``` direnv:...

[Added](https://github.com/asdf-community/asdf-direnv/commit/5ad45d0d85adda78b91f8a56870a169bdd6f5661) an assertion during our `shell` command tests, to make sure those test are done having asdf shims out of `PATH`. Since that seems to be mentioned as cause for...

Tried to reproduce this myself with no luck. Having no asdf-shims on `$PATH` (only `asdf/bin`), having a global `ASDF_DEFAULT_TOOL_VERSIONS_FILENAME` and a local tool-versions file. Doing `asdf direnv shell` with a...

Nice @deiga, thanks for fixing this. 👍 There's also a `resolve_symlink` on `utils.bash`. May we remove it, and replace any `resolve_symlink` usage for `normalized_readlink` and see if everything is ok...

Now that we have #223 merged, I'm +1 on also adding the "bash script mode" to all our bash files. ``` set -euo pipefail IFS=$'\t\n' # Stricter IFS settings ```...

Yes, using the long version is better, thanks for pointing that.

Also, checkout if https://github.com/docker-slim/docker-slim can be of any use.

Hello, thanks for your PR! could you rebase on master and just confirm it works for you ? Thanks !

Oh right, I guess using git tags is better. Please update this PR and I'll merge, just make sure the newest version is at the end of list-all output. IIRC,...