Compile error
See original GitHub issueStyker run fails
[08:11:38 VRB] RollBacking mutations from ...
[08:11:38 VRB] source
public Grid()
{
if(StrykeraHOhiZBY3C1UCaN.MutantControl.IsActive(1240)){ float[] pattern = {};
}else{ float[] pattern = { 1.0f, 2.0f };
} minorGridPen_.DashPattern = pattern;
horizontalGridType_ = GridType.Coarse;
verticalGridType_ = GridType.Coarse;
}
[08:11:38 WRN] Stryker.NET encountered an compile error in ... (at 70:32) with message: The name 'pattern' does not exist in the current context (Source code: pattern)
[08:11:38 WRN] Safe Mode! Stryker will try to continue by rolling back all mutations in method. This should not happen, please report this as an issue on github with the previous error message.
[08:11:38 VRB] RolledBack to
public Grid()
{
if(StrykeraHOhiZBY3C1UCaN.MutantControl.IsActive(1240)){ float[] pattern = {};
}else{ float[] pattern = { 1.0f, 2.0f };
} minorGridPen_.DashPattern = pattern;
horizontalGridType_ = GridType.Coarse;
verticalGridType_ = GridType.Coarse;
}
Desktop:
- OS: Windows
- Type of project: Framework
- Framework Version 4.8
- Stryker Version 0.20.0
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Difference between Compile Time Errors and Runtime Errors
Compile-Time Errors: Errors that occur when you violate the rules of writing syntax are known as Compile-Time errors. This compiler error ...
Read more >Compile Error Messages
Msg ID Message Text Explanation
1001 no statement to compile The rule is does not contain any statements.
1002 unexpected end of program The rule...
Read more >Compile error in hidden module: <module name>
The error is raised when a compilation error exists in the VBA code inside a protected (hidden) module. The specific compilation error is...
Read more >VBA Compile Error
This tutorial will explain what a VBA Compile Error means and how it occurs. ... By compiling the code, VBA helps to minimize...
Read more >What is the difference between run-time error and compiler ...
Compile time error is any type of error that prevent a java program compile like a syntax error, a class not found, a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
correction: the fixes I mentioned above have already been merged and are part of
master
now.@bcollamore the fix has just been released