Skip to content

[WIP] Expand AST using Macro.Env API #542

[WIP] Expand AST using Macro.Env API

[WIP] Expand AST using Macro.Env API #542

Triggered via pull request September 27, 2024 20:50
@lukaszsamsonlukaszsamson
synchronize #293
expand
Status Failure
Total duration 2m 7s
Artifacts

ci.yml

on: pull_request
Matrix: mix_test
Matrix: mix_test_windows
Matrix: static_analysis
Fit to window
Zoom out
Zoom in

Annotations

318 errors and 242 warnings
mix test (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/binding_test.exs#L109
test expand introspection struct from guard (ElixirSense.Core.BindingTest)
mix test (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
Process completed with exit code 1.
mix test (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/introspection_test.exs#L146
test get_returns_from_callback (erlang specs) (ElixirSense.Core.IntrospectionTest)
mix test (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/introspection_test.exs#L43
test get_callbacks_with_docs for erlang behaviours (ElixirSense.Core.IntrospectionTest)
mix test (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
Process completed with exit code 1.
mix test (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L175
test special forms expands <<>> (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L568
test special forms expands for with reduce (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L560
test special forms expands for with bitstring generator (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L548
test special forms expands for (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L181
test special forms expands <<>> with modifier (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L576
test special forms expands for in block (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L673
test special forms expands nullary call if_undefined: :apply (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L825
test Kernel macros context local macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L842
test Kernel macros context remote macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/binding_test.exs#L109
test expand introspection struct from guard (ElixirSense.Core.BindingTest)
mix test (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/binding_test.exs#L109
test expand introspection struct from guard (ElixirSense.Core.BindingTest)
mix test (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder/error_recovery_test.exs#L2145
test typespec in type after :: type with fun ( nex arg (ElixirSense.Core.MetadataBuilder.ErrorRecoveryTest)
mix test (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
Process completed with exit code 1.
mix test (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 25.x)
Process completed with exit code 1.
mix test (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L175
test special forms expands <<>> (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L266
test special forms expands __STACKTRACE__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L686
test special forms expands nullary call if_undefined: :warn (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L842
test Kernel macros context remote macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L233
test special forms expands __DIR__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L673
test special forms expands nullary call if_undefined: :apply (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L181
test special forms expands <<>> with modifier (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L568
test special forms expands for with reduce (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/binding_test.exs#L109
test expand introspection struct from guard (ElixirSense.Core.BindingTest)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
Process completed with exit code 1.
mix test (Elixir 1.17.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.17.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test (Elixir 1.17.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.17.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.17.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.17.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
Process completed with exit code 1.
mix test (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder/error_recovery_test.exs#L2145
test typespec in type after :: type with fun ( nex arg (ElixirSense.Core.MetadataBuilder.ErrorRecoveryTest)
mix test (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 26.x)
Process completed with exit code 1.
mix test (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L842
test Kernel macros context remote macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L673
test special forms expands nullary call if_undefined: :apply (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L220
test special forms expands __MODULE__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L568
test special forms expands for with reduce (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L175
test special forms expands <<>> (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L181
test special forms expands <<>> with modifier (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L452
test special forms expands &super (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L686
test special forms expands nullary call if_undefined: :warn (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L825
test Kernel macros context local macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L181
test special forms expands <<>> with modifier (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L220
test special forms expands __MODULE__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L249
test special forms expands __CALLER__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L233
test special forms expands __DIR__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L452
test special forms expands &super (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L283
test special forms expands __ENV__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L140
test initial (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L825
test Kernel macros context local macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L673
test special forms expands nullary call if_undefined: :apply (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/binding_test.exs#L109
test expand introspection struct from guard (ElixirSense.Core.BindingTest)
mix test (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder/error_recovery_test.exs#L2145
test typespec in type after :: type with fun ( nex arg (ElixirSense.Core.MetadataBuilder.ErrorRecoveryTest)
mix test (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.16.x | Erlang/OTP 24.x)
Process completed with exit code 1.
mix test (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L266
test special forms expands __STACKTRACE__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L686
test special forms expands nullary call if_undefined: :warn (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L568
test special forms expands for with reduce (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L825
test Kernel macros context local macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L548
test special forms expands for (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L233
test special forms expands __DIR__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L140
test initial (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L452
test special forms expands &super (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L686
test special forms expands nullary call if_undefined: :warn (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L568
test special forms expands for with reduce (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L140
test initial (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L175
test special forms expands <<>> (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L266
test special forms expands __STACKTRACE__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L825
test Kernel macros context local macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L673
test special forms expands nullary call if_undefined: :apply (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L233
test special forms expands __DIR__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
Process completed with exit code 1.
mix test (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L283
test special forms expands __ENV__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L904
test macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L233
test special forms expands __DIR__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L220
test special forms expands __MODULE__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L576
test special forms expands for in block (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L249
test special forms expands __CALLER__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L175
test special forms expands <<>> (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L560
test special forms expands for with bitstring generator (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L842
test Kernel macros context remote macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L842
test Kernel macros context remote macro (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L233
test special forms expands __DIR__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L568
test special forms expands for with reduce (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L452
test special forms expands &super (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L181
test special forms expands <<>> with modifier (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L686
test special forms expands nullary call if_undefined: :warn (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L140
test initial (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L266
test special forms expands __STACKTRACE__ (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L175
test special forms expands <<>> (ElixirSense.Core.CompilerTest)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L283
test special forms expands __ENV__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L283
test special forms expands __ENV__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L673
test special forms expands nullary call if_undefined: :apply (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L220
test special forms expands __MODULE__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L181
test special forms expands <<>> with modifier (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L175
test special forms expands <<>> (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L249
test special forms expands __CALLER__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L560
test special forms expands for with bitstring generator (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L568
test special forms expands for with reduce (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): test/elixir_sense/core/compiler_test.exs#L842
test Kernel macros context remote macro (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L181
test special forms expands <<>> with modifier (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L220
test special forms expands __MODULE__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L266
test special forms expands __STACKTRACE__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L576
test special forms expands for in block (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L548
test special forms expands for (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L452
test special forms expands &super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L175
test special forms expands <<>> (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L249
test special forms expands __CALLER__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L283
test special forms expands __ENV__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L181
test special forms expands <<>> with modifier (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L249
test special forms expands __CALLER__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L673
test special forms expands nullary call if_undefined: :apply (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L560
test special forms expands for with bitstring generator (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L548
test special forms expands for (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L283
test special forms expands __ENV__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L452
test special forms expands &super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L220
test special forms expands __MODULE__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L452
test special forms expands &super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L249
test special forms expands __CALLER__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L266
test special forms expands __STACKTRACE__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L181
test special forms expands <<>> with modifier (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L560
test special forms expands for with bitstring generator (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L842
test Kernel macros context remote macro (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L568
test special forms expands for with reduce (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/binding_test.exs#L109
test expand introspection struct from guard (ElixirSense.Core.BindingTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder/error_recovery_test.exs#L2145
test typespec in type after :: type with fun ( nex arg (ElixirSense.Core.MetadataBuilder.ErrorRecoveryTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x)
Process completed with exit code 1.
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/binding_test.exs#L109
test expand introspection struct from guard (ElixirSense.Core.BindingTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
Process completed with exit code 1.
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L175
test special forms expands <<>> (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L673
test special forms expands nullary call if_undefined: :apply (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L825
test Kernel macros context local macro (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L842
test Kernel macros context remote macro (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L266
test special forms expands __STACKTRACE__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L452
test special forms expands &super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L568
test special forms expands for with reduce (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): test/elixir_sense/core/compiler_test.exs#L249
test special forms expands __CALLER__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L576
test special forms expands for in block (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L249
test special forms expands __CALLER__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L233
test special forms expands __DIR__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L673
test special forms expands nullary call if_undefined: :apply (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L220
test special forms expands __MODULE__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L686
test special forms expands nullary call if_undefined: :warn (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L283
test special forms expands __ENV__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L452
test special forms expands &super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): test/elixir_sense/core/compiler_test.exs#L842
test Kernel macros context remote macro (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L560
test special forms expands for with bitstring generator (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L568
test special forms expands for with reduce (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L452
test special forms expands &super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L296
test special forms expands __ENV__.property (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L233
test special forms expands __DIR__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L673
test special forms expands nullary call if_undefined: :apply (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L181
test special forms expands <<>> with modifier (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): test/elixir_sense/core/compiler_test.exs#L825
test Kernel macros context local macro (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/binding_test.exs#L109
test expand introspection struct from guard (ElixirSense.Core.BindingTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x)
Process completed with exit code 1.
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L283
test special forms expands __ENV__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L220
test special forms expands __MODULE__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L686
test special forms expands nullary call if_undefined: :warn (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L842
test Kernel macros context remote macro (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L631
test special forms expands super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L560
test special forms expands for with bitstring generator (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L175
test special forms expands <<>> (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L452
test special forms expands &super (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): test/elixir_sense/core/compiler_test.exs#L233
test special forms expands __DIR__ (ElixirSense.Core.CompilerTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/introspection_test.exs#L146
test get_returns_from_callback (erlang specs) (ElixirSense.Core.IntrospectionTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/introspection_test.exs#L43
test get_callbacks_with_docs for erlang behaviours (ElixirSense.Core.IntrospectionTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
Process completed with exit code 1.
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
Process completed with exit code 1.
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder/error_recovery_test.exs#L2145
test typespec in type after :: type with fun ( nex arg (ElixirSense.Core.MetadataBuilder.ErrorRecoveryTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x)
Process completed with exit code 1.
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/binding_test.exs#L109
test expand introspection struct from guard (ElixirSense.Core.BindingTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/parser_test.exs#L194
test parse_string with missing terminator "end" attempts to fix it by inserting end at line from error (ElixirSense.Core.ParserTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder/error_recovery_test.exs#L2145
test typespec in type after :: type with fun ( nex arg (ElixirSense.Core.MetadataBuilder.ErrorRecoveryTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x)
Process completed with exit code 1.
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/binding_test.exs#L109
test expand introspection struct from guard (ElixirSense.Core.BindingTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
Process completed with exit code 1.
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_test.exs#L106
test env is correct in scopes (ElixirSense.Core.MetadataTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L6358
test registers builtin functions for protocol implementations (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5976
test current scope (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5409
test current module current module and protocol implementation (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x): test/elixir_sense/core/metadata_builder_test.exs#L5470
test protocol implementation protocol implementation for atom modules (ElixirSense.Core.MetadataBuilderTest)
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
Process completed with exit code 1.
mix test (Elixir 1.15.x | Erlang/OTP 24.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test (Elixir 1.15.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test (Elixir 1.15.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.15.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.15.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.17.x | Erlang/OTP 27.x)
~R/.../ is deprecated, use ~r/.../ instead
mix test (Elixir 1.13.x | Erlang/OTP 24.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.13.x | Erlang/OTP 24.x): lib/elixir_sense/providers/plugins/phoenix.ex#L16
module attribute @phoenix_route_funcs was set but never used
mix test (Elixir 1.17.x | Erlang/OTP 25.x)
~R/.../ is deprecated, use ~r/.../ instead
mix test (Elixir 1.16.x | Erlang/OTP 25.x)
~R/.../ is deprecated, use ~r/.../ instead
mix test (Elixir 1.14.x | Erlang/OTP 25.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.14.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.15.x | Erlang/OTP 25.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.15.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.17.x | Erlang/OTP 26.x)
~R/.../ is deprecated, use ~r/.../ instead
mix test (Elixir 1.16.x | Erlang/OTP 26.x)
~R/.../ is deprecated, use ~r/.../ instead
mix test (Elixir 1.14.x | Erlang/OTP 24.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.14.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.14.x | Erlang/OTP 26.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.14.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.16.x | Erlang/OTP 24.x)
~R/.../ is deprecated, use ~r/.../ instead
mix test (Elixir 1.13.x | Erlang/OTP 25.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.13.x | Erlang/OTP 25.x): lib/elixir_sense/providers/plugins/phoenix.ex#L16
module attribute @phoenix_route_funcs was set but never used
mix test (Elixir 1.13.x | Erlang/OTP 22.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.13.x | Erlang/OTP 22.x): lib/elixir_sense/providers/plugins/phoenix.ex#L16
module attribute @phoenix_route_funcs was set but never used
mix test (Elixir 1.15.x | Erlang/OTP 26.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test (Elixir 1.15.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test (Elixir 1.15.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.15.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.15.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.13.x | Erlang/OTP 23.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.13.x | Erlang/OTP 23.x): lib/elixir_sense/providers/plugins/phoenix.ex#L16
module attribute @phoenix_route_funcs was set but never used
mix test (Elixir 1.14.x | Erlang/OTP 23.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test (Elixir 1.14.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.13.x | Erlang/OTP 22.x): lib/elixir_sense/providers/plugins/phoenix.ex#L16
module attribute @phoenix_route_funcs was set but never used
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.13.x | Erlang/OTP 25.x): lib/elixir_sense/providers/plugins/phoenix.ex#L16
module attribute @phoenix_route_funcs was set but never used
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.13.x | Erlang/OTP 23.x): lib/elixir_sense/providers/plugins/phoenix.ex#L16
module attribute @phoenix_route_funcs was set but never used
static analysis (Elixir 1.17.x | Erlang/OTP 27.x)
~R/.../ is deprecated, use ~r/.../ instead
static analysis (Elixir 1.17.x | Erlang/OTP 27.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
static analysis (Elixir 1.17.x | Erlang/OTP 27.x)
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
static analysis (Elixir 1.17.x | Erlang/OTP 27.x)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
static analysis (Elixir 1.17.x | Erlang/OTP 27.x)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
static analysis (Elixir 1.17.x | Erlang/OTP 27.x)
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
static analysis (Elixir 1.17.x | Erlang/OTP 27.x)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
static analysis (Elixir 1.17.x | Erlang/OTP 27.x)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
static analysis (Elixir 1.17.x | Erlang/OTP 27.x)
min..min inside match is deprecated, you must always match on the step: min..min//var or min..min//_ if you want to ignore it
static analysis (Elixir 1.17.x | Erlang/OTP 27.x)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.14.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.15.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.16.x | Erlang/OTP 25.x)
~R/.../ is deprecated, use ~r/.../ instead
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.14.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.13.x | Erlang/OTP 24.x): lib/elixir_sense/providers/plugins/phoenix.ex#L16
module attribute @phoenix_route_funcs was set but never used
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.14.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.15.x | Erlang/OTP 25.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.14.x | Erlang/OTP 23.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.17.x | Erlang/OTP 27.x)
~R/.../ is deprecated, use ~r/.../ instead
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L864
variable "env_for_expand" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L1948
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L1955
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.15.x | Erlang/OTP 26.x): lib/elixir_sense/core/compiler.ex#L4795
variable "s" is unused (if the variable is not meant to be used, prefix it with an underscore)
mix test windows (Elixir 1.16.x | Erlang/OTP 26.x)
~R/.../ is deprecated, use ~r/.../ instead
mix test windows (Elixir 1.16.x | Erlang/OTP 24.x)
~R/.../ is deprecated, use ~r/.../ instead
mix test windows (Elixir 1.17.x | Erlang/OTP 25.x)
~R/.../ is deprecated, use ~r/.../ instead
mix test windows (Elixir 1.17.x | Erlang/OTP 26.x)
~R/.../ is deprecated, use ~r/.../ instead