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

Drop trace.force in CaptureSet #21531

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

dwijnand
Copy link
Member

@dwijnand dwijnand commented Sep 3, 2024

This was showing up in testCompilation runs, locally or in CI.

This was showing up in testCompilation runs, locally or in CI.
@dwijnand dwijnand marked this pull request as ready for review September 6, 2024 11:17
@@ -159,7 +159,7 @@ sealed abstract class CaptureSet extends Showable:
*/
def accountsFor(x: CaptureRef)(using Context): Boolean =
if comparer.isInstanceOf[ExplainingTypeComparer] then // !!! DEBUG
Copy link
Member

Choose a reason for hiding this comment

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

I think we can remove or comment out the if.

@bracevac bracevac added the area:experimental:cc Capture checking related label Sep 6, 2024
@dwijnand dwijnand merged commit 67cd3eb into scala:main Sep 6, 2024
28 checks passed
@dwijnand dwijnand deleted the drop-trace.force-in-CaptureSet branch September 9, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:experimental:cc Capture checking related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants