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

select-list-view: Calculation of "nearest entry" fails when multiple entries with same name. #1

Open
dmitshur opened this issue Dec 10, 2014 · 3 comments
Labels

Comments

@dmitshur
Copy link
Member

E.g., happens on http://gotools.org/runtime because it has multiple init definitions.

@dmitshur dmitshur changed the title Calculation of "nearest entry" fails when multiple entries with same name. select-list-view: Calculation of "nearest entry" fails when multiple entries with same name. Dec 10, 2014
@dmitshur
Copy link
Member Author

A possible solution is to avoid generating identical entries upstream. E.g., can name multiple init instances as init, init-2, init-3, etc.

@dmitshur
Copy link
Member Author

This can also occur in gtdo when a package has build tags and multiple files with same symbols.

For example, http://gotools.org/github.com/ajhager/webgl#NewContext has two versions.

@dmitshur
Copy link
Member Author

Another example is http://gotools.org/cmd/go#parseMetaGoImports which has two parseMetaGoImports versions, and many inits.

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