Skip to content

Proof generation for CFG optimizations (Block coalescing and pruning of unreachable blocks) #82

Proof generation for CFG optimizations (Block coalescing and pruning of unreachable blocks)

Proof generation for CFG optimizations (Block coalescing and pruning of unreachable blocks) #82

Triggered via pull request December 9, 2024 16:55
Status Success
Total duration 33m 31s
Artifacts

ci.yml

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

Annotations

11 warnings
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (ubuntu-latest): Source/ProofGenUtil/ObjectExtensions.cs#L105
Nullability of type of parameter 'x' doesn't match overridden member (possibly because of nullability attributes).
build (ubuntu-latest): Source/ProofGenUtil/ObjectExtensions.cs#L105
Nullability of type of parameter 'y' doesn't match overridden member (possibly because of nullability attributes).
build (ubuntu-latest): Source/ProofGenUtil/ObjectExtensions.cs#L85
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): Source/ProofGenUtil/ObjectExtensions.cs#L47
Possible null reference return.
build (ubuntu-latest): Source/ProofGenUtil/ObjectExtensions.cs#L51
Possible null reference return.
build (ubuntu-latest): Source/ProofGenUtil/ObjectExtensions.cs#L56
Possible null reference argument for parameter 'type' in 'bool ObjectExtensions.IsPrimitive(Type type)'.
build (ubuntu-latest): Source/ProofGenUtil/ObjectExtensions.cs#L58
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): Source/ProofGenUtil/ObjectExtensions.cs#L59
Possible null reference argument for parameter 'array' in 'void ArrayExtensions.ForEach(Array array, Action<Array, int[]> action)'.
build (ubuntu-latest): Source/ProofGenUtil/ObjectExtensions.cs#L60
Dereference of a possibly null reference.
build (ubuntu-latest): Source/ProofGenUtil/ObjectExtensions.cs#L60
Possible null reference argument for parameter 'originalObject' in 'object ObjectExtensions.InternalCopy(object originalObject, IDictionary<object, object> visited, Predicate<Type> deepCopyPred)'.