-
Notifications
You must be signed in to change notification settings - Fork 120
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
Comments
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
|
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: