Closed ghost closed 5 years ago
Yeah - the erlzmq2 package was doing some really unpleasant things like downloading an ancient version of the zmq source code as part of it's build, relied on a Makefile, relied on the old rebar, had problems building IElixir and just decided to pull the whole thing apart.
Coveralls report is incorrect - I don't know how coverage could have decreased - I haven't modified any of the source code - just changed a dependency and updated the README.
You like ?
@bryanhuntesl thanks for you input. Do you know exactly why decimal override is necessary here?
@bryanhuntesl I see there were problem with Boyle's test that can be fixed with adding app: false
to in that test. Do you see any else issue with decimal?
@bryanhuntesl I see there were problem with Boyle's test that can be fixed with adding
app: false
to in that test. Do you see any else issue with decimal?
Setting app: false should be sufficient thanks @pprzetacznik - I was thinking of upgrading SQLite to ecto 3 next - would you be interested in a pr for that?
Thanks @pprzetacznik
I was looking for a bug on a branch commit, it took me a while. Now your changes are again on master. I've also upgraded sqlite to ecto 3.
Thanks for your input!
I was looking for a bug on a branch commit, it took me a while. Now your changes are again on master. I've also upgraded sqlite to ecto 3.
Thanks for your input!
Excellent. My pleasure.
upgraded/fixed version of erlzmq (rebar3) from hex and upgraded decimal to 1.7.0 (and added override) in order to fix build on erl 20/elixir 1.8.2