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

staticdata: make hookup of code instances correct #48751

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Feb 21, 2023

Previously we would double-account for many of these, leading to occasional chaos. Try to avoid serializing code that does not belong to this incremental compilation session package.

Refs: #48723

@vchuravy
Copy link
Sponsor Member

cc: @timholy

@vchuravy
Copy link
Sponsor Member

@nanosoldier runtests(configuration = (buildflags=["LLVM_ASSERTIONS=1", "FORCE_ASSERTIONS=1"],), vs_configuration = (buildflags = ["LLVM_ASSERTIONS=1", "FORCE_ASSERTIONS=1"],))

Copy link
Sponsor Member

@vchuravy vchuravy left a comment

Choose a reason for hiding this comment

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

Looks alright to me

Previously we would double-account for many of these, leading to
occasional chaos. Try to avoid serializing code that does not belong to
this incremental compilation session package.

Refs: #48723
@vtjnash vtjnash merged commit 81f366d into master Feb 21, 2023
@vtjnash vtjnash deleted the jn/staticdata-fixes-code branch February 21, 2023 23:34
@KristofferC KristofferC added the backport 1.9 Change should be backported to release-1.9 label Feb 22, 2023
@nanosoldier
Copy link
Collaborator

Your package evaluation job has completed - possible new issues were detected.
A full report can be found here.

@KristofferC KristofferC mentioned this pull request Mar 3, 2023
50 tasks
vchuravy added a commit that referenced this pull request Mar 3, 2023
Previously we would double-account for many of these, leading to
occasional chaos. Try to avoid serializing code that does not belong to
this incremental compilation session package.

Refs: #48723
(cherry picked from commit 81f366d)
vchuravy added a commit that referenced this pull request Mar 3, 2023
Previously we would double-account for many of these, leading to
occasional chaos. Try to avoid serializing code that does not belong to
this incremental compilation session package.

Refs: #48723
(cherry picked from commit 81f366d)
vchuravy pushed a commit that referenced this pull request Mar 3, 2023
Previously we would double-account for many of these, leading to
occasional chaos. Try to avoid serializing code that does not belong to
this incremental compilation session package.

Refs: #48723
(cherry picked from commit 81f366d)
KristofferC added a commit that referenced this pull request Mar 6, 2023
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Mar 6, 2023
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.

None yet

4 participants