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

Solved issues with packageId -> name lookup #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

martinfrances107
Copy link

I love this little applicattion --- I was using it all the time.... but some time ago it stop working...

I tried to keep the changes to minimum.. ignoring indentation changes its a "6 lines fix".

I hope this helps.

Here is the commit log :-

The program was broken due to EXTERNAL changes in the PackageId structure.

The metadata file format has a "package" key which can be used to link packageId to a displayable name. Precomputing the HashMap has a cost but future-proofs the design.

The program was broken due to changes in the PackageId structure.

The metadata file format has a "package" key which can be used to link
packageId to a displayable name. Precomputing the HashMap has a cost but
future-proofs the design.
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

Successfully merging this pull request may close these issues.

1 participant