Theo Dowling
Theo Dowling
Resolving warnings about unsafe variable when compiling ``` ==> battleship Compiling 20 files (.ex) warning: the variable "game_data" is unsafe as it has been set inside a case/cond/receive/if/&&/||. Please explicitly...
I am using your library as a dependency in a personal project, and thought of committing this change to resolve some build warnings. ``` ==> mustache Compiling 1 file (.ex)...
Cleaning up some warnings and fixing dependencies to work with Elixir 1.7.x
Compilation on Elixir 1.17+ was failing due to: ``` == Compilation error in file lib/tensor/tensor.ex == ** (ArgumentError) could not load module Extractable due to reason :nofile (elixir 1.18.0) lib/protocol.ex:325:...