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 issue with BE compilations incorrectly reusing successful artifacts #2520

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

Conversation

jchyb
Copy link
Contributor

@jchyb jchyb commented Nov 28, 2024

Also fixes an issue with best effort compilation not being properly cached, if recompiled from successful compilations.

@tgodzik About the main issue fixed here, I misdiagnosed that issue yesterday (I mentioned a race condition, not what was happening - the issue is consistent, the way I tried to reproduce it with adding and removing a class in another class was not), but thankfully, it's a simple fix.

About the second thing raised here, that sounds like an actual race condition I'm not sure is exclusive to best effort (like you mentioned) and one I'm not sure I would be able to fix quickly, but it seems to me like a later recompilation would fix that.

Also fixes an issue with best effort compilation not being properly
cached, if recompiled from successful compilations
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