-
-
Notifications
You must be signed in to change notification settings - Fork 49
feat(tests, type checker): adding tests for the type checker error message generation (in isolation) #521
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
Conversation
Static analysis reportLizard reportListing only functions with cyclomatic complexity >= 15 or NLOC >= 100 or parameters >= 6.
Report about files you didn't modify in this PR
CppCheck reportReport files about files you didn't modify in this PR
|
…ssage generation (in isolation)
4918cc2 to
71cbe50
Compare
Fuzzing report/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski Summary statsCycles without finds : 0 [+] Captured 39140 tuples (map size 199575, highest value 255, total values 287232878) in '/dev/null'. |
Description
Add tests for the type checker error message generation, so that we can ensure the error messages are correctly generated.
This doesn't test the error messages that can be generated by the VM, only the algorithm laying them out.
Checklist