Skip to content

[Rust] Normalize mid calculation in case overflow #60

[Rust] Normalize mid calculation in case overflow

[Rust] Normalize mid calculation in case overflow #60

Triggered via pull request May 17, 2024 10:42
@krahetskrahets
synchronize #1363
rongyi:main
Status Success
Total duration 3m 16s
Artifacts

dotnet.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
.NET 8.0.x on macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.NET 8.0.x on macos-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L25
The variable 'c' is assigned but its value is never used
.NET 8.0.x on macos-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L19
The variable 'a' is assigned but its value is never used
.NET 8.0.x on macos-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L20
The variable 'b' is assigned but its value is never used
.NET 8.0.x on macos-latest: codes/csharp/chapter_tree/avl_tree.cs#L38
Dereference of a possibly null reference.
.NET 8.0.x on macos-latest: codes/csharp/chapter_tree/avl_tree.cs#L39
Dereference of a possibly null reference.
.NET 8.0.x on macos-latest: codes/csharp/chapter_tree/avl_tree.cs#L52
Dereference of a possibly null reference.
.NET 8.0.x on macos-latest: codes/csharp/chapter_tree/avl_tree.cs#L53
Dereference of a possibly null reference.
.NET 8.0.x on macos-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L25
The variable 'c' is assigned but its value is never used
.NET 8.0.x on macos-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L19
The variable 'a' is assigned but its value is never used
.NET 8.0.x on macos-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L20
The variable 'b' is assigned but its value is never used
.NET 8.0.x on windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.NET 8.0.x on windows-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L25
The variable 'c' is assigned but its value is never used
.NET 8.0.x on windows-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L19
The variable 'a' is assigned but its value is never used
.NET 8.0.x on windows-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L20
The variable 'b' is assigned but its value is never used
.NET 8.0.x on windows-latest: codes/csharp/chapter_tree/avl_tree.cs#L38
Dereference of a possibly null reference.
.NET 8.0.x on windows-latest: codes/csharp/chapter_tree/avl_tree.cs#L39
Dereference of a possibly null reference.
.NET 8.0.x on windows-latest: codes/csharp/chapter_tree/avl_tree.cs#L52
Dereference of a possibly null reference.
.NET 8.0.x on windows-latest: codes/csharp/chapter_tree/avl_tree.cs#L53
Dereference of a possibly null reference.
.NET 8.0.x on windows-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L25
The variable 'c' is assigned but its value is never used
.NET 8.0.x on windows-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L19
The variable 'a' is assigned but its value is never used
.NET 8.0.x on windows-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L20
The variable 'b' is assigned but its value is never used
.NET 8.0.x on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L25
The variable 'c' is assigned but its value is never used
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L19
The variable 'a' is assigned but its value is never used
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L20
The variable 'b' is assigned but its value is never used
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L38
Dereference of a possibly null reference.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L39
Dereference of a possibly null reference.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L52
Dereference of a possibly null reference.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L53
Dereference of a possibly null reference.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L25
The variable 'c' is assigned but its value is never used
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L19
The variable 'a' is assigned but its value is never used
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L20
The variable 'b' is assigned but its value is never used