[jira] [Commented] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891448#comment-13891448 ] Hudson commented on THRIFT-2343: FAILURE: Integrated in Thrift #1032 (See [https://build

Build failed in Jenkins: Thrift #1032

2014-02-04 Thread Apache Jenkins Server
See Changes: [jensg] THRIFT-2343 Fix tutotial code and codegen for methods without exceptions -- [...truncated 7041 lines...] File "./../../lib/py/build/lib.linux-x86_64-2.7/thrift/transport/TTransport

Re: [jira] [Commented] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Jens Geyer
Sounds like a good idea, yes. -Ursprüngliche Nachricht- From: Chris Bannister Sent: Wednesday, February 5, 2014 12:22 AM To: dev@thrift.apache.org Subject: Re: [jira] [Commented] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values Might

Re: [jira] [Commented] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Chris Bannister
Might be worth showing the tutorial the type switch for errors? On 4 February 2014 23:06, Jens Geyer (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/THRIFT-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891372#comment-13891372] > >

[jira] [Commented] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891372#comment-13891372 ] Jens Geyer commented on THRIFT-2343: I saw your comment too late and fixed it myself

[jira] [Resolved] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2343. Resolution: Fixed Fixed and committed, see [^thrift-2343-fix-tutorial-and-methods-without-excepti

[jira] [Commented] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891360#comment-13891360 ] Hudson commented on THRIFT-2343: SUCCESS: Integrated in Thrift #1031 (See [https://build

[jira] [Updated] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Bannister updated THRIFT-2343: Attachment: 0002-Update-tutorial-to-reflect-changes-to-exceptions.patch 000

[jira] [Updated] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-2343: --- Attachment: thrift-2343-fix-tutorial-and-methods-without-exceptions.patch > Golang - Return a single

[jira] [Commented] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891344#comment-13891344 ] Chris Bannister commented on THRIFT-2343: - I've fixed that, do you want me to su

[jira] [Comment Edited] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891298#comment-13891298 ] Jens Geyer edited comment on THRIFT-2343 at 2/4/14 10:30 PM: -

[jira] [Reopened] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reopened THRIFT-2343: Too quick. The tutorial is broken: {code} shared\shared_service.go:178: v declared and not used {code

Jenkins build is back to normal : Thrift-Compiler-Windows #1058

2014-02-04 Thread Apache Jenkins Server
See

[jira] [Resolved] (THRIFT-2343) Golang - Return a single error for all exceptions instead of multiple return values

2014-02-04 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2343. Resolution: Fixed Committed - thanks Chris and Ben! > Golang - Return a single error for all exce

[jira] [Commented] (THRIFT-1457) Capacity of TframedTransport write buffer is never reset

2014-02-04 Thread Derek Lewis (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891209#comment-13891209 ] Derek Lewis commented on THRIFT-1457: - We've also applied this patch to a internally

[jira] [Comment Edited] (THRIFT-2347) C# TLS Transport based on THRIFT-181

2014-02-04 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891189#comment-13891189 ] Jens Geyer edited comment on THRIFT-2347 at 2/4/14 8:54 PM: A

[jira] [Commented] (THRIFT-2347) C# TLS Transport based on THRIFT-181

2014-02-04 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891189#comment-13891189 ] Jens Geyer commented on THRIFT-2347: A few questions: (1) Why are the RemoteCertific

[jira] [Commented] (THRIFT-962) Tutorial page on our website is really unhelpful

2014-02-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13890714#comment-13890714 ] Jake Farrell commented on THRIFT-962: - In order to publish the website it must be in s

[jira] [Updated] (THRIFT-2348) PHP Generator: add array typehint to functions

2014-02-04 Thread Maurus Cuelenaere (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurus Cuelenaere updated THRIFT-2348: -- Attachment: 0001-PHP-Generator-add-array-typehint-to-functions.patch > PHP Generator:

[jira] [Created] (THRIFT-2348) PHP Generator: add array typehint to functions

2014-02-04 Thread Maurus Cuelenaere (JIRA)
Maurus Cuelenaere created THRIFT-2348: - Summary: PHP Generator: add array typehint to functions Key: THRIFT-2348 URL: https://issues.apache.org/jira/browse/THRIFT-2348 Project: Thrift Iss

[jira] [Updated] (THRIFT-2347) C# TLS Transport based on THRIFT-181

2014-02-04 Thread Beat Kaeslin (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Beat Kaeslin updated THRIFT-2347: - Affects Version/s: (was: 0.9.1) Fix Version/s: (was: 0.9.2) > C# TLS Transport b

[jira] [Updated] (THRIFT-2347) C# TLS Transport based on THRIFT-181

2014-02-04 Thread Beat Kaeslin (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Beat Kaeslin updated THRIFT-2347: - Attachment: 0001-THRIFT-181-c-add-TTLSServerSocket.cs-and-TTLSSocket..patch > C# TLS Transport b

[jira] [Created] (THRIFT-2347) C# TLS Transport based on THRIFT-181

2014-02-04 Thread Beat Kaeslin (JIRA)
Beat Kaeslin created THRIFT-2347: Summary: C# TLS Transport based on THRIFT-181 Key: THRIFT-2347 URL: https://issues.apache.org/jira/browse/THRIFT-2347 Project: Thrift Issue Type: New Feature

[jira] [Commented] (THRIFT-2344) configure.ac: compiler-only option

2014-02-04 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13890562#comment-13890562 ] Henrique Mendonça commented on THRIFT-2344: --- +1 "--compiler-only" is perhaps mo

[jira] [Commented] (THRIFT-962) Tutorial page on our website is really unhelpful

2014-02-04 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13890555#comment-13890555 ] Henrique Mendonça commented on THRIFT-962: -- Brilliant! I was thinking on it but

Build failed in Jenkins: Thrift-Compiler-Windows #1057

2014-02-04 Thread Apache Jenkins Server
See -- [...truncated 380 lines...] checking for i586-mingw32msvc-gcc... no checking for cc... cc configure: WARNING: using cross tools not prefixed with host triplet checking whether the C compile