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

    https://github.com/apache/thrift/pull/190#discussion_r16325863
  
    --- Diff: test/hs/TestClient.hs ---
    @@ -197,24 +198,24 @@ main = do
                 Binary  -> runClient $ BinaryProtocol handle
                 Compact -> runClient $ CompactProtocol handle
                 JSON    -> runClient $ JSONProtocol handle
    -      replicateM_ testLoops client      
    +      replicateM_ testLoops client
           putStrLn "COMPLETED SUCCESSFULLY"
     
     parseFlags :: [String] -> Options -> Maybe Options
    +parseFlags (flag : flags) opts = do
    +  let pieces = splitOn "=" flag
    +  case pieces of
    --- End diff --
    
    see https://gist.github.com/zilberstein/52a4e04788810e0f1ce4


---
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