compiler and dialyzer warnings #15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are some compiler and dialyzer warnings that would be nice to fix. As time permits, I may also try to fix some of these.
compiler warnings:
dialyzer Unknown functions:
hanoidb_utils:has_expired/1
dialyzer "nospec" warnings:
.... too many to list ....
I often find the following 2 passes of dialyzer to be quite helpful: first with no_spec and next with unmatched_returns.