akash-akya / vix

Elixir extension for libvips
MIT License
166 stars 20 forks source link

Warning on Elixir 1.16 #147

Closed thbar closed 5 months ago

thbar commented 5 months ago

While upgrading our app, I met:

==> vix
Compiling 27 files (.ex)
     warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead
     │
 494 │                 Logger.warn("argument must be stream of iodata")
     │                        ~
     │
     └─ lib/vix/vips/image.ex:494:24: Vix.Vips.Image.new_from_enum/2

Generated vix app

Inocuous but I thought I would report it here!

akash-akya commented 5 months ago

Hi @thbar, this is fixed recently with version v0.27.0. Can you check if you are using latest version?