bitwalker / picosat_elixir

Elixir + Erlang bindings for the PicoSAT solver
Apache License 2.0
26 stars 5 forks source link

use `:erlang.nif_error/1` to avoid dialyzer warnings #2

Closed zachdaniel closed 4 years ago

zachdaniel commented 4 years ago

This is the same fix implemented here: https://github.com/riverrun/argon2_elixir/pull/21/files

zachdaniel commented 4 years ago

Oops, did this in elixir syntax, will fix in a sec