Here is the errors that were outputted during compilation :
warning: variable "get_mix_config" does not exist and is being expanded to "get_mix_config()", please use parentheses to remove the ambiguity or change the variable name
lib/mailman/context.ex:9
warning: variable "mix_test_config" does not exist and is being expanded to "mix_test_config()", please use parentheses to remove the ambiguity or change the variable name
lib/mailman/context.ex:30
warning: variable "pure_from" is unused
lib/mailman/external_smtp_adapter.ex:31
warning: variable "mime_types" does not exist and is being expanded to "mime_types()", please use parentheses to remove the ambiguity or change the variable name
lib/mailman/attachment.ex:717
warning: variable "uri" is unused
lib/mailman/attachment.ex:688
warning: variable "deliveries" does not exist and is being expanded to "deliveries()", please use parentheses to remove the ambiguity or change the variable name
lib/mailman/test_server.ex:18
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/mailman/test_server.ex:36
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/mailman/test_server.ex:41
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/mailman/test_server.ex:46
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/mailman/test_server.ex:72
Hi,
I have a go at removing a few deprecations that were present in the build with latest elixir version.
The following changes were done :
Most of these deprecations are present when using
Here is the errors that were outputted during compilation :
Thanks for looking into it !