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

Add check for unique display names #74

Open
bradh opened this issue Mar 6, 2020 · 0 comments
Open

Add check for unique display names #74

bradh opened this issue Mar 6, 2020 · 0 comments

Comments

@bradh
Copy link
Collaborator

bradh commented Mar 6, 2020

What is the use case for your proposed feature? Please describe.
See #73 for the background. This is not directly user visible, it supports development.

Describe the solution you'd like
Ensure that each entry in the results of the parse has a distinct display name.

Describe alternatives you've considered
It might be possible to instantiate every entry and check the results. That could be messy in that you'd need to know what the right byte length is. Possibly it could be brute forced by trying 1,2,4 and 8 bytes.

Additional context
N/A.

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

1 participant