Conformance: accept nulls for repeated and maps in JSON decoder #816
Annotations
7 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Run tests without coverage:
test/protobuf/builder_test.exs#L64
TestMsg.ContainsTransformModule.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
|
Run tests without coverage:
test/protobuf/builder_test.exs#L51
TestMsg.Foo.Bar.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
|
Run tests without coverage:
test/protobuf/builder_test.exs#L56
TestMsg.Foo2.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
|
Run tests without coverage:
test/protobuf/dsl_test.exs#L207
TestMsg.Foo.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
|
Run tests without coverage:
test/protobuf/dsl_test.exs#L222
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
|
Run tests without coverage:
test/protobuf/dsl_test.exs#L222
TestMsg.Foo.Bar.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
|
Loading