Re: I am close to using a behaviour as a pure interface and I feel dirty...
"Tristan Sloughter" <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <[email protected]> |
I don't remember details and haven't reread this, but I dug up this old discussion about rebar3 and dialyzer unknown option: https://github.com/erlang/rebar3/issues/1751 Apparently the dialyzer cli tool has `-Wunknown` on by default but the api doesn't? On Thu, Aug 26, 2021, at 07:18, Stanislav Ledenev wrote: > >> Surely Dialyzer will tell you that there is an unknown function in the > >> module that you analyze. > > I guess you are talking about the -Wunknown option? > It is ok, but this option is turned off by default. > At the beginning of learning Erlang's tools, in terms of ease of use, the xref tool is more convenient (IMHO of course). > > Anyway, Erlang has a bunch of really good tools and understanding them is a matter of time. > > >>