Supersonido / rebar_mix

rebar3 plugin for building Elixir dependencies with mix
Apache License 2.0
53 stars 20 forks source link

Roolback for unconsolidated protocols in case consolidation errors. #20

Open Virviil opened 4 years ago

Virviil commented 4 years ago

Closes #16

tsloughter commented 4 years ago

Should it error or just warn and continue on like this?

Are the consolidation errors printed out by the Protocol module or should this be also outputting what the returned error was?

Virviil commented 4 years ago

This is ad-hoc solution.

The Protocol module will not print an error. It's possible to add into output which error is matched, but I'm not sure that it's needed on the current state of code for this project