Skip to content

Fix crashes on OTP 27 by disabling ETS table compression #2518

Fix crashes on OTP 27 by disabling ETS table compression

Fix crashes on OTP 27 by disabling ETS table compression #2518

Re-run triggered July 23, 2024 14:41
Status Failure
Total duration 4m 50s
Artifacts

elixir.yml

on: pull_request
Static analysis
37s
Static analysis
Run Dialyzer
2m 4s
Run Dialyzer
Integration tests
2m 30s
Integration tests
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

87 errors and 101 warnings
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L74
test Ets :: querying matching with queries can exclude on type (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L51
test Ets :: replace/1 replaces the entire index (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L176
test Ets :: updating entries in a file updated entries are not searchable (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L117
test Ets :: querying matching fuzzy tokens works (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L64
test Ets :: querying matching can exclude on type (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L294
test Ets :: structure queries finding parents in a file with multiple nested modules (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L219
test Ets :: structure queries finding siblings of a function (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L100
test Ets :: querying matching prefix tokens should work (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L88
test Ets :: querying matching exact tokens should work (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L326
test Ets :: structure queries finding a non-existent entry (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.16
The job was canceled because "_1_16_26" failed.
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L264
test variable references are found in a function body (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L241
test module attribute references includes definitions if the parameter is true (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L76
test function references are found in aliased functions (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L181
test struct references includes their definition if the parameter is true (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L56
test function references are found inside public functions (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L136
test module references are found in a variable (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L98
test function references are found in local functions (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L221
test module attribute references are found in a module (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L209
test struct references excludes their definition (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.16: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L164
test module references includes definitions if the parameter is true (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 26 / Elixir 1.15.6
The job was canceled because "_1_16_26" failed.
Test on OTP 26 / Elixir 1.15.6
** (SyntaxError) lib/parse_errors.ex:15:3: unexpected reserved word: end
Test on OTP 26 / Elixir 1.15.6
** (SyntaxError) lib/compilation_errors.ex:4:3: unexpected reserved word: end
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/search/store/backends/ets_test.exs#L182
test starting fails if the reinder fails on an stale index (Lexical.RemoteControl.Search.Store.Backend.EtsTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/search/store/backends/ets_test.exs#L144
test starting fails if the reindex fails on an empty index (Lexical.RemoteControl.Search.Store.Backend.EtsTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/search/store/backends/ets_test.exs#L114
test starting starts empty if there are no disk files (Lexical.RemoteControl.Search.Store.Backend.EtsTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/search/store/backends/ets_test.exs#L192
test starting the updater allows you to delete paths (Lexical.RemoteControl.Search.Store.Backend.EtsTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/search/store/backends/ets_test.exs#L153
test starting incorporates any indexed files in a stale index (Lexical.RemoteControl.Search.Store.Backend.EtsTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/search/store/backends/ets_test.exs#L124
test starting incorporates any indexed files in an empty index (Lexical.RemoteControl.Search.Store.Backend.EtsTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/search/store/backends/ets_test.exs#L243
test updating entries in a file updates survive a restart (Lexical.RemoteControl.Search.Store.Backend.EtsTest)
Test on OTP 26 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/search/store/backends/ets_test.exs#L72
test starting the create function is called if there are no disk files (Lexical.RemoteControl.Search.Store.Backend.EtsTest)
Test on OTP 25 / Elixir 1.14
The job was canceled because "_1_16_26" failed.
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L276
test Ets :: structure queries finding a parent in a comprehension (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L64
test Ets :: querying matching can exclude on type (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L326
test Ets :: structure queries finding a non-existent entry (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L88
test Ets :: querying matching exact tokens should work (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L117
test Ets :: querying matching fuzzy tokens works (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L137
test Ets :: updating entries in a file old entries with the same path are deleted (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L248
test Ets :: structure queries findidng siblings of a non-existent entry (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L219
test Ets :: structure queries finding siblings of a function (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L74
test Ets :: querying matching with queries can exclude on type (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.14: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L51
test Ets :: replace/1 replaces the entire index (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.13
The job was canceled because "_1_16_26" failed.
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L176
test Ets :: updating entries in a file updated entries are not searchable (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L51
test Ets :: replace/1 replaces the entire index (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L64
test Ets :: querying matching can exclude on type (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L117
test Ets :: querying matching fuzzy tokens works (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L74
test Ets :: querying matching with queries can exclude on type (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L200
test Ets :: structure queries finding siblings (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L100
test Ets :: querying matching prefix tokens should work (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L248
test Ets :: structure queries findidng siblings of a non-existent entry (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L276
test Ets :: structure queries finding a parent in a comprehension (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.13: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L88
test Ets :: querying matching exact tokens should work (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.15.6
The job was canceled because "_1_16_26" failed.
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L221
test module attribute references are found in a module (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L181
test struct references includes their definition if the parameter is true (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L114
test module references are found in an alias (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L87
test function references are found in imported functions (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L264
test variable references are found in a function body (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L56
test function references are found inside public functions (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L164
test module references includes definitions if the parameter is true (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L66
test function references are found inside private functions (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L125
test module references are found in a module attribute (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 25 / Elixir 1.15.6: apps/remote_control/test/lexical/remote_control/code_intelligence/references_test.exs#L155
test module references includes struct definitions (Lexical.RemoteControl.CodeIntelligence.ReferencesTest)
Test on OTP 26 / Elixir 1.17
The job was canceled because "_1_16_26" failed.
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/dispatch/handlers/indexer_test.exs#L55
test handling file_quoted events should add new entries to the store (Lexical.RemoteControl.Dispatch.Handlers.IndexingTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/dispatch/handlers/indexer_test.exs#L134
test a file is created is a no op (Lexical.RemoteControl.Dispatch.Handlers.IndexingTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/dispatch/handlers/indexer_test.exs#L111
test a file is deleted its entries should be deleted (Lexical.RemoteControl.Dispatch.Handlers.IndexingTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/dispatch/handlers/indexer_test.exs#L94
test handling file_quoted events only updates entries if the version of the document is the same as the version in the document store (Lexical.RemoteControl.Dispatch.Handlers.IndexingTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/dispatch/handlers/indexer_test.exs#L70
test handling file_quoted events should update entries in the store (Lexical.RemoteControl.Dispatch.Handlers.IndexingTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L219
test Ets :: structure queries finding siblings of a function (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L51
test Ets :: replace/1 replaces the entire index (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L200
test Ets :: structure queries finding siblings (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L294
test Ets :: structure queries finding parents in a file with multiple nested modules (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 26 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L137
test Ets :: updating entries in a file old entries with the same path are deleted (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.17
The job was canceled because "_1_16_26" failed.
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L74
test Ets :: querying matching with queries can exclude on type (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L100
test Ets :: querying matching prefix tokens should work (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L219
test Ets :: structure queries finding siblings of a function (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L117
test Ets :: querying matching fuzzy tokens works (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L51
test Ets :: replace/1 replaces the entire index (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L155
test Ets :: updating entries in a file old entries with another path are kept (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L200
test Ets :: structure queries finding siblings (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L176
test Ets :: updating entries in a file updated entries are not searchable (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L326
test Ets :: structure queries finding a non-existent entry (Lexical.RemoteControl.Search.StoreTest)
Test on OTP 25 / Elixir 1.17: apps/remote_control/test/lexical/remote_control/search/store_test.exs#L64
test Ets :: querying matching can exclude on type (Lexical.RemoteControl.Search.StoreTest)
Static analysis
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Dialyzer
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Dialyzer
use Bitwise is deprecated. import Bitwise instead
Run Dialyzer
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Test on OTP 27 / Elixir 1.17
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 27 / Elixir 1.17
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
Test on OTP 27 / Elixir 1.17
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test on OTP 27 / Elixir 1.17
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
Test on OTP 27 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 27 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 27 / Elixir 1.17
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
Test on OTP 27 / Elixir 1.17
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
Test on OTP 27 / Elixir 1.17
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
Test on OTP 27 / Elixir 1.17
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
Test on OTP 27 / Elixir 1.17
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
Test on OTP 26 / Elixir 1.16
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.16
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.15.6
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 26 / Elixir 1.15.6
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.14
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.14
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.14: config/config.exs#L4
variable "f" does not exist and is being expanded to "f()", please use parentheses to remove the ambiguity or change the variable name
Test on OTP 25 / Elixir 1.13
variable "entry" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "entry" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "remaining" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "first" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "second" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "found" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.13: config/config.exs#L4
variable "f" does not exist and is being expanded to "f()", please use parentheses to remove the ambiguity or change the variable name
Test on OTP 25 / Elixir 1.15.6
variable "b" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 25 / Elixir 1.15.6
variable "a" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 26 / Elixir 1.17
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
Test on OTP 26 / Elixir 1.17
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test on OTP 26 / Elixir 1.17
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
Test on OTP 26 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 26 / Elixir 1.17
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
Test on OTP 26 / Elixir 1.17
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
Test on OTP 26 / Elixir 1.17
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
Test on OTP 26 / Elixir 1.17
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
Test on OTP 26 / Elixir 1.17
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
Test on OTP 25 / Elixir 1.17
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
Test on OTP 25 / Elixir 1.17
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test on OTP 25 / Elixir 1.17
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
Test on OTP 25 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 25 / Elixir 1.17
_.._ inside match is deprecated, you must always match on the step: _.._//var or _.._//_ if you want to ignore it
Test on OTP 25 / Elixir 1.17
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
Test on OTP 25 / Elixir 1.17
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
Test on OTP 25 / Elixir 1.17
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
Test on OTP 25 / Elixir 1.17
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
Test on OTP 25 / Elixir 1.17
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
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead
Test on OTP 25 / Elixir 1.17
negative steps are not supported in String.slice/2, pass 1..-2//1 instead