Skip to content

Expr compiler

Expr compiler #64

Triggered via pull request November 25, 2024 00:13
Status Success
Total duration 1m 29s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test: Wacs.Core/Types/IndexSpace.cs#L77
Introducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor?
build-and-test: Wacs.Core/Instructions/Control.cs#L74
Non-nullable field 'Block' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: Wacs.Core/Instructions/LocalVariable.cs#L85
Dereference of a possibly null reference.
build-and-test: Wacs.Core/Instructions/LocalVariable.cs#L144
Dereference of a possibly null reference.
build-and-test: Wacs.Core/Instructions/LocalVariable.cs#L156
Dereference of a possibly null reference.
build-and-test: Wacs.Core/Instructions/LocalVariable.cs#L209
Dereference of a possibly null reference.
build-and-test: Wacs.Core/Runtime/ExecContext.cs#L266
Dereference of a possibly null reference.
build-and-test: Wacs.Core/Runtime/ExecContext.cs#L273
Dereference of a possibly null reference.
build-and-test: Wacs.Core/Types/IndexSpace.cs#L77
Introducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor?
build-and-test: Wacs.Core/Instructions/Control.cs#L74
Non-nullable field 'Block' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.