elixir-tensor icon indicating copy to clipboard operation
elixir-tensor copied to clipboard

Update dependencies and compatibility with Elixir v1.17+

Open theodowling opened this issue 1 year ago • 0 comments

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: Protocol.assert_protocol!/2
    lib/tensor/tensor.ex:910: (module)

I added both :extractable and :insertable to the applications: list and this resolved the errors. I also update dependencies to latest to resolve some compilation warnings.

theodowling avatar Dec 31 '24 13:12 theodowling