Jimexist commented on code in PR #2670:
URL: https://github.com/apache/thrift/pull/2670#discussion_r975986350


##########
lib/swift/Sources/TProtocol.swift:
##########
@@ -132,12 +137,13 @@ public extension TProtocol {
   func skip(type: TType) throws {
     switch type {
     case .bool:   _ = try read() as Bool
-    case .i8:   _ = try read() as UInt8
+    case .i8:   _ = try read() as Int8

Review Comment:
   was this a bug?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to