Open aifrak opened 3 years ago
Thanks for opening up this issue. I'll have to take a look at what has changed in Elixir 1.12 that would have caused this. Looking through the Elixir source code for 1.12, it doesn't look like fetch_docs has changed much :thinking:
This appears to no longer be an issue in Elixir 1.13.
I confirm what @elliotb wrote: no issue in Elixir 1.13.
Tested on the Phoenix project with Elixir 1.13.0 and Erlang 24.0.5 and 24.1.7.
That's great to hear! Still kinda concerning that I wasn't able to find a root cause for 1.12 though...
Hi,
I have noticed that
mix doctor
shows false positive for Elixir 1.12+ when I was trying to adddoctor
to my project.To be sure the issue is not comming from my project or a custom
.doctor.exs
, I have tried with different versions of Elixir and Erlang by testing with the Phoenix project on the master branch without any.doctor.exs
.In the example below, the files
lib/phoenix/code_reloader/proxy.ex
,lib/phoenix/code_reloader/server.ex
andlib/phoenix/config.ex
should not haveDoc Cov
to 100%.What we get when running
mix doctor
with Elixir 1.12+:Results obtained with those versions:
What we should expect when running
mix doctor
:Results obtained with those versions: