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

Merge microupdate 3.2 into microupdate #12229

Conversation

jasonmalinowski
Copy link
Member

This is merging the stuff we had in our temporary staging branch back into our real microupdate branch.

Note: this also contains the bump to 1.3.3 for NuGet package versions
Review: @dotnet/roslyn-infrastructure, @MattGertz for at least an FYI if not formal approval

cston and others added 14 commits June 22, 2016 18:05
first one is preview workspace leak due to diagnostic service hold onto workspace.
second is capturing project in diagnostic exception handler
This commit makes it so that we will always try to generate release nugets except if they depend on prerelease packages. If one of our nuget packages happens to depend on prerelease packages, then when building release nugets, we will simply print a message in the build output and skip release nuget generation for that package (and allow the overall build to succeed).
… instead of adding custom logic in the script for this.
Only compute entry points when compiling everything.
Enable release nugets in microupdate-3.2 branch
this leak was responsible for about 14% of managed memory in customer's dump.

basically, in certain condition, if cancellation exception is thrown, we will not close difference viewer which cause
all text views to leak. that cause all taggers and text buffers to leak and that cause our preview workspaces to alive.
which in turn cause all solutions to alive and so on. all those objects (view, buffer, workspace, solution) are quite
big graphs. so ends up eat up 14% of memory.

added assert to make sure if we leak viewers again, we get some kind of notification.
@jasonmalinowski jasonmalinowski force-pushed the merge-microupdate-3.2-into-microupdate branch from 6ca51bc to a59f56e Compare June 27, 2016 19:37
@jasonmalinowski jasonmalinowski merged commit ce70eb4 into dotnet:microupdate Jun 28, 2016
@jasonmalinowski jasonmalinowski deleted the merge-microupdate-3.2-into-microupdate branch June 28, 2016 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants