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 some SCC cycle mistakes #49654

Merged
merged 1 commit into from
May 6, 2023
Merged

fix some SCC cycle mistakes #49654

merged 1 commit into from
May 6, 2023

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented May 5, 2023

I noticed cycle was not initialized, which would cause it to disregard methods that only linked back to the current image via a cycle or fail to verify those correctly. And would consider the wrong list of methods when determining if an ambiguity was already covered (making the compiler sometimes do a bit of extra work, or be very slightly too ambitious in very rare hypothetical cases).

@vtjnash vtjnash added backport 1.9 Change should be backported to release-1.9 status:merge me PR is reviewed. Merge when all tests are passing labels May 5, 2023
@vtjnash vtjnash merged commit 9bb0731 into master May 6, 2023
@vtjnash vtjnash deleted the jn/off-cycle branch May 6, 2023 04:27
@oscardssmith oscardssmith removed the status:merge me PR is reviewed. Merge when all tests are passing label May 8, 2023
KristofferC pushed a commit that referenced this pull request May 8, 2023
(cherry picked from commit 9bb0731)
@KristofferC KristofferC mentioned this pull request May 8, 2023
51 tasks
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label May 28, 2023
kpamnany pushed a commit that referenced this pull request Jun 21, 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.

3 participants