8000 Handle self-referencing generic classes by ds5678 · Pull Request #472 · SamboyCoding/Cpp2IL · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Handle self-referencing generic classes #472

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

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

ds5678
Copy link
Contributor
@ds5678 ds5678 commented Jun 12, 2025

Resolves #469

This was caused by a generic class referencing itself.

public abstract class RegionDialogContext<TStage> : DialogContext<RegionDialogContext<TStage>.State> where TStage : StageContext, new()
{
	public class State
	{
	}
}

@coveralls
Copy link
coveralls commented Jun 12, 2025

Pull Request Test Coverage Report for Build 15622257744

Details

  • 8 of 9 (88.89%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 34.338%

Changes Missing Coverage Covered Lines Changed/Added Lines %
Cpp2IL.Core/Model/Contexts/GenericInstanceTypeAnalysisContext.cs 6 7 85.71%
Totals Coverage Status
Change from base Build 15377281678: 0.03%
Covered Lines: 4189
Relevant Lines: 10823

💛 - Coveralls

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.

Stack overflow exception
2 participants
0