Improve errors and diagnostics #1494
Annotations
6 errors and 2 warnings
mix test (Elixir 1.13.4 | Erlang/OTP 24.0):
test/surface/api_test.exs#L848
** (CompileError) test/surface/api_test.exs:848: undefined function maybe_ansi/1 (expected Surface.APISyncTest to define such a function or for it to be imported, but none are available)
|
mix test (Elixir 1.13.4 | Erlang/OTP 24.0)
Process completed with exit code 1.
|
mix test (Elixir 1.14.0 | Erlang/OTP 25.0):
test/surface/api_test.exs#L848
** (CompileError) test/surface/api_test.exs:848: undefined function maybe_ansi/1 (expected Surface.APISyncTest to define such a function or for it to be imported, but none are available)
|
mix test (Elixir 1.14.0 | Erlang/OTP 25.0)
Process completed with exit code 1.
|
mix test (Elixir 1.13.4 | Erlang/OTP 25.0):
test/surface/api_test.exs#L848
** (CompileError) test/surface/api_test.exs:848: undefined function maybe_ansi/1 (expected Surface.APISyncTest to define such a function or for it to be imported, but none are available)
|
mix test (Elixir 1.13.4 | Erlang/OTP 25.0)
Process completed with exit code 1.
|
mix test (Elixir 1.13.4 | Erlang/OTP 24.0):
lib/surface.ex#L503
Phoenix.LiveView.HTMLEngine.annotate_body/1 is undefined or private
|
mix test (Elixir 1.13.4 | Erlang/OTP 24.0):
lib/surface/renderer.ex#L26
Phoenix.LiveView.HTMLEngine.annotate_body/1 is undefined or private
|