We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490bd9e commit f54fb12Copy full SHA for f54fb12
lib/elixir/lib/code.ex
@@ -562,6 +562,7 @@ defmodule Code do
562
Defaults to `false`.
563
564
"""
565
+ @doc since: "1.15.0"
566
@spec with_diagnostics(keyword(), (-> result)) :: {result, [diagnostic(:warning | :error)]}
567
when result: term()
568
def with_diagnostics(opts \\ [], fun) do
lib/mix/lib/mix.ex
@@ -589,6 +589,7 @@ defmodule Mix do
589
list the Erlang application dependencies under the `:extra_applications`
590
section of your `mix.exs`.
591
592
593
def ensure_application!(app) when is_atom(app) do
594
ensure_application!(app, Mix.State.builtin_apps())
595
:ok
0 commit comments