[erlang-questions] Some questions about dialyzer
Joel Reymont
joelr1@REDACTED
Wed Dec 21 12:26:14 CET 2011
You may have an issue in some calls to the function on line 97.
Dialyze may have figured out that you are not returning the right tuple for some instance of X.
---
Hardcore embedded Linux development
http://www.linkedin.com/in/joelreymont
Device drivers, firmware and debugging
On Wednesday, December 21, 2011 at 9:30 AM, Alexander Kuleshov wrote:
> Hello,
>
> I run dialyzer for my project. I got:
> test.erl:97: The created fun has no local return
>
> In 97 line i have:
>
> List = lists:filter(fun(X) -> {_, _, SomeBoolFlag} = X,
> SomeBoolFlag == false
> end,
> TestList)
>
> And also i have message like:
>
> test.erl:161: Function test_func/2 will never be called
>
> But i have some test_func calls in my code in current file.
>
> What's wrong?
>
> Thank you.
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED (mailto:erlang-questions@REDACTED)
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list