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

Perform a single parse for a unique blob #17

Open
robobenklein opened this issue May 13, 2021 · 1 comment
Open

Perform a single parse for a unique blob #17

robobenklein opened this issue May 13, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@robobenklein
Copy link
Member

No description provided.

@robobenklein robobenklein self-assigned this May 14, 2021
@robobenklein robobenklein added the enhancement New feature or request label May 14, 2021
@robobenklein
Copy link
Member Author

I realize now this might not be a good idea since parsing the same content using different languages can result in different trees.

What we CAN do instead is dedup by FILENAME_HASH and FILECONTENT_HASH since that pair guarantees the same parser on the same content.

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

No branches or pull requests

1 participant