Github user creker commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/976#discussion_r58624605
  
    --- Diff: test/go/src/bin/stress/main.go ---
    @@ -201,7 +201,27 @@ func client(protocolFactory thrift.TProtocolFactory) {
                        atomic.AddInt64(&clicounter, 1)
                }
        case echoSet:
    -           s := map[int8]bool{-10: true, -9: true, -8: true, -7: true, -6: 
true, -5: true, -4: true, -3: true, -2: true, -1: true, 0: true, 1: true, 2: 
true, 3: true, 4: true, 5: true, 6: true, 7: true, 8: true}
    +           s := map[int8]struct{}{
    +                   -10: struct{}{},
    +                   -9: struct{}{},
    +                   -8: struct{}{},
    +                   -7: struct{}{},
    +                   -6: struct{}{},
    +                   -5: struct{}{},
    +                   -4: struct{}{},
    +                   -3: struct{}{},
    +                   -2: struct{}{},
    +                   -1: struct{}{},
    +                   0: struct{}{},
    +                   1: struct{}{},
    +                   2: struct{}{},
    +                   3: struct{}{},
    +                   4: struct{}{},
    +                   5: struct{}{},
    +                   6: struct{}{},
    +                   7: struct{}{},
    +                   8: struct{}{},
    +           }
    --- End diff --
    
    And probably the most important one


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to