Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some warnings #7

Open
masterkain opened this issue Nov 24, 2019 · 0 comments
Open

some warnings #7

masterkain opened this issue Nov 24, 2019 · 0 comments

Comments

@masterkain
Copy link

warning: String.strip/1 is deprecated. Use String.trim/1 instead
  /Users/kain/src/kubera/deps/sh/mix.exs:4

warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
  /Users/kain/src/kubera/deps/sh/mix.exs:11: Sh.Mixfile.project/0

warning: variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name
  /Users/kain/src/kubera/deps/sh/mix.exs:12: Sh.Mixfile.project/0
warning: variable "args" is unused (if the variable is not meant to be used, prefix it with an underscore)
  lib/sh.ex:26: Sh."$handle_undefined_function"/2

warning: variable "self" does not exist and is being expanded to "self()", please use parentheses to remove the ambiguity or change the variable name
  lib/sh.ex:41: Sh.loop/2

warning: the result of the expression is ignored (suppress the warning by assigning the expression to the _ variable)
  lib/sh.ex:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant