Skip to content

Commit

Permalink
Make the message a linked list so it uses _Storage also.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Dec 16, 2024
1 parent 49a6f70 commit 2c43af4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
working-directory: swift-protobuf
run: |
swift package tools-version --package-path PluginExamples --set 6.0
git diff
make test-spm-plugin PROTOC=../protobuf/cmake_build/protoc
api-breakage:
Expand Down
1 change: 1 addition & 0 deletions PluginExamples/Sources/Nested/Nested/Nested.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ syntax = "proto3";

message Nested {
string name = 1;
Nested next = 2;
}

0 comments on commit 2c43af4

Please sign in to comment.