Trevor Brown

Results 312 comments of Trevor Brown

Yes! I think originally the intention was to standardize on Bash for asdf scripts that are already executed by Bash explicitly via shebang (most of the files in `bin` and...

What is wrong with individual plugins invoking commands like `uname` and `arch` directly? In my opinion the interface between asdf core and plugins should be as small as possible. I...

Sort of related: https://github.com/asdf-vm/asdf/issues/1220

> Mostly because every plugin writer would have to write this boilerplate, and that could be avoidable. My general philosophy here is that if it can be done outside of...

Trying to find the history on the `ASDF_CONCURRENCY` environment variable for plugins, didn't find a ton: * https://github.com/asdf-vm/asdf/issues/57 * https://github.com/asdf-vm/asdf/pull/75 Some questions/concerns I have about this feature in general: *...

Thanks for writing the test for this @alexezio ! And thanks for getting this merged @jthegedus !

> @Stratus3D looking at our open PRs we have 3 which attempt to resolve this issue. Are you able to check this as it seems to me to be the...

@stephanGarland for source files with the `.bash` file extension we can absolutely use Bash built-ins to make things faster. However, for files currently in this codebase with a shebang or...

Thanks @jthegedus. I don't have plans to tackle this anymore. I'm focusing my effort on the Rust rewrite.

I'm inclined to not address this. I'm working on Mac M1 and haven't had any issues as I alway using `arm64` in the shell.