Skip to content

Fix unwanted constant comparisons potentially causing bugs #61655

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

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

Conversation

ulrichstark
Copy link

Fixes #61654

@github-project-automation github-project-automation bot moved this to Not started in PR Backlog May 4, 2025
@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label May 4, 2025
@ulrichstark
Copy link
Author

@microsoft-github-policy-service agree

@@ -2600,7 +2600,7 @@ export class TestState {
sorted.sort((q1, q2) =>
q1.marker.fileName === q1.marker.fileName
Copy link
Contributor

@IllusionMH IllusionMH May 6, 2025

Choose a reason for hiding this comment

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

Isn't it the same issue with both sides having q1?
Also, looks like it should prevent reaching fixed line completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
Status: Not started
Development

Successfully merging this pull request may close these issues.

Unwanted constant comparisons potentially causing bugs
3 participants