Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Protobuf encoder support #143
Add Protobuf encoder support #143
Changes from all commits
42769b2
08ef06f
f49a3ae
3f6da7f
60f2576
71157c5
4befb41
59be142
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 47 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L47
Check warning on line 53 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L53
Check warning on line 65 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L63-L65
Check warning on line 67 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L67
Check warning on line 69 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L69
Check warning on line 73 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L71-L73
Check warning on line 75 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L75
Check warning on line 77 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L77
Check warning on line 89 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L86-L89
Check warning on line 92 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L91-L92
Check warning on line 94 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L94
Check warning on line 107 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L107
Check warning on line 112 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L112
Check warning on line 122 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L121-L122
Check warning on line 126 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L125-L126
Check warning on line 130 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L129-L130
Check warning on line 148 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L145-L148
Check warning on line 151 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L150-L151
Check warning on line 155 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L155
Check warning on line 159 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L159
Check warning on line 172 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L166-L172
Check warning on line 179 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L174-L179
Check warning on line 183 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L181-L183
Check warning on line 187 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L185-L187
Check warning on line 196 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L193-L196
Check warning on line 199 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L198-L199
Check warning on line 203 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L203
Check warning on line 207 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L207
Check warning on line 222 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L219-L222
Check warning on line 225 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L224-L225
Check warning on line 229 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L229
Check warning on line 235 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L235
Check warning on line 239 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L239
Check warning on line 256 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L251-L256
Check warning on line 265 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L265
Check warning on line 271 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L271
Check warning on line 277 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L277
Check warning on line 284 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L282-L284
Check warning on line 286 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L286
Check warning on line 292 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L292
Check warning on line 310 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L310
Check warning on line 326 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L326
Check warning on line 337 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L337
Check warning on line 345 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L342-L345
Check warning on line 362 in Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift
Sources/OpenSwiftUICore/Data/Protobuf/ProtobufDecoder.swift#L362