Skip to content

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

Description

@thaJeztah

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions