my-flow / fintex

Elixir-based client library for HBCI 2.2 and FinTS 3.0
Other
27 stars 17 forks source link

Prevent use of function reference in config #13

Open Ablu opened 6 years ago

Ablu commented 6 years ago

Distiller does not play nicely with such references 1. Thus, I use :erlang.make_fun for turning the {module, function, arity} tuple into a function. Since Keyword.merge would have overridden the function by the tuple again, the argument order had to be switched.

Ablu commented 6 years ago

The travis build seems to have failed due some outdated dependencies (too old elixir?). Locally mix test works fine (and does not test this code anyway).