Skip to content
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

What slips through? #95

Open
bbrala opened this issue Sep 29, 2016 · 3 comments
Open

What slips through? #95

bbrala opened this issue Sep 29, 2016 · 3 comments

Comments

@bbrala
Copy link

bbrala commented Sep 29, 2016

Hi,

Awesome tool, using it right now to have a look at about 200 sites and their possible issues

Just a little question. Any idea what kind of errors this tool would miss? I would assume wrong Exception handling since errors now also throw their an Error, but do you know of any other specifics that you know it will miss?

Regards,

Bjorn.

@sstalle
Copy link
Owner

sstalle commented Sep 29, 2016

Hello, Bjorn.

I think it would miss a lot of errors actually. It only covers the simpliest cases, and many hard to detect or less frequent errors will probably remain unnoticed.

Here is a non-exhaustive list of things that php7cc will surely miss:

@bbrala
Copy link
Author

bbrala commented Sep 30, 2016

Hello,

Thanks for the awnser, a few of those I did know about, tho the sorting is a bit scary since if there are bugs because of that those would be extremely hard to find.

Ah well, I guess i'll become an expert while doing the upgrades. Hopefully there aren't an extreme amount of edge cases.

Thanks again, if you like i can let you know how things go ;) Might be able to find a few extra checks that a feasable to do along the way.

@sstalle
Copy link
Owner

sstalle commented Sep 30, 2016

if you like i can let you know how things go

Sure, any input will be highly appreciated. I'll also think about other possible edge cases and will add them to the documentation to let the users know what to look out for.

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

No branches or pull requests

2 participants