Skip to content

Problem with repos with uppercase letters #77

@kesa-ne-treba

Description

@kesa-ne-treba

Original repo name contains an upper-letter symbols. but toolset will not handle it properly.

Not working:

$ toolset add go@1.26 github.com/Khan/genqlient@v0.8.1
go1.26.0: already downloaded in /Users/user/.cache/toolset/rtgo__1.26.0/go1.26.0
add module: parse program: get go module version: unknown module

Working:

$ toolset add go@1.26 github.com/khan/genqlient@v0.8.1
go1.26.0: already downloaded in /Users/user/.cache/toolset/rtgo__1.26.0/go1.26.0
tool added to toolset: github.com/khan/genqlient@v0.8.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions