-
-
Notifications
You must be signed in to change notification settings - Fork 49
Enhance runtime errors #532
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
…rect number of arguments
…ut expected call and the values that were actually given
… last symbol loaded but the value we tried to use as a function
…the error message to provide better messages
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 report
Report files about files you didn't modify in this PR
|
Fuzzing report/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski Summary stats
Cycles without finds : 0 [+] Captured 43608 tuples (map size 204152, highest value 255, total values 400158612) in '/dev/null'. |
ad84218
to
0d3c866
Compare
0d3c866
to
b5af1db
Compare
b5af1db
to
7a58331
Compare
…rity errors, and display the function name in async arity errors
…g errors from blue to cyan to be easier to read inside dark terminals
Description
Enhance runtime error messages about arity and types.
Checklist