lucidstack / ex-portmidi

Elixir bindings to the portmidi library
MIT License
35 stars 12 forks source link

Warning: "Mix compiler :port_midi was supposed to return :ok" #11

Closed thbar closed 5 years ago

thbar commented 5 years ago

With Elixir 1.7.3, I got the following red warning:

==> portmidi
make: Nothing to be done for `all'.
[warning] Mix compiler :port_midi was supposed to return :ok | :noop | {:ok | :noop | :error, [diagnostic]} but it returned nil

The code seems to be working, though!

lucidstack commented 5 years ago

Fixed in 5.1.2. Thank you for reporting, @thbar! :bowing_man: