-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't write files in CompilerPackage if not needed
CompilerPackage was previously being lazy and would just delete and rewrite files as needed when the package was loaded, even if the machine would ultimately be left in the same state at the end. For the old project system (which didn't monitor such file changes) this wasn't bad, but with the new project system it now reloads projects in response to changes which can be quite expensive. Fixes #21838.
- Loading branch information
1 parent
042a8a5
commit abe47f7
Showing
1 changed file
with
51 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters