question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Styker 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:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
dupdobcommented, Jan 7, 2021

correction: the fixes I mentioned above have already been merged and are part of master now.

1reaction
rouke-broersmacommented, Jan 20, 2021

@bcollamore the fix has just been released

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found