Experiment to simplify the API #522
Annotations
3 errors and 10 warnings
|
Run mix compile --warnings-as-errors:
lib/ch/connection.ex#L101
** (CompileError) lib/ch/connection.ex:101: undefined function responses/0 (expected Ch.Connection 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/ch/connection.ex#L101
variable "responses" does not exist and is being expanded to "responses()", please use parentheses to remove the ambiguity or change the variable name
|
Run mix compile --warnings-as-errors:
lib/ch/connection.ex#L108
variable "responses" does not exist and is being expanded to "responses()", please use parentheses to remove the ambiguity or change the variable name
|
Run mix compile --warnings-as-errors:
lib/ch/connection.ex#L107
variable "responses" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix compile --warnings-as-errors:
lib/ch/connection.ex#L109
variable "result" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix compile --warnings-as-errors:
lib/ch/connection.ex#L102
variable "rest" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix compile --warnings-as-errors:
lib/ch/connection.ex#L136
variable "command" does not exist and is being expanded to "command()", please use parentheses to remove the ambiguity or change the variable name
|
Run mix compile --warnings-as-errors:
lib/ch/connection.ex#L134
variable "rest" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix compile --warnings-as-errors:
lib/ch/connection.ex#L131
function receive_stream/3 is unused
|
Run mix compile --warnings-as-errors:
lib/ch/connection.ex#L337
function recv/4 is unused
|
Run mix compile --warnings-as-errors:
lib/ch/connection.ex#L316
undefined function recv/5 (expected Ch.Connection 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