Github user Jens-G commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1147#discussion_r94297395
  
    --- Diff: test/csharp/TestServer.cs ---
    @@ -273,39 +273,24 @@ public long testTypedef(long thing)
                     return mapmap;
                 }
     
    +            // Insanity
    +            // returns:
    +            // { 1 => { 2 => argument,
    +            //          3 => argument,
    +            //        },
    +            //   2 => { 6 => <empty Insanity struct>, },
    +            // }
                 public Dictionary<long, Dictionary<Numberz, Insanity>> 
testInsanity(Insanity argument)
                 {
                     testLogDelegate.Invoke("testInsanity()");
     
    -                Xtruct hello = new Xtruct();
    --- End diff --
    
    I fixed exactly that just a few days ago for Delphi and dotnetcore. I'm 
going to make a separate ticket for it, don't worry.


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