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

Deploy latest version to Hex #5

Open
whossname opened this issue Jan 8, 2019 · 0 comments
Open

Deploy latest version to Hex #5

whossname opened this issue Jan 8, 2019 · 0 comments

Comments

@whossname
Copy link

whossname commented Jan 8, 2019

I'm not 100% sure of this, but I am seeing some warnings that look like they were fixed in the previous pull request:

warning: variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name
  /server/deps/ex_azure/mix.exs:10

warning: variable "client" does not exist and is being expanded to "client()", please use parentheses to remove the ambiguity or change the variable name
  lib/ex_azure.ex:45

Additionally I am seeing these warnings (mostly depreciated functions):

warning: Dict.put_new/3 is deprecated, use the Map module for working with maps or the Keyword module for working with keyword lists
  lib/ex_azure.ex:13

warning: Dict.put_new/3 is deprecated, use the Map module for working with maps or the Keyword module for working with keyword lists
  lib/ex_azure.ex:12

warning: Dict.get/3 is deprecated, use the Map module for working with maps or the Keyword module for working with keyword lists
  lib/ex_azure.ex:45

warning: function :erlazure.start/2 is undefined (module :erlazure is not available)
  lib/ex_azure/server.ex:14

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