You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
src/hanoidb_fold_worker.erl:71: Warning: record state has field(s) without type
src/hanoidb_level.erl:53: Warning: record state has field(s) without type information
src/basho_bench_driver_hanoidb.erl:27: Warning: record state has field(s) without type information
src/basho_bench_driver_hanoidb.erl:79: Warning: variable 'SyncInterval' exported from 'case' (
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.
The text was updated successfully, but these errors were encountered: