Open datafoo opened 2 years ago
I get the same Dialyzer warrning - Function start/2 has no local return.
.
Łukasz could it be that Dialyzer never will get happy with that function call within start/2
,
as it always expect to call child_spec/1
itself on :systemd
to get the child spec?
Working on that.
This seems to be still an issue. Added :systemd.start()
to children in application will fail dialyzer:
$ mix dialyzer --force-check
Finding suitable PLTs
Checking PLT...
[:absinthe, :absinthe_phoenix, :absinthe_plug, :accept, :amqp, :appsignal, :appsignal_phoenix, :appsignal_plug, :attachments_app, :auth_app, :bamboo, :bamboo_smtp, :betsi_app, :bolt_sips, :brod, :cgmes, :cors_plug, :cowboy, :crontab, :csv, :decimal, :earmark, :ecto, :ecto_sql, :elasticsearch, :elixir, :elixir_uuid, :elsa, :ex2ms, :ex_aws, :ex_aws_s3, :ex_unit, :exoml, :flow, :forecast_app, :fun_with_flags, :fun_with_flags_ui, :gen_stage, :gettext, :gldpm2_app, :grax, :grid_state, :guardian, :hackney, :httpoison, :import_app, :instream, :jason, :jobs, :jobs_ui, ...]
Looking up modules in dialyxir_erlang-25.3_elixir-1.14.4_deps-dev.plt
Finding applications for dialyxir_erlang-25.3_elixir-1.14.4_deps-dev.plt
Finding modules for dialyxir_erlang-25.3_elixir-1.14.4_deps-dev.plt
Checking 7020 modules in dialyxir_erlang-25.3_elixir-1.14.4_deps-dev.plt
ignore_warnings: dialyzer.ignore-warnings
Starting Dialyzer
[
check_plt: true,
init_plt: '.../_build/dev/dialyxir_erlang-25.3_elixir-1.14.4_deps-dev.plt',
files: ['.../_build/dev/lib/time_series_app/ebin/Elixir.TimeSeriesApp.Adapters.GraphQL.Enums.beam',
...],
warnings: [:unknown]
]
Total errors: 155, Skipped: 153, Unnecessary Skips: 0
done in 0m31.2s
lib/ui_app/application.ex:9:no_return
Function start/2 has no local return.
________________________________________________________________________________
done (warnings were emitted)
Halting VM with exit status 2
Ah, the latest release is 0.6.2 from Dezember 2021. This seems not be released yet.
Can you please release this change as patched version 0.6.3?
@hauleth Ping! It would be lovely to get a new patch release to get this dialyzer fix.
I am trying to use the library in a Elixir project and also use Dialyxir.
As indicated in the doc, I specified
:systemd.ready()
as:However, because of that,
mix dialyzer
fails with errorFunction start/2 has no local return
:Can you reproduce? Is it a problem with this library?
Information: