Skip to content

Conversation

sheetalkamat
Copy link
Member

Cherry pick from #1692

@Copilot Copilot AI review requested due to automatic review settings September 9, 2025 20:37
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

The PR cherry-picks a fix for race conditions with project reference computations from PR #1692. This appears to be related to handling concurrent operations when processing TypeScript project references during build processes.

Reviewed Changes

Copilot reviewed 8 out of 10 changed files in this pull request and generated 1 comment.

File Description
testdata/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-8-projects-in-a-solution.js Test baseline showing build behavior with 8 projects in watch mode
testdata/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-5-projects-in-a-solution.js Test baseline showing build behavior with 5 projects in watch mode
testdata/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-3-projects-in-a-solution.js Test baseline showing build behavior with 3 projects in watch mode
testdata/baselines/reference/tsbuild/projectsBuilding/when-there-are-8-projects-in-a-solution.js Test baseline showing build behavior with 8 projects in non-watch mode

@@ -0,0 +1,1284 @@
currentDirectory::/user/username/projects/myproject
Copy link
Preview

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

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

There's a typo in the PR title: "refernces" should be "references"

Copilot uses AI. Check for mistakes.

Copy link
Member

@jakebailey jakebailey left a comment

Choose a reason for hiding this comment

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

Is there a way to not generate 12k baselines for this? I guess it doesn't much matter...

@sheetalkamat sheetalkamat added this pull request to the merge queue Sep 9, 2025
Merged via the queue into main with commit ae01679 Sep 9, 2025
22 checks passed
@sheetalkamat sheetalkamat deleted the fixRace branch September 9, 2025 21:34
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.

2 participants