Skip to content
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

gimme --resolve [version] hangs on some variations of [version] #194

Open
thaJeztah opened this issue Nov 1, 2020 · 4 comments
Open

gimme --resolve [version] hangs on some variations of [version] #194

thaJeztah opened this issue Nov 1, 2020 · 4 comments

Comments

@thaJeztah
Copy link

I noticed this when writing up an issue in actions/setup-go#82

Reproduced on:

gimme --version
v1.5.4

(running on macOS, installed through Homebrew)

These work fine: gimme resolves a version, prints, and terminates:

gimme --resolve 1.x
1.15.3

gimme --resolve 1.15
1.15

gimme --resolve stable
1.15.3

However, trying any of the ones below, gimme hangs, and requires me to terminate with ^C:

gimme --resolve 1
1
^C

gimme --resolve go1.15
go1.15
^C


gimme --resolve master
master
^C

Definitely not a high priority issue, but I thought I'd report

@thaJeztah
Copy link
Author

/cc @tianon <3

@tianon
Copy link
Contributor

tianon commented Dec 15, 2020

That'd likely be because it's building Go from source (at least in your latter two cases - not sure what's going on with 1 unless it somehow interpreted that as a short commit ID?)

That being said, I'm not very active as a maintainer on this repo, so I'm probably not going to be much help. 😅

@thaJeztah
Copy link
Author

That'd likely be because it's building Go from source

Ah, possibly

That being said, I'm not very active as a maintainer on this repo, so I'm probably not going to be much help.

No worries, it was really just that I noticed the behavior, and it was a small effort to at least report it 😅

@tianon
Copy link
Contributor

tianon commented Dec 15, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants