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

Disambiguate names based on command line #121

Open
hololeap opened this issue Sep 17, 2022 · 1 comment
Open

Disambiguate names based on command line #121

hololeap opened this issue Sep 17, 2022 · 1 comment
Labels

Comments

@hololeap
Copy link
Member

hololeap commented Sep 17, 2022

I'm trying to run hackport to get the latest version of vec:

$ hackport merge vec
Ambiguous names: Vec, vec
Vec: 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9,
1.0, 1.0.1, 1.0.5
vec: 0, 0.1, 0.1.1, 0.1.1.1, 0.2, 0.3, 0.4, 0.4.1
...

It warns about ambiguous names, either matching Vec or vec, but then seems to choose Vec even though I specified vec on the command line:

  • dev-haskell/vec/vec-1.0.5.ebuild
    # Copyright 1999-2022 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2
    
    EAPI=8
    
    # ebuild generated by hackport 0.7.3.0
    
    CABAL_PN="Vec"
@hololeap hololeap added the bug label Sep 17, 2022
@hololeap
Copy link
Member Author

I notice that in this case I can specify a version which is unique to vec:

$ hackport merge vec-0.4.1

However, this is far from ideal, and it depends on the latest version that you want to choose being unique between the two packages.

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

No branches or pull requests

1 participant