-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sanitize error system #1432
Sanitize error system #1432
Conversation
…anitize-error-system
The PR is not 100% complete - but let's say... it's "complete enough". Many of the original goals have been completed and the whole error system is practically brand new. Now, do I like every single error message? Nope, and that's why I'll follow with different PRs that are going to address the pending issues. Also, there are different errors that are (still) not getting caught or properly reported, etc. But... all in due time! 😉 That having been said... Ready to merge! 🚀 |
Description
Right now, the errors produced are quite messy, or incomplete, or not consistently-presented.
At the same time, we have new Error & ErrorKind values.
The two system should - ideally - be merged into one. Or at least that's what we'll attempt here.
Let's go! 🚀
0:0
returns SIGSEGV, should throw an error, instead #1562Type of change