compile time everything #3
Annotations
1 error and 6 warnings
Run mix compile --warnings-as-errors
Process completed with exit code 1.
|
Run mix compile --warnings-as-errors:
lib/hammer/backend/ets.ex#L48
undefined module attribute @ets_table_name, please remove access to @ets_table_name or explicitly set it before access
|
Run mix compile --warnings-as-errors:
lib/hammer.ex#L220
function full_key/2 is unused
|
Run mix compile --warnings-as-errors:
lib/hammer/backend/ets.ex#L58
undefined module attribute @ets_table_name, please remove access to @ets_table_name or explicitly set it before access
|
Run mix compile --warnings-as-errors:
lib/hammer.ex#L217
function timestamp/0 is unused
|
Run mix compile --warnings-as-errors:
lib/hammer/backend/ets.ex#L70
undefined module attribute @ets_table_name, please remove access to @ets_table_name or explicitly set it before access
|
Run mix compile --warnings-as-errors:
lib/hammer/backend/ets.ex#L91
variable "expiry_ms" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Loading