compile time everything #3
Annotations
2 errors and 10 warnings
Run mix compile --warnings-as-errors:
lib/hammer/backend/ets.ex#L93
** (CompileError) lib/hammer/backend/ets.ex:93: undefined function cleanup_interval_ms/0 (expected Hammer.Backend.ETS to define such a function or for it to be imported, but none are available)
|
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/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/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#L93
variable "cleanup_interval_ms" does not exist and is being expanded to "cleanup_interval_ms()", please use parentheses to remove the ambiguity or change the variable name
|
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)
|
Run mix compile --warnings-as-errors:
lib/hammer/backend/ets.ex#L102
variable "expire_before" does not exist and is being expanded to "expire_before()", please use parentheses to remove the ambiguity or change the variable name
|
Run mix compile --warnings-as-errors:
lib/hammer/backend/ets.ex#L102
undefined function expire_before/0 (expected Hammer.Backend.ETS to define such a function or for it to be imported, but none are available)
|
Run mix compile --warnings-as-errors:
lib/hammer.ex#L220
function full_key/2 is unused
|
Run mix compile --warnings-as-errors:
lib/hammer.ex#L217
function timestamp/0 is unused
|
Run mix compile --warnings-as-errors:
lib/hammer.ex#L221
undefined function now/0 (expected Hammer to define such a function or for it to be imported, but none are available)
|
Loading