Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift (4 lines): - line 16: // TODO: We should have utilities to apply a fieldmask to an arbitrary - line 56: // TODO: Change this to `return nil` - line 78: // TODO: Change to `return nil` once - line 154: // TODO: This should fail if any of the conversions from JSON fails Protos/unittest_swift_naming.proto (3 lines): - line 21: // TODO: Build a MessageNames message with a submessage of every name below - line 22: // TODO: Create tests that access every field, enum, message to verify the name is generated correctly - line 241: // TODO: protoc permits fields that differ only in capitalization, but Sources/SwiftProtobuf/ExtensionFields.swift (2 lines): - line 192: /// TODO: This is almost (but not quite) identical to RepeatedFields; - line 384: /// TODO: This is almost (but not quite) identical to RepeatedEnumFields; Sources/SwiftProtobuf/BinaryDelimited.swift (2 lines): - line 55: // TODO: Revisit to avoid the extra buffering when encoding is streamed in general. - line 193: // TODO: This should go away when encoding/decoding are more stream based Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift (1 line): - line 66: // TODO: This largely duplicates emitFieldName() below. Sources/SwiftProtobuf/Message.swift (1 line): - line 149: // TODO Ideally there would be something like serializeText() that can Sources/SwiftProtobuf/Message+TextFormatAdditions.swift (1 line): - line 70: // TODO: Remove this api and default the options instead. This api has to Sources/SwiftProtobuf/NameMap.swift (1 line): - line 11: /// TODO: Right now, only the NameMap and the NameDescription enum Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift (1 line): - line 17: // TODO: Give this a direct array interface by proxying the interesting Protos/google/protobuf/unittest_no_field_presence.proto (1 line): - line 54: // TODO: remove 'optional' labels as soon as CL 69188077 is LGTM'd to make Sources/SwiftProtobuf/AnyMessageStorage.swift (1 line): - line 459: // TODO: If the type is well-known or has already been registered, Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift (1 line): - line 66: // TODO: Remove this api and default the options instead. This api has to Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift (1 line): - line 21: // TODO: Add convenience methods to interoperate with standard Reference/google/protobuf/unittest_no_field_presence.pb.swift (1 line): - line 107: /// TODO: remove 'optional' labels as soon as CL 69188077 is LGTM'd to make Sources/SwiftProtobuf/JSONScanner.swift (1 line): - line 150: // TODO: Parse hex escapes such as \u0041. Note that Sources/SwiftProtobuf/SimpleExtensionMap.swift (1 line): - line 49: // TODO: Make this faster... Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift (1 line): - line 24: // TODO: Should these first four be exposed as methods to go with