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.

Why do not provide the Runner Constructor

See original GitHub issue

There are OptimizerConstructor …, but why not provide a runner constructor? It would be more general and flexible to implement some functions. Looking forward it.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
zhouzaidacommented, Aug 1, 2021

@ZwwWayne , please have a look

1reaction
densechencommented, Aug 3, 2021

@ZwwWayne @zhouzaida Thanks for your replies. And I will create a PR as soon as possible and also make sure that minor modification is needed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JUnit custom runner not working? - Stack Overflow
Your class has no constructor with that signature. Its only constructor has parameters Class<?> type , List<Object[]> parameterList and int i .
Read more >
TypeError: "x" is not a constructor - JavaScript - MDN Web Docs
The JavaScript exception "is not a constructor" occurs when there was an attempt to use an object or a variable as a constructor,...
Read more >
BlockJUnit4ClassRunner (JUnit API)
Returns a new fixture for running a test. Default implementation executes the test class's no-argument constructor (validation should have ensured one exists).
Read more >
[Runner VM Bug] behavior of `{}.constructor === Object` does ...
Rationale for fixing bug. I came across this bug while attempting to use the React Material UI library, @mui/material .
Read more >
Class Constructor Methods - MATLAB & Simulink - MathWorks
MATLAB ® classes that do not explicitly define any class constructors have a default constructor method. This method returns an object of the...
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