Skip to content

Removing all copy-value implicit semantics from ValList #2052

Removing all copy-value implicit semantics from ValList

Removing all copy-value implicit semantics from ValList #2052

Triggered via push December 5, 2024 18:36
Status Success
Total duration 4m 17s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 14 warnings
test_linux
Assets file '/home/runner/work/BHL/BHL/example/bindings/tmp/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
test_linux
Assets file '/home/runner/work/BHL/BHL/example/bindings/tmp/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
test_linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test_linux: src/lsp/protocol.cs#L1038
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: src/lsp/protocol.cs#L1908
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: src/lsp/protocol.cs#L2029
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: src/lsp/protocol.cs#L1908
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: src/lsp/protocol.cs#L1038
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: src/lsp/protocol.cs#L2029
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: tests/test_arrays.cs#L42
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
test_linux: tests/test_init.cs#L27
The literal or constant value 10 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestAutoCallInitFunc' on type 'TestInit'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
test_linux: tests/test_init.cs#L49
The literal or constant value 0 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestDontCallNonLocalInitFunc' on type 'TestInit'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
test_linux: tests/test_any.cs#L34
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
test_linux: tests/test_init.cs#L73
The literal or constant value 0 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestDontCallLocalInitFuncInNamespace' on type 'TestInit'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
test_linux: tests/test_fiber.cs#L23
The literal or constant value 10 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestFuncAddr' on type 'TestFiber'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
test_linux: tests/test_fiber.cs#L41
The literal or constant value 6 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestResultMustBeReadyOnceFinished' on type 'TestFiber'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)