-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinite recursive call in asdf list golang
#83
Comments
@kennyp This issue is critical for asdf users which' enable legacy_version_file. I would like to work on solving this problem, so please let me know the desired solution! |
@yokonao I'm using I'm working on pulling out the recursive call back into |
Ahh, I missed the note that you were using |
I'll note that I did experience this. But I am no longer able to after ensuring everything was up to date. I updated $ asdf update
$ asdf plugin update golang After which, I'm no longer able to replicate. Looking at my According to my But for
And 💥 recursion bug. Hopefully that helps! |
asdf version 0.11.0 is out and after updating my local setup I can confirm facing this bug. Note: this bug has been the cause for |
+1 to @dushyantss is reporting above |
I just tried the regex fix in #89 and it seems to have helped |
I'm trying to resolve this on the issue I opened on asdf as I need a way to get a list of the currently installed versions to accurately conform to |
@yokonao, @dushyantss, or @jharley can y'all verify that #93 fixes the issue for you? |
Awesome! I'll merge it. |
Describe the bug
asdf-vm/asdf#762
Since this change of asdf core,
asdf list golang
may callparse-legacy-file
script internally.parse-legacy-file
script invokesasdf list golang
.The result is an infinite recursive call.
To Reproduce
Steps to reproduce the behavior:
asdf
mkdir example; cd example; go mod init example.com/m
asdf list golang
Expected behavior
Show the version and exit.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: