-
-
Notifications
You must be signed in to change notification settings - Fork 50
Fix/comparisons #637
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
Fix/comparisons #637
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 report
Report files about files you didn't modify in this PR
|
…urn false when comparing two different types
d50e33c to
dfc8e0e
Compare
Fuzzing report/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski Summary statsCycles without finds : 0 [+] Captured 42862 tuples (map size 234491, highest value 255, total values 435983103) in '/dev/null'. |
Description
Comparisons between different types used to rely on the type index, which yielded deterministic (but very weird) results. It now always returns false.
Support for dictionaries has been extended to
lenandempty?.A better documentation for the operators has been added under
src/arkreactor/Builtins/, as.txtfiles. They will always pop up at the top of the documentation generated by ArkDoc.Checklist