[GitHub] thrift pull request: THRIFT-3300 Reimplement TZlibTransport in Jav...

2015-08-20 Thread Magrath
Github user Magrath commented on the pull request: https://github.com/apache/thrift/pull/590#issuecomment-133053214 Thanks @RandyAbernethy! --- 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

[jira] [Created] (THRIFT-3300) Reimplement TZlibTransport in Java using streams

2015-08-19 Thread Paul Magrath (JIRA)
Paul Magrath created THRIFT-3300: Summary: Reimplement TZlibTransport in Java using streams Key: THRIFT-3300 URL: https://issues.apache.org/jira/browse/THRIFT-3300 Project: Thrift Issue Type

[GitHub] thrift pull request: THRIFT-3300 Reimplement TZlibTransport in Jav...

2015-08-19 Thread Magrath
GitHub user Magrath opened a pull request: https://github.com/apache/thrift/pull/590 THRIFT-3300 Reimplement TZlibTransport in Java using streams https://issues.apache.org/jira/browse/THRIFT-3300 You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (THRIFT-3294) TZlibTransport for Java does not write data correctly

2015-08-15 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14698324#comment-14698324 ] Paul Magrath commented on THRIFT-3294: -- Thanks! TZlibTransport for Java does

[GitHub] thrift pull request: THRIFT-3294 Fix buffer overrun in Java implem...

2015-08-15 Thread Magrath
Github user Magrath commented on the pull request: https://github.com/apache/thrift/pull/585#issuecomment-131395965 Closing as this has now been merged by @RandyAbernethy https://github.com/apache/thrift/commit/bb98e97fd3c82117c87d23e3fb6b8bbd800784f2 (thanks!) --- If your project

[GitHub] thrift pull request: THRIFT-3294 Fix buffer overrun in Java implem...

2015-08-15 Thread Magrath
Github user Magrath closed the pull request at: https://github.com/apache/thrift/pull/585 --- 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

[jira] [Created] (THRIFT-3294) TZlibTransport for Java does not write data correctly

2015-08-14 Thread Paul Magrath (JIRA)
Paul Magrath created THRIFT-3294: Summary: TZlibTransport for Java does not write data correctly Key: THRIFT-3294 URL: https://issues.apache.org/jira/browse/THRIFT-3294 Project: Thrift Issue

[GitHub] thrift pull request: THRIFT-3294 Fix buffer overrun in Java implem...

2015-08-14 Thread Magrath
GitHub user Magrath opened a pull request: https://github.com/apache/thrift/pull/585 THRIFT-3294 Fix buffer overrun in Java implementation of Zlib transport The TZlibTransport did not check the write buffer length when flushing. Instead, it assumed that the entire write buffer byte

[jira] [Updated] (THRIFT-3294) TZlibTransport for Java does not write data correctly

2015-08-14 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Magrath updated THRIFT-3294: - Description: An error similar to the following exception is encountered in the client after

[GitHub] thrift pull request: THRIFT-3292 Add a Zlib transport for Go

2015-08-08 Thread Magrath
Github user Magrath commented on the pull request: https://github.com/apache/thrift/pull/580#issuecomment-128965350 Thanks! :) --- 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

[GitHub] thrift pull request: THRIFT-3292 Add a Zlib transport for Go

2015-08-07 Thread Magrath
Github user Magrath commented on the pull request: https://github.com/apache/thrift/pull/580#issuecomment-128663833 No problem, I've added a new commit that integrates it in. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] thrift pull request: THRIFT-3292 Add a Zlib transport for Go

2015-08-06 Thread Magrath
GitHub user Magrath opened a pull request: https://github.com/apache/thrift/pull/580 THRIFT-3292 Add a Zlib transport for Go This is a TZlibTransport implementation compatible with the Java version of TZlibTransport, at least from my (admittedly limited) testing. https

[jira] [Created] (THRIFT-3292) Implement TZlibTransport in Go

2015-08-06 Thread Paul Magrath (JIRA)
Paul Magrath created THRIFT-3292: Summary: Implement TZlibTransport in Go Key: THRIFT-3292 URL: https://issues.apache.org/jira/browse/THRIFT-3292 Project: Thrift Issue Type: New Feature

[jira] [Commented] (THRIFT-3170) Initialism code in the Go compiler causes chaos

2015-06-01 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14567939#comment-14567939 ] Paul Magrath commented on THRIFT-3170: -- Thank you! :) Initialism code in the Go

[GitHub] thrift pull request: THRIFT-3170: Add a flag to allow the ignoring...

2015-05-31 Thread Magrath
Github user Magrath commented on the pull request: https://github.com/apache/thrift/pull/508#issuecomment-107221480 @Jens-G I've done the necessary merging, this should be good to go now. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] thrift pull request: THRIFT-3174: Modify initialism code in Go com...

2015-05-30 Thread Magrath
GitHub user Magrath opened a pull request: https://github.com/apache/thrift/pull/509 THRIFT-3174: Modify initialism code in Go compiler to check first word https://issues.apache.org/jira/browse/THRIFT-3174 You can merge this pull request into a Git repository by running: $ git

[jira] [Created] (THRIFT-3174) Initialism code in the Go compiler doesn't check first word

2015-05-30 Thread Paul Magrath (JIRA)
Paul Magrath created THRIFT-3174: Summary: Initialism code in the Go compiler doesn't check first word Key: THRIFT-3174 URL: https://issues.apache.org/jira/browse/THRIFT-3174 Project: Thrift

[jira] [Commented] (THRIFT-3174) Initialism code in the Go compiler doesn't check first word

2015-05-30 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566091#comment-14566091 ] Paul Magrath commented on THRIFT-3174: -- This was first reported as part of THRIFT

[jira] [Commented] (THRIFT-3170) Initialism code in the Go compiler causes chaos

2015-05-30 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566088#comment-14566088 ] Paul Magrath commented on THRIFT-3170: -- Hi Adam I'll have to disagree with you

[jira] [Commented] (THRIFT-3170) Initialism code in the Go compiler causes chaos

2015-05-30 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566121#comment-14566121 ] Paul Magrath commented on THRIFT-3170: -- Hi Adam, That's good to hear. :) Regarding

[GitHub] thrift pull request: THRIFT-3174: Modify initialism code in Go com...

2015-05-30 Thread Magrath
Github user Magrath commented on the pull request: https://github.com/apache/thrift/pull/509#issuecomment-107100144 Thanks! --- 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

[jira] [Commented] (THRIFT-3170) Initialism code in the Go compiler causes chaos

2015-05-30 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566024#comment-14566024 ] Paul Magrath commented on THRIFT-3170: -- Hi Jens, Yep, I agree, I'll code something

[GitHub] thrift pull request: THRIFT-3170: Add a flag to allow the ignoring...

2015-05-30 Thread Magrath
GitHub user Magrath opened a pull request: https://github.com/apache/thrift/pull/508 THRIFT-3170: Add a flag to allow the ignoring of common initialisms in Go As discussed in https://issues.apache.org/jira/browse/THRIFT-3170 You can merge this pull request into a Git repository

[jira] [Commented] (THRIFT-3170) Initialism code in the Go compiler causes chaos

2015-05-24 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14557722#comment-14557722 ] Paul Magrath commented on THRIFT-3170: -- Hello! So there are a fair few points above

[jira] [Commented] (THRIFT-3027) Go compiler does not ensure common initialisms have consistent case

2015-03-14 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14361871#comment-14361871 ] Paul Magrath commented on THRIFT-3027: -- Thank you! Go compiler does not ensure

[jira] [Commented] (THRIFT-3027) Go compiler does not ensure common initialisms have consistent case

2015-03-07 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351707#comment-14351707 ] Paul Magrath commented on THRIFT-3027: -- Thanks for the feedback. I've incorporated

[jira] [Commented] (THRIFT-3027) Go compiler does not ensure common initialisms have consistent case

2015-03-07 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351706#comment-14351706 ] Paul Magrath commented on THRIFT-3027: -- Thanks for the feedback. I've incorporated

[jira] [Issue Comment Deleted] (THRIFT-3027) Go compiler does not ensure common initialisms have consistent case

2015-03-07 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Magrath updated THRIFT-3027: - Comment: was deleted (was: Thanks for the feedback. I've incorporated it into the pull request

[jira] [Commented] (THRIFT-3023) Go compiler is a little overly conservative with names of attributes

2015-03-07 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351708#comment-14351708 ] Paul Magrath commented on THRIFT-3023: -- Thank you! Go compiler is a little overly

[jira] [Updated] (THRIFT-3027) Go compiler does not ensure common initialisms have consistent case

2015-03-06 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Magrath updated THRIFT-3027: - Description: In Go, as per https://github.com/golang/go/wiki/CodeReviewComments#initialisms

[jira] [Updated] (THRIFT-3027) Go compiler does not ensure common initialisms have consistent case

2015-03-06 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Magrath updated THRIFT-3027: - Description: In Go, as per https://github.com/golang/go/wiki/CodeReviewComments#initialisms

[GitHub] thrift pull request: THRIFT-3027 Ensure common initialisms in gene...

2015-03-06 Thread Magrath
GitHub user Magrath opened a pull request: https://github.com/apache/thrift/pull/394 THRIFT-3027 Ensure common initialisms in generated Go code have consistent case In Go, as per https://github.com/golang/go/wiki/CodeReviewComments#initialisms, words in names that are initialisms

[jira] [Created] (THRIFT-3027) Go compiler does not ensure common initialisms have consistent case

2015-03-06 Thread Paul Magrath (JIRA)
Paul Magrath created THRIFT-3027: Summary: Go compiler does not ensure common initialisms have consistent case Key: THRIFT-3027 URL: https://issues.apache.org/jira/browse/THRIFT-3027 Project: Thrift

[jira] [Created] (THRIFT-3023) Go compiler is a little overly conservative with names of attributes

2015-03-05 Thread Paul Magrath (JIRA)
Paul Magrath created THRIFT-3023: Summary: Go compiler is a little overly conservative with names of attributes Key: THRIFT-3023 URL: https://issues.apache.org/jira/browse/THRIFT-3023 Project: Thrift

[GitHub] thrift pull request: add go json annotation 'omitempty' on optiona...

2015-02-24 Thread Magrath
Github user Magrath commented on the pull request: https://github.com/apache/thrift/pull/380#issuecomment-75808111 +1 --- 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

[GitHub] thrift pull request: add go json annotation 'omitempty' on optiona...

2015-02-24 Thread Magrath
Github user Magrath commented on the pull request: https://github.com/apache/thrift/pull/380#issuecomment-75808487 @pjjw From reading https://thrift.apache.org/docs/HowToContribute, looks like pull requests need to reference the JIRA ticket number? --- If your project is set up

[GitHub] thrift pull request: add go json annotation 'omitempty' on optiona...

2015-02-24 Thread Magrath
Github user Magrath commented on the pull request: https://github.com/apache/thrift/pull/380#issuecomment-75809082 Ah, cool, hopefully it'll get merged soon then :) --- 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