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

Fix dir_hash vs. bytecode compilation races. #1080

Merged
merged 1 commit into from
Oct 17, 2020

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Oct 17, 2020

Previously dir_hash (and pex_hash) were able to observe in-flight
bytecode compilation which would lead to observe-delete-failedhash
sequencing.

Fixes #1051

Previously `dir_hash` (and `pex_hash`) were able to observe in-flight
bytecode compilation which would lead to observe-delete-failedhash
sequencing.

Fixes pex-tool#1051
Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@jsirois jsirois merged commit aeaef10 into pex-tool:master Oct 17, 2020
@jsirois jsirois deleted the issues/1051/round2 branch October 17, 2020 02:47
@jsirois jsirois mentioned this pull request Oct 17, 2020
7 tasks
@Eric-Arellano Eric-Arellano mentioned this pull request Oct 21, 2020
4 tasks
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.

pex creation fails under pants w/ No such file or directory error
2 participants