chore: extract handling network data to separate function #432
Annotations
2 errors and 14 warnings
Compile:
lib/supavisor/client_handler.ex#L978
** (CompileError) lib/supavisor/client_handler.ex:978: def handle_data/3 already defined as defp in lib/supavisor/client_handler.ex:960
|
Compile
Process completed with exit code 1.
|
Compile deps
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Compile deps
Mix.Config.merge/2 is deprecated. Use Config.Reader.merge/2 instead
|
Compile deps
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Compile deps
Mix.Config.eval!/2 is deprecated. Use Config.Reader.read_imports!/2 instead
|
Compile deps
Mix.Config.merge/2 is deprecated. Use Config.Reader.merge/2 instead
|
Compile deps
Mix.Config.persist/1 is deprecated. Use Application.put_all_env/2 instead
|
Compile deps
function delete/5 required by behaviour Ecto.Adapter.Schema is not implemented (in module Etso.Adapter.Behaviour.Schema)
|
Compile deps
function delete/5 required by behaviour Ecto.Adapter.Schema is not implemented (in module Etso.Adapter)
|
Compile:
lib/supavisor/client_handler.ex#L971
variable "data" does not exist and is being expanded to "data()", please use parentheses to remove the ambiguity or change the variable name
|
Compile:
lib/supavisor/client_handler.ex#L973
variable "data" does not exist and is being expanded to "data()", please use parentheses to remove the ambiguity or change the variable name
|
Compile:
lib/supavisor/client_handler.ex#L972
variable "data" does not exist and is being expanded to "data()", please use parentheses to remove the ambiguity or change the variable name
|
Compile:
lib/supavisor/client_handler.ex#L975
variable "data" does not exist and is being expanded to "data()", please use parentheses to remove the ambiguity or change the variable name
|
Compile:
lib/supavisor/client_handler.ex#L975
variable "data" does not exist and is being expanded to "data()", please use parentheses to remove the ambiguity or change the variable name
|
Compile:
lib/supavisor/client_handler.ex#L975
variable "data" does not exist and is being expanded to "data()", please use parentheses to remove the ambiguity or change the variable name
|
Loading