Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Fix #3211: Node ILCompiler.DependencyAnalysis.GCStaticsNode is not ma…#3227

Merged
fadimounir merged 1 commit intodotnet:masterfrom
fadimounir:Fix3211
Apr 6, 2017
Merged

Fix #3211: Node ILCompiler.DependencyAnalysis.GCStaticsNode is not ma…#3227
fadimounir merged 1 commit intodotnet:masterfrom
fadimounir:Fix3211

Conversation

@fadimounir
Copy link

…rked when ILCompiler.DependencyAnalysis.RyuJitNodeFactory is MarkingComplete

@fadimounir
Copy link
Author

@MichalStrehovsky Please take a look


private static void TestUnconstructedTypes()
{
var a = typeof(UnconstructedTypeInstantiator<UnconstructedTypeWithGCStatics>).ToString();
Copy link
Member

Choose a reason for hiding this comment

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

Maybe add a comment that this is testing for compilation failures due to references to unused static bases with a link to the github issue?

@fadimounir
Copy link
Author

Fixes #3211

…not marked when ILCompiler.DependencyAnalysis.RyuJitNodeFactory is MarkingComplete
@sergign60
Copy link
Contributor

sergign60 commented Apr 6, 2017

@fadimounir many thanks for so quick fix. My question is when it will be merged because our work is blocked by this issue.

@fadimounir fadimounir merged commit 5a8e082 into dotnet:master Apr 6, 2017
@fadimounir
Copy link
Author

@sergign60 The fix is now merged :) Let me know if you encounter any other related issue. I'll gladly take a look.

@fadimounir fadimounir deleted the Fix3211 branch April 6, 2017 17:00
@sergign60
Copy link
Contributor

sergign60 commented Apr 7, 2017

@fadimounir thanks for this very fast merging. I've opened another issue #3248 I guess it is a little more difficult :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants