basho / cuttlefish

never lose your childlike sense of wonder baby cuttlefish, promise me?
Apache License 2.0
205 stars 124 forks source link

Compiling on Erlang 20 #237

Open Iulian7 opened 7 years ago

Iulian7 commented 7 years ago

234

Using rebar3 and Erlang 20 I get the following:

===> Compiling src/cuttlefish_unit.erl failed
src/cuttlefish_unit.erl:4: export_all flag enabled - all functions will be exported

Note that warnings_as_errors is enabled. It compiles fine without this. Are there any plans to get rid of these warnings?

michaelklishin commented 7 years ago

@Iulian7 I have reasons to believe this repository will see very low activity in the near term. Once it's found a new maintainer, I have no doubt that OTP 20 warnings will be addressed. Your best bet for now is to fork and fix it yourself or use a binary release.

syberkitten commented 7 years ago

same here, referenced also in this issue: https://github.com/erlio/vernemq/issues/426

Would downgrading to Erlang 19 solve this ?

larshesel commented 7 years ago

I think the new canonical fork might be this one: https://github.com/Kyorai/cuttlefish and work on OTP20 is ongoing there. The latest PR on that is here: Kyorai/cuttlefish#2