Skip to content

Fix JSON encoding of proto3 optional non-nil defaults #720

Fix JSON encoding of proto3 optional non-nil defaults

Fix JSON encoding of proto3 optional non-nil defaults #720

Triggered via pull request September 20, 2023 07:08
Status Success
Total duration 14m 18s
Artifacts

main.yml

on: pull_request
Matrix: conformance-test
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

55 warnings
Test (Elixir 1.13.4 | Erlang/OTP 25)
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/
Test (Elixir 1.13.4 | Erlang/OTP 25): test/protobuf/dsl_test.exs#L205
TestMsg.Foo.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.13.4 | Erlang/OTP 25): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.13.4 | Erlang/OTP 25): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.Bar.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.13.4 | Erlang/OTP 25): test/protobuf/builder_test.exs#L64
TestMsg.ContainsTransformModule.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.13.4 | Erlang/OTP 25): test/protobuf/builder_test.exs#L51
TestMsg.Foo.Bar.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.13.4 | Erlang/OTP 25): test/protobuf/builder_test.exs#L56
TestMsg.Foo2.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.14.0 | Erlang/OTP 25)
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/
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/dsl_test.exs#L205
TestMsg.Foo.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.Bar.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/builder_test.exs#L64
TestMsg.ContainsTransformModule.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/builder_test.exs#L51
TestMsg.Foo.Bar.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/builder_test.exs#L56
TestMsg.Foo2.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.14.0 | Erlang/OTP 25)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test (Elixir 1.14.0 | Erlang/OTP 25)
use Bitwise is deprecated. import Bitwise instead
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/dsl_test.exs#L205
TestMsg.Foo.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.Bar.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/builder_test.exs#L64
TestMsg.ContainsTransformModule.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/builder_test.exs#L51
TestMsg.Foo.Bar.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.14.0 | Erlang/OTP 25): test/protobuf/builder_test.exs#L56
TestMsg.Foo2.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.12.3 | Erlang/OTP 24)
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/
Test (Elixir 1.12.3 | Erlang/OTP 24): test/protobuf/dsl_test.exs#L205
TestMsg.Foo.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.12.3 | Erlang/OTP 24): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.12.3 | Erlang/OTP 24): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.Bar.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.12.3 | Erlang/OTP 24): test/protobuf/builder_test.exs#L64
TestMsg.ContainsTransformModule.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.12.3 | Erlang/OTP 24): test/protobuf/builder_test.exs#L51
TestMsg.Foo.Bar.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.12.3 | Erlang/OTP 24): test/protobuf/builder_test.exs#L56
TestMsg.Foo2.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.9.4 | Erlang/OTP 22.3)
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/
Test (Elixir 1.9.4 | Erlang/OTP 22.3): test/protobuf/builder_test.exs#L44
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.9.4 | Erlang/OTP 22.3): test/protobuf/builder_test.exs#L51
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.9.4 | Erlang/OTP 22.3): test/protobuf/builder_test.exs#L51
TestMsg.Foo.Bar.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.9.4 | Erlang/OTP 22.3): test/protobuf/builder_test.exs#L56
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.9.4 | Erlang/OTP 22.3): test/protobuf/builder_test.exs#L56
TestMsg.Foo2.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.9.4 | Erlang/OTP 22.3): test/protobuf/builder_test.exs#L64
TestMsg.ContainsTransformModule.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.9.4 | Erlang/OTP 22.3): test/protobuf/builder_test.exs#L72
TestMsg.Foo.new!/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct!/2
Test (Elixir 1.9.4 | Erlang/OTP 22.3): test/protobuf/builder_test.exs#L78
TestMsg.Foo.new!/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct!/2
Test (Elixir 1.9.4 | Erlang/OTP 22.3): test/protobuf/dsl_test.exs#L205
TestMsg.Foo.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.9.4 | Erlang/OTP 22.3): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.10.4 | Erlang/OTP 23.3)
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/
Test (Elixir 1.10.4 | Erlang/OTP 23.3): test/protobuf/builder_test.exs#L64
TestMsg.ContainsTransformModule.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.10.4 | Erlang/OTP 23.3): test/protobuf/builder_test.exs#L51
TestMsg.Foo.Bar.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.10.4 | Erlang/OTP 23.3): test/protobuf/builder_test.exs#L56
TestMsg.Foo2.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.10.4 | Erlang/OTP 23.3): test/protobuf/dsl_test.exs#L205
TestMsg.Foo.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.10.4 | Erlang/OTP 23.3): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.10.4 | Erlang/OTP 23.3): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.Bar.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.11.4 | Erlang/OTP 23.3)
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/
Test (Elixir 1.11.4 | Erlang/OTP 23.3): test/protobuf/dsl_test.exs#L205
TestMsg.Foo.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.11.4 | Erlang/OTP 23.3): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.11.4 | Erlang/OTP 23.3): test/protobuf/dsl_test.exs#L220
TestMsg.Foo.Bar.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.11.4 | Erlang/OTP 23.3): test/protobuf/builder_test.exs#L64
TestMsg.ContainsTransformModule.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.11.4 | Erlang/OTP 23.3): test/protobuf/builder_test.exs#L51
TestMsg.Foo.Bar.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.11.4 | Erlang/OTP 23.3): test/protobuf/builder_test.exs#L56
TestMsg.Foo2.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Conformance test (Elixir 1.13.1 | Erlang/OTP 24.2)
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/