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.

again and again regression

See original GitHub issue

Input:

$var = $var + $var ?? '';

Input:

function gen() {
  yield 0;
  yield from from();
  yield 4;
}

I honestly can’t understand what the problem is, why you can not devote a little more time to tests and details, what is the problem of being more responsible for the project or asking for help (hi, i am here and can test branches before merge ✋ )?

Each update is pain and regressions 😞

I understand that we all have work here and a little time, but what is the problem to wait for the review and feedback before merge?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
alexander-akaitcommented, Aug 31, 2019

Look regression here https://github.com/glayzzle/php-parser/commit/09c943cf143bf24762d17882dc5e94febba29e59, now parser works in php5 mode by default, before he works in php7 mode

1reaction
alexander-akaitcommented, Aug 31, 2019

@czosel yes, always wait green, do more tests and wait review, I am almost always available and respond very quickly

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is Regression Testing? Definition, Tools, Method, and ...
Regression test is like a verification method. Test cases are generally automated as test cases are required to be executed again and again...
Read more >
Difference Between Retesting and Regression Testing - Guru99
Retesting is a process to check specific test cases that are found with bug/s in the final execution. Generally, testers find these bugs...
Read more >
Should you re-run regression tests again on new build ... - Quora
Whether or not skipping regression tests is feasible depends on a number of variables, primarily being the size of the change(s) and the...
Read more >
Alive Again... Again... and Again: 43 Actual Past Life ...
The idea of past life regression always leave me in awe and in a mind-blowing state. This book was included explanations of many...
Read more >
Five Common Problems With your Regression Testing Strategy
This can demoralize testers and over time, they might miss tests, ignore or misinterpret them. What Can Help? Automate regression testing to reduce...
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