handle errors from plugin #407
Annotations
2 errors and 6 warnings
Run mix test:
lib/elixir_sense/providers/suggestion/generic_reducer.ex#L46
** (CompileError) lib/elixir_sense/providers/suggestion/generic_reducer.ex:46: undefined function error/0 (expected ElixirSense.Providers.Suggestion.GenericReducer to define such a function or for it to be imported, but none are available)
|
Run mix test
Process completed with exit code 1.
|
Run mix test
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Run mix test:
lib/elixir_sense/providers/suggestion/generic_reducer.ex#L46
variable "error" does not exist and is being expanded to "error()", please use parentheses to remove the ambiguity or change the variable name
|
Run mix test:
lib/elixir_sense/providers/suggestion/generic_reducer.ex#L45
variable "payload" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test:
lib/elixir_sense/providers/suggestion/generic_reducer.ex#L61
variable "error" does not exist and is being expanded to "error()", please use parentheses to remove the ambiguity or change the variable name
|
Run mix test:
lib/elixir_sense/providers/suggestion/generic_reducer.ex#L60
variable "payload" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test:
lib/elixir_sense/providers/suggestion/generic_reducer.ex#L61
undefined function error/0 (expected ElixirSense.Providers.Suggestion.GenericReducer to define such a function or for it to be imported, but none are available)
|
The logs for this run have expired and are no longer available.
Loading