Skip to content

Support inout array length parameter #2308

Support inout array length parameter

Support inout array length parameter #2308

Triggered via pull request August 9, 2023 20:27
Status Failure
Total duration 5m 45s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

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

Annotations

5 errors and 26 warnings
Build (ubuntu-latest)
Process completed with exit code 2.
Build (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Build (macos-latest)
The operation was canceled.
Build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Build (windows-latest)
The operation was canceled.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/Variant.Generated.cs#L23
Non-nullable field '_children' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/Source.cs#L10
Possible null reference argument for parameter 'func' in 'void Source.SetCallback(SourceHandle source, SourceFunc func, IntPtr data, DestroyNotify notify)'.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/Source.cs#L10
Possible null reference argument for parameter 'notify' in 'void Source.SetCallback(SourceHandle source, SourceFunc func, IntPtr data, DestroyNotify notify)'.
Build (ubuntu-latest): src/Libs/GLib-2.0/Internal/TranslateFunc.NotifiedHandler.Generated.cs#L47
Converting null literal or possible null value to non-nullable type.
Build (ubuntu-latest): src/Libs/GLib-2.0/Internal/TranslateFunc.ForeverHandler.Generated.cs#L34
Converting null literal or possible null value to non-nullable type.
Build (ubuntu-latest): src/Libs/GLib-2.0/Internal/TranslateFunc.CallHandler.Generated.cs#L33
Converting null literal or possible null value to non-nullable type.
Build (ubuntu-latest): src/Libs/GLib-2.0/Internal/TranslateFunc.AsyncHandler.Generated.cs#L34
Converting null literal or possible null value to non-nullable type.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/Functions.Generated.cs#L814
Possible null reference argument for parameter 'function' in 'uint Functions.ChildWatchAdd(int priority, Pid pid, ChildWatchFunc function, IntPtr data, DestroyNotify notify)'.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/Functions.Generated.cs#L814
Possible null reference argument for parameter 'notify' in 'uint Functions.ChildWatchAdd(int priority, Pid pid, ChildWatchFunc function, IntPtr data, DestroyNotify notify)'.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/Functions.Generated.cs#L972
Possible null reference argument for parameter 'managed' in 'DuplicateFuncCallHandler.DuplicateFuncCallHandler(DuplicateFunc managed)'.
Build (macos-latest): src/Libs/GLib-2.0/Public/Variant.Generated.cs#L23
Non-nullable field '_children' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (macos-latest): src/Libs/GLib-2.0/Public/Source.cs#L10
Possible null reference argument for parameter 'func' in 'void Source.SetCallback(SourceHandle source, SourceFunc func, IntPtr data, DestroyNotify notify)'.
Build (macos-latest): src/Libs/GLib-2.0/Public/Source.cs#L10
Possible null reference argument for parameter 'notify' in 'void Source.SetCallback(SourceHandle source, SourceFunc func, IntPtr data, DestroyNotify notify)'.
Build (macos-latest): src/Libs/GLib-2.0/Public/Functions.Generated.cs#L814
Possible null reference argument for parameter 'function' in 'uint Functions.ChildWatchAdd(int priority, Pid pid, ChildWatchFunc function, IntPtr data, DestroyNotify notify)'.
Build (macos-latest): src/Libs/GLib-2.0/Public/Functions.Generated.cs#L814
Possible null reference argument for parameter 'notify' in 'uint Functions.ChildWatchAdd(int priority, Pid pid, ChildWatchFunc function, IntPtr data, DestroyNotify notify)'.
Build (macos-latest): src/Libs/GLib-2.0/Public/Functions.Generated.cs#L972
Possible null reference argument for parameter 'managed' in 'DuplicateFuncCallHandler.DuplicateFuncCallHandler(DuplicateFunc managed)'.
Build (macos-latest): src/Libs/GLib-2.0/Public/Functions.Generated.cs#L2091
Possible null reference argument for parameter 'function' in 'uint Functions.IdleAdd(int priority, SourceFunc function, IntPtr data, DestroyNotify notify)'.
Build (macos-latest): src/Libs/GLib-2.0/Public/Functions.Generated.cs#L2091
Possible null reference argument for parameter 'notify' in 'uint Functions.IdleAdd(int priority, SourceFunc function, IntPtr data, DestroyNotify notify)'.
Build (macos-latest): src/Libs/GLib-2.0/Public/Functions.Generated.cs#L2183
Possible null reference argument for parameter 'func' in 'uint Functions.IoAddWatch(IOChannelHandle channel, int priority, IOCondition condition, IOFunc func, IntPtr userData, DestroyNotify notify)'.
Build (macos-latest): src/Libs/GLib-2.0/Public/Functions.Generated.cs#L2183
Possible null reference argument for parameter 'notify' in 'uint Functions.IoAddWatch(IOChannelHandle channel, int priority, IOCondition condition, IOFunc func, IntPtr userData, DestroyNotify notify)'.