Skip to content

refactor: better handling for \r #27

refactor: better handling for \r

refactor: better handling for \r #27

Triggered via push November 21, 2024 00:23
Status Failure
Total duration 1m 16s
Artifacts

elixir_test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test (windows-latest, 22.0, 1.13): test/refactorex_test.exs#L78
test responds CodeActions refactorings for some file (RefactorexTest)
test (windows-latest, 22.0, 1.13): test/refactor/variable/rename_variable_test.exs#L24
test renames all usages when guard arg is selected (Refactorex.Refactor.Variable.RenameVariableTest)
test (windows-latest, 22.0, 1.13): test/refactor/variable/extract_variable_test.exs#L6
test extracts the selection into a variable (Refactorex.Refactor.Variable.ExtractVariableTest)
test (windows-latest, 22.0, 1.13): test/refactor/variable/extract_variable_test.exs#L180
test rewrites function using keyword syntax before extracting variable (Refactorex.Refactor.Variable.ExtractVariableTest)
test (windows-latest, 22.0, 1.13): test/refactor/variable/extract_variable_test.exs#L197
test rewrites if else using keyword syntax before extracting variable (Refactorex.Refactor.Variable.ExtractVariableTest)
test (windows-latest, 22.0, 1.13): test/refactor/function/expand_anonymous_function_test.exs#L58
test expands anonymous function with zero arguments (Refactorex.Refactor.Function.ExpandAnonymousFunctionTest)
test (windows-latest, 22.0, 1.13): test/refactor/function/expand_anonymous_function_test.exs#L6
test expands anonymous function from & to fn syntax (Refactorex.Refactor.Function.ExpandAnonymousFunctionTest)
test (windows-latest, 22.0, 1.13): test/refactor/function/expand_anonymous_function_test.exs#L22
test expands anonymous function with &/args to fn syntax (Refactorex.Refactor.Function.ExpandAnonymousFunctionTest)
test (windows-latest, 22.0, 1.13): test/refactor/function/collapse_anonymous_function_test.exs#L6
test collapses anonymous function from fn syntax to & (Refactorex.Refactor.Function.CollapseAnonymousFunctionTest)
test (windows-latest, 22.0, 1.13): test/refactor/function/collapse_anonymous_function_test.exs#L22
test collapses anonymous function correctly replacing args (Refactorex.Refactor.Function.CollapseAnonymousFunctionTest)
test (windows-latest, 22.0, 1.13)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (windows-latest, 22.0, 1.13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/