WhatsApp / eqwalizer

A type-checker for Erlang
Apache License 2.0
506 stars 27 forks source link

warnings when compiling new version of eqwalizer_support #31

Closed tothlac closed 1 year ago

tothlac commented 1 year ago

I got the following:

===> Compiling _build/test/lib/eqwalizer_support/eqwalizer_support/src/eqwalizer.erl failed
_build/test/lib/eqwalizer_support/eqwalizer_support/src/eqwalizer.erl:10: type refinable() undefined

_build/test/lib/eqwalizer_support/eqwalizer_support/src/eqwalizer.erl:54: Warning: type refinable(_) is unused

Our builds are currently failing because of this. I will temporarily downgrade to an older version.

ilya-klyuchnikov commented 1 year ago

thanks for the report. The fix is on the way!

ilya-klyuchnikov commented 1 year ago

https://github.com/WhatsApp/eqwalizer/commit/4d60772c78d86687100b1ea7de2ee049774f5ec7 should fix the issue

tothlac commented 1 year ago

Thanks for the quick fix Ilya. I've tried it today... It has solved the problem.