Skip to content

Fix to emit tag with inside sequence #199

Fix to emit tag with inside sequence

Fix to emit tag with inside sequence #199

Triggered via pull request April 5, 2024 03:03
@hadashiAhadashiA
synchronize #98
ku/fix-tag
Status Failure
Total duration 3m 55s
Artifacts

test.yaml

on: pull_request
test-dotnet
35s
test-dotnet
Matrix: test-unity
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 13 warnings
test-dotnet
Process completed with exit code 1.
VYaml.Tests.Emitter.Utf8YamlEmitterTest.FlowSequence_Nested_WithTag: VYaml.Unity/Assets/Tests/Emitter/Utf8YamlEmitterTest.cs#L1181
Expected string length 53 but was 48. Strings differ at index 12. Expected: "A1: !a1 3.1415927\nNoTag1: [!a2 A2]\nNoTag2: \n- !a3 A3\n" But was: "A1: !a1 3.14\nNoTag1: [!a2 A2]\nNoTag2: \n- !a3 A3\n" -----------------------^
test-unity (2022.3.18f1)
Test(s) Failed! Check 'Test Results' for details.
test-unity (2022.2.21f1)
The job was canceled because "_2022_3_18f1" failed.
test-unity (2022.2.21f1)
The operation was canceled.
test-unity (2021.3.34f1)
The job was canceled because "_2022_3_18f1" failed.
test-unity (2021.3.34f1)
The operation was canceled.
test-dotnet
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/.
test-dotnet: VYaml.SourceGenerator/Shims/CSharpSyntaxHelper.cs#L59
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
test-dotnet: VYaml/Emitter/Utf8YamlEmitter.cs#L55
The field 'Utf8YamlEmitter.tagBufferStatic' is never used
test-dotnet: VYaml/Serialization/Formatters/InterfaceDictionaryFormatter.cs#L42
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
test-dotnet: VYaml/Serialization/Formatters/EnumAsStringFormatter.cs#L56
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
test-dotnet: VYaml/Serialization/Formatters/PrimitiveObjectFormatter.cs#L170
The type 'object?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'object?' doesn't match 'notnull' constraint.
test-dotnet: VYaml/Emitter/Utf8YamlEmitter.cs#L55
The field 'Utf8YamlEmitter.tagBufferStatic' is never used
test-dotnet: VYaml/Serialization/Formatters/InterfaceDictionaryFormatter.cs#L42
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
test-dotnet: VYaml/Serialization/Formatters/EnumAsStringFormatter.cs#L56
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
test-unity (2022.3.18f1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-unity (2022.3.18f1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/