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 error in compile loop #73976

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Fix error in compile loop #73976

merged 1 commit into from
Jun 13, 2024

Conversation

jaredpar
Copy link
Member

This is a silly error where I was tracknig the wrong value in the loop condition. Hadn't noticed because the bad code works as long as maxParallel is greater than 1.

This is a silly error where I was tracknig the wrong value in the loop
condition. Hadn't noticed because the bad code works as long as
`maxParallel` is greater than 1.
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 13, 2024
@jaredpar
Copy link
Member Author

@dotnet/roslyn-compiler PTAL. Silly error.

@jaredpar jaredpar merged commit 6aca46d into dotnet:main Jun 13, 2024
25 checks passed
@jaredpar jaredpar deleted the replay branch June 13, 2024 20:05
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jun 13, 2024
@jjonescz jjonescz modified the milestones: Next, 17.11 P3 Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants