Skip to content

Run Program

Run Program #177

Triggered via pull request January 29, 2024 21:19
Status Success
Total duration 44s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build: CLVMDotNet/src/Tools/IR/BinUtils.cs#L5
The type name 'x' only contains lower-cased ascii characters. Such names may become reserved for the language.
Build: CLVMDotNet/src/CLVM/SExp.cs#L161
'SExp.Equals(dynamic)' hides inherited member 'object.Equals(object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Build: CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L31
Cannot convert null literal to non-nullable reference type.
Build: CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L50
Converting null literal or possible null value to non-nullable type.
Build: CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L61
Possible null reference argument for parameter 'newKey' in 'Dictionary<string, SExp>? PatternMatch.UnifyBindings(Dictionary<string, SExp> bindings, byte[] newKey, SExp newValue)'.
Build: CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L64
Possible null reference argument for parameter 'newKey' in 'Dictionary<string, SExp>? PatternMatch.UnifyBindings(Dictionary<string, SExp> bindings, byte[] newKey, SExp newValue)'.
Build: CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L71
Possible null reference argument for parameter 'newKey' in 'Dictionary<string, SExp>? PatternMatch.UnifyBindings(Dictionary<string, SExp> bindings, byte[] newKey, SExp newValue)'.
Build: CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L74
Possible null reference argument for parameter 'newKey' in 'Dictionary<string, SExp>? PatternMatch.UnifyBindings(Dictionary<string, SExp> bindings, byte[] newKey, SExp newValue)'.
Build: CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L82
Converting null literal or possible null value to non-nullable type.
Build: CLVMDotNet/src/Tools/Stages/Stage2/Optimize.cs#L34
Converting null literal or possible null value to non-nullable type.