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

Host: Consider removing of destructors on types used for statics #36580

Closed
swaroop-sridhar opened this issue May 15, 2020 · 3 comments
Closed

Comments

@swaroop-sridhar
Copy link
Contributor

@janvorli wrote:
I wonder if we could rather get rid of destructors on types used for statics. We've done that in coreclr long time ago as it was just causing troubles due to the fact that the order of destruction of such objects is undefined and if one ends up referencing the other or something similar, it can cause all kinds of funny issues.

CC: @am11
Ref: #36527

@swaroop-sridhar swaroop-sridhar added this to the Future milestone May 15, 2020
@ghost
Copy link

ghost commented May 15, 2020

Tagging subscribers to this area: @vitek-karas, @swaroop-sridhar
Notify danmosemsft if you want to be subscribed.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label May 15, 2020
@swaroop-sridhar swaroop-sridhar removed the untriaged New issue has not been triaged by the area owner label May 26, 2020
@agocke agocke added this to AppModel Jul 13, 2022
Copy link
Contributor

Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.

This process is part of our issue cleanup automation.

@dotnet-policy-service dotnet-policy-service bot added backlog-cleanup-candidate An inactive issue that has been marked for automated closure. no-recent-activity labels Nov 26, 2024
Copy link
Contributor

This issue will now be closed since it had been marked no-recent-activity but received no further activity in the past 14 days. It is still possible to reopen or comment on the issue, but please note that the issue will be locked if it remains inactive for another 30 days.

@dotnet-policy-service dotnet-policy-service bot removed this from the Future milestone Dec 10, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2025
@dotnet-policy-service dotnet-policy-service bot removed no-recent-activity backlog-cleanup-candidate An inactive issue that has been marked for automated closure. labels Jan 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

2 participants